Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourcesDir ¶
Types ¶
type EmptyMetadata ¶
type EmptyMetadata struct{}
func (EmptyMetadata) Env ¶
func (m EmptyMetadata) Env() []string
type Resource ¶
type Resource interface { Get(context.Context, runtime.ProcessSpec, runtime.Runner) (runtime.VersionResult, error) Put(context.Context, runtime.ProcessSpec, runtime.Runner) (runtime.VersionResult, error) Check(context.Context, runtime.ProcessSpec, runtime.Runner) ([]atc.Version, error) Signature() ([]byte, error) }
type ResourceFactory ¶
type ResourceFactory interface {
NewResource(source atc.Source, params atc.Params, version atc.Version) Resource
}
func NewResourceFactory ¶
func NewResourceFactory() ResourceFactory
type ResourceType ¶
type ResourceType string
type TrackerMetadata ¶
func (TrackerMetadata) Env ¶
func (m TrackerMetadata) Env() []string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.