Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID string
UUID represents a container metadata resource unique identifier.
func NewUUID ¶
NewUUID is a convince function for generating a new container metadata resource uuid.
func ParseUUID ¶
ParseUUID returns a new UUID from the given string. If the string is not a valid uuid an error satisfying errors.NotValid will be returned.
func (UUID) Validate ¶
Validate ensures the consistency of the UUID. If the uuid is invalid an error satisfying errors.NotValid will be returned.
Click to show internal directories.
Click to hide internal directories.