Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEntityAlreadyExists = errors.New("entity already exists")
View Source
var ErrEntityNotFound = errors.New("entity not found")
View Source
var ErrIdNotEmpty = fmt.Errorf("id is not empty")
View Source
var ErrResourceIdNotEmpty = fmt.Errorf("resource id is not empty")
View Source
var ErrResourceIdNotSupported = fmt.Errorf("resource id is not supported")
Functions ¶
Types ¶
type Id ¶
type Id string
func NewIdFromObjectId ¶
func NewIdFromObjectIds ¶
func NewIdFromString ¶
func (Id) GetCompoundIds ¶
func (Id) IsCompound ¶
func (Id) ToMustObjectId ¶
func (Id) TryObjectId ¶
Click to show internal directories.
Click to hide internal directories.