Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNilID is a general error that indicates the given UUID was uuid.Nil. ErrNilID = errors.New("nil id") // ErrNotFound is a general error that indicates specified record was not found. ErrNotFound = errors.New("not found") // ErrAlreadyExists is a general error that indicates the given record already exists. ErrAlreadyExists = errors.New("already exists") // ErrForbidden is a general error that indicates the operation is forbidden. ErrForbidden = errors.New("forbidden") )
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { WorldRepository }
Click to show internal directories.
Click to hide internal directories.