Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFoundError ¶ added in v0.7.0
type NotFoundError struct{}
NotFoundError is thrown when the trigger in question isn't found
func (NotFoundError) Error ¶ added in v0.7.0
func (err NotFoundError) Error() string
type Trigger ¶
type Trigger struct { UUID string Name string Type Type Token *string User *auth.User Arguments []byte }
Trigger is the way a deployment is started
type Unauthorized ¶ added in v0.7.0
type Unauthorized struct{}
Unauthorized is thrown when the user is neither in the group nor the role needed to trigger
func (Unauthorized) Error ¶ added in v0.7.0
func (err Unauthorized) Error() string
Click to show internal directories.
Click to hide internal directories.