Versions in this module Expand all Collapse all v1 v1.2.1 Aug 20, 2020 v1.2.0 Aug 20, 2020 Changes in this version + type Store interface + CreateTenant func(tenantID int64, tenant protos.Tenant) error + DeleteTenant func(tenantID int64) error + GetAllTenants func() (*protos.TenantList, error) + GetTenant func(tenantID int64) (*protos.Tenant, error) + SetTenant func(tenantID int64, tenant protos.Tenant) error + func NewBlobstoreStore(factory blobstore.BlobStorageFactory) Store