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 resource ID is invalid") // ErrResourceExists indicates that two resource can not share the same location ErrResourceExists = errors.New("A resource already exists on the root of this location") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.