Documentation ¶
Index ¶
- Constants
- type Builder
- func (b *Builder) Build() (string, *action.Manifest, error)
- func (b *Builder) OutputPath(op string) *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
- func (b *Builder) ZpfPath(zp string) *Builder
- type Header
- type Reader
- type Signer
- type Writer
- type ZpkgFile
Constants ¶
View Source
const ( Magic string = "zpkg66" Version uint8 = 0 Compression uint8 = 0 DefaultZpfPath = "Zpkgfile" DefaultTargetDir = "proto" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
func NewBuilder ¶
func NewBuilder() *Builder
func (*Builder) OutputPath ¶
func (*Builder) TargetPath ¶
type Header ¶
type Reader ¶
Click to show internal directories.
Click to hide internal directories.