Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Artifact ¶
type Artifact struct { // Key for storing or retrieving artifact from cache. Key string `yaml:"key"` // Path to retrieve or dump artifact on host. HostPath string `yaml:"host-path"` // Path to push or pull artifact to or from // in Act instance. Path string `yaml:"path"` }
`Artifact` represents a possible input or output from an Act run. Inputs will be pushed into the Act instance before any scenes are executed, and Outputs will be cached locally after all steps have completed successfully.
func (*Artifact) Name ¶
Get unique name of the artifact. If both a `key and `host-path` are provided in the playthrough file, then an error is returned.
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetInstanceIds ¶
func (*Cache) PutInstanceId ¶
Click to show internal directories.
Click to hide internal directories.