Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrJobNotFound ¶
NewErrJobNotFound creates a job-not-found error.
func NewErrParentInputsMismatch ¶
NewErrParentInputsMismatch creates an error for mismatched job parents.
func NewErrPipelineNotFound ¶
NewErrPipelineNotFound creates a pipeline-not-found error.
func RepoNameToEnvString ¶
RepoNameToEnvString is a helper which uppercases a repo name for use in environment variable names.
Types ¶
type APIServer ¶
type APIServer interface { ppsclient.APIServer ppsserver.InternalJobAPIServer shard.Frontend shard.Server }
APIServer represents an api server.
type ErrEmptyInput ¶
type ErrEmptyInput struct {
// contains filtered or unexported fields
}
ErrEmptyInput is an input returned for empty inputs.
func NewErrEmptyInput ¶
func NewErrEmptyInput(commitID string) *ErrEmptyInput
NewErrEmptyInput creates a new ErrEmptyInput
Click to show internal directories.
Click to hide internal directories.