Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { // Build a package Build(src io.Reader, opts ...Option) (io.Reader, error) }
Builder is an interface for building packages
var DefaultBuilder Builder
DefaultBuilder implementation. Note: we don't set the client here as that would result in a circular dependancy. This isn't an issue with other interfaces as they're normally defined in go-micro. Profiles should configure this builder but clients of this package should handle the nil value case.
Directories ¶
Path | Synopsis |
---|---|
util
|
|
tar
Package tar is a wrapper around archive/tar, it's used for archiving and unarchiving source from and into folders on the host.
|
Package tar is a wrapper around archive/tar, it's used for archiving and unarchiving source from and into folders on the host. |
zip
Package zip is a wrapper around archive/zip, it's used for archiving and unarchiving source from and into folders on the host.
|
Package zip is a wrapper around archive/zip, it's used for archiving and unarchiving source from and into folders on the host. |
Click to show internal directories.
Click to hide internal directories.