Documentation
¶
Index ¶
Constants ¶
View Source
const IncludeSourceable tfeapi.IncludeName = "sourceable"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TFEAPI ¶
type TFEAPI struct {
*tfeapi.Responder
Client tfeClient
Authorizer *authz.Authorizer
}
func NewTFEAPI ¶
func NewTFEAPI( client tfeClient, authorizer *authz.Authorizer, responder *tfeapi.Responder, ) *TFEAPI
func (*TFEAPI) AddHandlers ¶
type TFERunTrigger ¶
type TFERunTrigger struct {
ID resource.TfeID `jsonapi:"primary,run-triggers"`
CreatedAt time.Time `jsonapi:"attribute" json:"created-at"`
Workspace *workspace.TFEWorkspace `jsonapi:"relationship" json:"workspace"`
Sourceable *workspace.TFEWorkspace `jsonapi:"relationship" json:"sourceable"`
}
TFERunTrigger represents a run trigger in the TFE API.
Click to show internal directories.
Click to hide internal directories.