Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ATCConfig ¶
type ATCConfig struct { PipelineName string Team concourse.Team WebRequestGenerator *rata.RequestGenerator SkipInteraction bool }
func (ATCConfig) ApplyConfigInteraction ¶
type GroupIndex ¶
type GroupIndex atc.GroupConfigs
func (GroupIndex) FindEquivalent ¶
func (index GroupIndex) FindEquivalent(obj interface{}) (interface{}, bool)
func (GroupIndex) Slice ¶
func (index GroupIndex) Slice() []interface{}
type Index ¶
type Index interface { FindEquivalent(interface{}) (interface{}, bool) Slice() []interface{} }
type ResourceIndex ¶
type ResourceIndex atc.ResourceConfigs
func (ResourceIndex) FindEquivalent ¶
func (index ResourceIndex) FindEquivalent(obj interface{}) (interface{}, bool)
func (ResourceIndex) Slice ¶
func (index ResourceIndex) Slice() []interface{}
type ResourceTypeIndex ¶
type ResourceTypeIndex atc.ResourceTypes
func (ResourceTypeIndex) FindEquivalent ¶
func (index ResourceTypeIndex) FindEquivalent(obj interface{}) (interface{}, bool)
func (ResourceTypeIndex) Slice ¶
func (index ResourceTypeIndex) Slice() []interface{}
Click to show internal directories.
Click to hide internal directories.