Documentation ¶
Index ¶
Constants ¶
View Source
const UserProvidedRunMetadataHeader = "Spacelift-User-Provided-Run-Metadata"
UserProvidedRunMetadataHeader is the HTTP header used to pass arbitrary metadata to runs when creating or confirming them.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigInput ¶ added in v0.7.1
type ConfigInput struct { ID graphql.ID `json:"id"` Type ConfigType `json:"type"` Value graphql.String `json:"value"` WriteOnly graphql.Boolean `json:"writeOnly"` }
ConfigInput represents the input required to create or update a config element.
type ConfigType ¶ added in v0.7.1
type ConfigType string
ConfigType is a type of configuration element.
Click to show internal directories.
Click to hide internal directories.