Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessDeniedError ¶
type AccessDeniedError struct{}
func (AccessDeniedError) Error ¶
func (e AccessDeniedError) Error() string
type AlreadyExistsError ¶
type AlreadyExistsError struct {
Subj string
}
func (AlreadyExistsError) Error ¶
func (e AlreadyExistsError) Error() string
type InvalidArgError ¶
func (InvalidArgError) Error ¶
func (e InvalidArgError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Subj string
}
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.