metaparser

package
v2.0.0-alpha.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactMetadata

type ArtifactMetadata struct {
	AppInfo        androidartifact.Info `json:"app_info"`
	FileSizeBytes  int64                `json:"file_size_bytes"`
	Module         string               `json:"module"`
	ProductFlavour string               `json:"product_flavour"`
	BuildType      string               `json:"build_type"`
	SignedBy       string               `json:"signed_by"`
	androidartifact.Artifact
}

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func New

func New(logger androidartifact.Logger, bundletoolPath bundletool.Path, fileManager fileutil.FileManager) *Parser

New ...

func (*Parser) ParseAABData

func (m *Parser) ParseAABData(pth string) (*ArtifactMetadata, error)

ParseAABData ...

func (*Parser) ParseAPKData

func (m *Parser) ParseAPKData(pth string) (*ArtifactMetadata, error)

ParseAPKData ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL