Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrContainerPath indicates an invalid container location ErrContainerPath = errors.New("A container immediate parent dir must be the root of a project") // ErrProjectPath indicates an invalid project location ErrProjectPath = errors.New("A project can not have another project as its parent") // ErrInvalidID indicates an invalid resource ID (such as empty string) ErrInvalidID = errors.New("Value for ID is invalid") // ErrProjectAlreadyExists indicates that a project already exists ErrProjectAlreadyExists = errors.New("Invalid path for new configuration: project already exists") // ErrContainerAlreadyExists indicates that a container already exists ErrContainerAlreadyExists = errors.New("Invalid path for new configuration: container already exists") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.