Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide( ProvideTenantStorer, ), )
Functions ¶
This section is empty.
Types ¶
type StorageOut ¶
type StorageOut struct { fx.Out TenantStorer tenant.TenantStorer }
func ProvideTenantStorer ¶
func ProvideTenantStorer(in StorageIn) (StorageOut, error)
type UnsupportedTenantStorageError ¶
type UnsupportedTenantStorageError struct {
// contains filtered or unexported fields
}
func (*UnsupportedTenantStorageError) Error ¶
func (e *UnsupportedTenantStorageError) Error() string
Click to show internal directories.
Click to hide internal directories.