Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorGroupSlotsOutOfRange ¶
func NewErrorGroupSlotsOutOfRange() error
func NewErrorUnknownGroup ¶
Types ¶
type ErrorEmptyID ¶
type ErrorEmptyID struct{}
func (ErrorEmptyID) Error ¶
func (e ErrorEmptyID) Error() string
type ErrorGroupSlotsOutOfRange ¶
type ErrorGroupSlotsOutOfRange struct{}
func (ErrorGroupSlotsOutOfRange) Error ¶
func (e ErrorGroupSlotsOutOfRange) Error() string
type ErrorUnknownGroup ¶
type ErrorUnknownGroup struct {
// contains filtered or unexported fields
}
func (*ErrorUnknownGroup) Error ¶
func (e *ErrorUnknownGroup) Error() string
type ErrorUnkownStorageType ¶
type ErrorUnkownStorageType struct {
Type string
}
func (*ErrorUnkownStorageType) Error ¶
func (e *ErrorUnkownStorageType) Error() string
Click to show internal directories.
Click to hide internal directories.