Documentation ¶
Index ¶
Constants ¶
View Source
const ResourcesDir = "/tmp/build/src"
Variables ¶
View Source
var ErrAborted = errors.New("script aborted")
View Source
var ErrUnknownResourceType = errors.New("unknown resource type")
Functions ¶
This section is empty.
Types ¶
type ErrResourceScriptFailed ¶
type ErrResourceScriptFailed struct { Path string Args []string Stdout string Stderr string ExitStatus int }
func (ErrResourceScriptFailed) Error ¶
func (err ErrResourceScriptFailed) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.