Documentation ¶
Index ¶
- type Index
- type Option
- func WithExpectedArch(expectedArch string) Option
- func WithIndexFile(indexFile string) Option
- func WithMergeIndexFileFlag(mergeFlag bool) Option
- func WithPackageDir(packageDir string) Option
- func WithPackageFiles(packageFiles []string) Option
- func WithSigningKey(signingKey string) Option
- func WithSourceIndexFile(indexFile string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶ added in v0.5.0
type Index struct { PackageFiles []string IndexFile string SourceIndexFile string MergeIndexFileFlag bool SigningKey string ExpectedArch string Index apk.APKIndex }
func (*Index) GenerateIndex ¶ added in v0.5.0
func (*Index) UpdateIndex ¶ added in v0.5.0
type Option ¶
func WithExpectedArch ¶ added in v0.4.0
WithExpectedArch sets the expected package architecture. Any packages with an unexpected architecture will not be indexed.
func WithIndexFile ¶
func WithMergeIndexFileFlag ¶ added in v0.3.0
func WithPackageDir ¶
func WithPackageFiles ¶
func WithSigningKey ¶
func WithSourceIndexFile ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.