Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadConfigError ¶
type BadConfigError struct { }
func (*BadConfigError) Error ¶
func (e *BadConfigError) Error() string
type Id ¶
func (Id) Key ¶
Key A string representation of tenant id that can be used has a key for certain data structure like a map
func (Id) KeyWithRoute ¶
KeyWithRoute A string representation of tenant id + route id that can be used has a key for certain data structure like a map
type InternalStorageError ¶
type InternalStorageError struct {
Wrapped error
}
func (*InternalStorageError) Error ¶
func (e *InternalStorageError) Error() string
func (*InternalStorageError) Unwrap ¶
func (e *InternalStorageError) Unwrap() error
type TenantNotFoundError ¶
type TenantNotFoundError struct {
Tenant Id
}
func (*TenantNotFoundError) Error ¶
func (e *TenantNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.