storage

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2020 License: BSD-3-Clause Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL