Documentation
¶
Index ¶
- Constants
- Variables
- type Builder
- func (b *Builder) Build(path string) (*ops.Manifest, string, error)
- func (b *Builder) OutputPath(op string) *Builder
- func (b *Builder) Platform(p *platform.Platform) *Builder
- func (b *Builder) Restrict(r bool) *Builder
- func (b *Builder) Secure(s bool) *Builder
- func (b *Builder) TargetPath(tp string) *Builder
- func (b *Builder) Version(version uint8) *Builder
- func (b *Builder) WorkPath(wp string) *Builder
- type Header
- type Reader
- type Signer
- type Validator
- type Writer
Constants ¶
View Source
const ( Magic string = "opkg79" Version uint8 = 0 Compression uint8 = 0 )
Variables ¶
View Source
var OpkgFile = opkgFile{}
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func (*Builder) OutputPath ¶
func (*Builder) TargetPath ¶
type Header ¶
type Reader ¶
type Validator ¶
func NewValidator ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.