Home
last modified time | relevance | path

Searched defs:InputsConfig (Results 1 – 2 of 2) sorted by relevance

/dports/net/concourse-fly/concourse-6.7.1/atc/
H A Dsteps.go707 type InputsConfig struct { struct
708 All bool
709 Detect bool
710 Specified []string
713 func (c *InputsConfig) UnmarshalJSON(inputs []byte) error {
748 func (c InputsConfig) MarshalJSON() ([]byte, error) {
/dports/misc/concourse/concourse-6.7.2/atc/
H A Dsteps.go707 type InputsConfig struct { struct
708 All bool
709 Detect bool
710 Specified []string
713 func (c *InputsConfig) UnmarshalJSON(inputs []byte) error {
748 func (c InputsConfig) MarshalJSON() ([]byte, error) {