Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ContainerProjectDir specifies where in the instance container should we bind-mount the projectDir.
ContainerProjectDir = "/tmp/cirrus-ci/project-dir"
)
Variables ¶
View Source
var ErrUnsupportedInstance = errors.New("unsupported instance type")
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func NewFromProto ¶
func NewFromProto(instance *api.Task_Instance) (*Instance, error)
Click to show internal directories.
Click to hide internal directories.