Documentation ¶
Index ¶
- Variables
- type Archive
- type Pipe
- func (Pipe) ContinueOnError() bool
- func (Pipe) Default(ctx *context.Context) error
- func (Pipe) Dependencies(_ *context.Context) []string
- func (p Pipe) Publish(ctx *context.Context) error
- func (p Pipe) Run(ctx *context.Context) error
- func (p Pipe) Skip(ctx *context.Context) bool
- func (Pipe) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMultipleArchivesSamePlatform = errors.New("one nixpkg can handle only one archive of each OS/Arch combination")
ErrMultipleArchivesSamePlatform happens when the config yields multiple archives for the same platform.
Functions ¶
This section is empty.
Types ¶
type Pipe ¶
type Pipe struct {
// contains filtered or unexported fields
}
func (Pipe) ContinueOnError ¶
Click to show internal directories.
Click to hide internal directories.