api

package
v0.7.6 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAccountsAPI

func NewAccountsAPI(backend service.Backend) (api.API, error)

NewAccountsAPI makes new *accountsAPI struct

func NewAppRegistryAPI

func NewAppRegistryAPI(backend service.Backend) (api.API, error)

NewAppRegistryAPI makes new *appRegistryAPI struct

func NewConsentsAPI

func NewConsentsAPI(backend service.Backend) (api.API, error)

NewConsentsAPI makes new *consentsAPI struct

func NewControllerRegistryAPI

func NewControllerRegistryAPI(backend service.Backend) (api.API, error)

NewControllerRegistryAPI makes new *controllerRegistryAPI struct

func NewDAuthAPI

func NewDAuthAPI(backend service.Backend) (api.API, error)

NewDAuthAPI makes new *dAuthAPI struct

func NewDataAPI

func NewDataAPI(backend service.Backend) (api.API, error)

func NewDataTypeRegistryAPI

func NewDataTypeRegistryAPI(backend service.Backend) (api.API, error)

NewDataTypeRegistryAPI makes new *dataTypeRegistryAPI struct

func NewExchangeAPI

func NewExchangeAPI(backend service.Backend) (api.API, error)

NewExchangeAPI makes new *exchangeAPI struct

func NewUserAPI

func NewUserAPI(backend service.Backend) (api.API, error)

func NewWarehouseAPI

func NewWarehouseAPI(backend service.Backend) (_ api.API, err error)

Types

type UserAPI

type UserAPI struct {
	// contains filtered or unexported fields
}

func (*UserAPI) AttachToAPI

func (api *UserAPI) AttachToAPI(service *api.Service)

func (*UserAPI) GetData

func (api *UserAPI) GetData(ctx context.Context, req *pb.DataRequest) (*pb.GetDataReponse, error)

func (*UserAPI) GetDataIds

func (api *UserAPI) GetDataIds(ctx context.Context, req *pb.DataIdRequest) (*pb.GetDataIdsResponse, error)

type WarehouseAPI

type WarehouseAPI struct {
	// contains filtered or unexported fields
}

func (*WarehouseAPI) AttachToAPI

func (api *WarehouseAPI) AttachToAPI(service *api.Service)

func (*WarehouseAPI) DeleteBundle

func (api *WarehouseAPI) DeleteBundle(ctx context.Context, request *pb.DeleteBundleRequest) (*pb.DeleteBundleResult, error)

func (*WarehouseAPI) ListBundle

func (api *WarehouseAPI) ListBundle(ctx context.Context, req *pb.ListBundleRequest) (*pb.ListBundleResult, error)

func (*WarehouseAPI) StoreBundle

func (api *WarehouseAPI) StoreBundle(stream pb.Warehouse_StoreBundleServer) error

func (*WarehouseAPI) StoreEncryptedBundle

func (api *WarehouseAPI) StoreEncryptedBundle(stream pb.Warehouse_StoreEncryptedBundleServer) error

Jump to

Keyboard shortcuts

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