Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { CreateTenant(tenantID int64, tenant protos.Tenant) error GetTenant(tenantID int64) (*protos.Tenant, error) GetAllTenants() (*protos.TenantList, error) SetTenant(tenantID int64, tenant protos.Tenant) error DeleteTenant(tenantID int64) error }
func NewBlobstoreStore ¶
func NewBlobstoreStore(factory blobstore.BlobStorageFactory) Store
Click to show internal directories.
Click to hide internal directories.