Documentation
¶
Index ¶
Constants ¶
View Source
const DraftsPrefix = "draft:"
Variables ¶
View Source
var ( ErrorBadResponseNewVersionEndpoint = errors.New("Bad response from new version endpoint") ErrorBadDraftFormat = errors.New("Bad draft format") ErrorBadDraftUsernameDigestFormat = errors.New("Bad draft username/digest format") ErrorBadRequestModelHasVersions = errors.New("This model already has versions associated with it, and can't be used with procedures.") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PostNewPipeline ¶
type CreateRelease ¶
type CreateRelease struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.