Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircleCI ¶
type CircleCI struct {
Token string
}
toprovider.Provider
func (*CircleCI) UnmarshalSpec ¶
func (t *CircleCI) UnmarshalSpec(bytes []byte) (toprovider.Operator, error)
type ProjectVariable ¶
type Spec ¶
type Spec struct { Owner string `yaml:"owner"` ProjectVariables []*ProjectVariable `yaml:"projectVariables"` Contexts []*Context `yaml:"contexts"` Client *circleci.Client }
toprovider.Operator
func (*Spec) UpdateContexts ¶
Click to show internal directories.
Click to hide internal directories.