api

package
v1.0.0-beta.14 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package api is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthServer

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

MockAuthServer is a mock of AuthServer interface.

func NewMockAuthServer

func NewMockAuthServer(ctrl *gomock.Controller) *MockAuthServer

NewMockAuthServer creates a new mock instance.

func (*MockAuthServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAuthServer) GetAccessToken

GetAccessToken mocks base method.

type MockAuthServerMockRecorder

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

MockAuthServerMockRecorder is the mock recorder for MockAuthServer.

func (*MockAuthServerMockRecorder) GetAccessToken

func (mr *MockAuthServerMockRecorder) GetAccessToken(arg0, arg1 interface{}) *gomock.Call

GetAccessToken indicates an expected call of GetAccessToken.

type MockManagementServer

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

MockManagementServer is a mock of ManagementServer interface.

func NewMockManagementServer

func NewMockManagementServer(ctrl *gomock.Controller) *MockManagementServer

NewMockManagementServer creates a new mock instance.

func (*MockManagementServer) CreateApplication

CreateApplication mocks base method.

func (*MockManagementServer) CreateNamespace

CreateNamespace mocks base method.

func (*MockManagementServer) DeleteApplication

DeleteApplication mocks base method.

func (*MockManagementServer) DescribeNamespaces

DescribeNamespaces mocks base method.

func (*MockManagementServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockManagementServer) GetNamespaceMetadata

GetNamespaceMetadata mocks base method.

func (*MockManagementServer) GetUserMetadata

GetUserMetadata mocks base method.

func (*MockManagementServer) InsertNamespaceMetadata

InsertNamespaceMetadata mocks base method.

func (*MockManagementServer) InsertUserMetadata

InsertUserMetadata mocks base method.

func (*MockManagementServer) ListApplications

ListApplications mocks base method.

func (*MockManagementServer) ListNamespaces

ListNamespaces mocks base method.

func (*MockManagementServer) RotateApplicationSecret

RotateApplicationSecret mocks base method.

func (*MockManagementServer) UpdateApplication

UpdateApplication mocks base method.

func (*MockManagementServer) UpdateNamespaceMetadata

UpdateNamespaceMetadata mocks base method.

func (*MockManagementServer) UpdateUserMetadata

UpdateUserMetadata mocks base method.

type MockManagementServerMockRecorder

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

MockManagementServerMockRecorder is the mock recorder for MockManagementServer.

func (*MockManagementServerMockRecorder) CreateApplication

func (mr *MockManagementServerMockRecorder) CreateApplication(arg0, arg1 interface{}) *gomock.Call

CreateApplication indicates an expected call of CreateApplication.

func (*MockManagementServerMockRecorder) CreateNamespace

func (mr *MockManagementServerMockRecorder) CreateNamespace(arg0, arg1 interface{}) *gomock.Call

CreateNamespace indicates an expected call of CreateNamespace.

func (*MockManagementServerMockRecorder) DeleteApplication

func (mr *MockManagementServerMockRecorder) DeleteApplication(arg0, arg1 interface{}) *gomock.Call

DeleteApplication indicates an expected call of DeleteApplication.

func (*MockManagementServerMockRecorder) DescribeNamespaces

func (mr *MockManagementServerMockRecorder) DescribeNamespaces(arg0, arg1 interface{}) *gomock.Call

DescribeNamespaces indicates an expected call of DescribeNamespaces.

func (*MockManagementServerMockRecorder) GetNamespaceMetadata

func (mr *MockManagementServerMockRecorder) GetNamespaceMetadata(arg0, arg1 interface{}) *gomock.Call

GetNamespaceMetadata indicates an expected call of GetNamespaceMetadata.

func (*MockManagementServerMockRecorder) GetUserMetadata

func (mr *MockManagementServerMockRecorder) GetUserMetadata(arg0, arg1 interface{}) *gomock.Call

GetUserMetadata indicates an expected call of GetUserMetadata.

func (*MockManagementServerMockRecorder) InsertNamespaceMetadata

func (mr *MockManagementServerMockRecorder) InsertNamespaceMetadata(arg0, arg1 interface{}) *gomock.Call

InsertNamespaceMetadata indicates an expected call of InsertNamespaceMetadata.

func (*MockManagementServerMockRecorder) InsertUserMetadata

func (mr *MockManagementServerMockRecorder) InsertUserMetadata(arg0, arg1 interface{}) *gomock.Call

InsertUserMetadata indicates an expected call of InsertUserMetadata.

func (*MockManagementServerMockRecorder) ListApplications

func (mr *MockManagementServerMockRecorder) ListApplications(arg0, arg1 interface{}) *gomock.Call

ListApplications indicates an expected call of ListApplications.

func (*MockManagementServerMockRecorder) ListNamespaces

func (mr *MockManagementServerMockRecorder) ListNamespaces(arg0, arg1 interface{}) *gomock.Call

ListNamespaces indicates an expected call of ListNamespaces.

func (*MockManagementServerMockRecorder) RotateApplicationSecret

func (mr *MockManagementServerMockRecorder) RotateApplicationSecret(arg0, arg1 interface{}) *gomock.Call

RotateApplicationSecret indicates an expected call of RotateApplicationSecret.

func (*MockManagementServerMockRecorder) UpdateApplication

func (mr *MockManagementServerMockRecorder) UpdateApplication(arg0, arg1 interface{}) *gomock.Call

UpdateApplication indicates an expected call of UpdateApplication.

func (*MockManagementServerMockRecorder) UpdateNamespaceMetadata

func (mr *MockManagementServerMockRecorder) UpdateNamespaceMetadata(arg0, arg1 interface{}) *gomock.Call

UpdateNamespaceMetadata indicates an expected call of UpdateNamespaceMetadata.

func (*MockManagementServerMockRecorder) UpdateUserMetadata

func (mr *MockManagementServerMockRecorder) UpdateUserMetadata(arg0, arg1 interface{}) *gomock.Call

UpdateUserMetadata indicates an expected call of UpdateUserMetadata.

type MockObservabilityServer

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

MockObservabilityServer is a mock of ObservabilityServer interface.

func NewMockObservabilityServer

func NewMockObservabilityServer(ctrl *gomock.Controller) *MockObservabilityServer

NewMockObservabilityServer creates a new mock instance.

func (*MockObservabilityServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockObservabilityServer) GetInfo

GetInfo mocks base method.

func (*MockObservabilityServer) QueryTimeSeriesMetrics

QueryTimeSeriesMetrics mocks base method.

func (*MockObservabilityServer) QuotaLimits

QuotaLimits mocks base method.

func (*MockObservabilityServer) QuotaUsage

QuotaUsage mocks base method.

type MockObservabilityServerMockRecorder

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

MockObservabilityServerMockRecorder is the mock recorder for MockObservabilityServer.

func (*MockObservabilityServerMockRecorder) GetInfo

func (mr *MockObservabilityServerMockRecorder) GetInfo(arg0, arg1 interface{}) *gomock.Call

GetInfo indicates an expected call of GetInfo.

func (*MockObservabilityServerMockRecorder) QueryTimeSeriesMetrics

func (mr *MockObservabilityServerMockRecorder) QueryTimeSeriesMetrics(arg0, arg1 interface{}) *gomock.Call

QueryTimeSeriesMetrics indicates an expected call of QueryTimeSeriesMetrics.

func (*MockObservabilityServerMockRecorder) QuotaLimits

func (mr *MockObservabilityServerMockRecorder) QuotaLimits(arg0, arg1 interface{}) *gomock.Call

QuotaLimits indicates an expected call of QuotaLimits.

func (*MockObservabilityServerMockRecorder) QuotaUsage

func (mr *MockObservabilityServerMockRecorder) QuotaUsage(arg0, arg1 interface{}) *gomock.Call

QuotaUsage indicates an expected call of QuotaUsage.

type MockTigrisServer

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

MockTigrisServer is a mock of TigrisServer interface.

func NewMockTigrisServer

func NewMockTigrisServer(ctrl *gomock.Controller) *MockTigrisServer

NewMockTigrisServer creates a new mock instance.

func (*MockTigrisServer) BeginTransaction

BeginTransaction mocks base method.

func (*MockTigrisServer) CommitTransaction

CommitTransaction mocks base method.

func (*MockTigrisServer) CreateDatabase

CreateDatabase mocks base method.

func (*MockTigrisServer) CreateOrUpdateCollection

CreateOrUpdateCollection mocks base method.

func (*MockTigrisServer) Delete

Delete mocks base method.

func (*MockTigrisServer) DescribeCollection

DescribeCollection mocks base method.

func (*MockTigrisServer) DescribeDatabase

DescribeDatabase mocks base method.

func (*MockTigrisServer) DropCollection

DropCollection mocks base method.

func (*MockTigrisServer) DropDatabase

DropDatabase mocks base method.

func (*MockTigrisServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTigrisServer) Events

Events mocks base method.

func (*MockTigrisServer) Insert

Insert mocks base method.

func (*MockTigrisServer) ListCollections

ListCollections mocks base method.

func (*MockTigrisServer) ListDatabases

ListDatabases mocks base method.

func (*MockTigrisServer) Publish

Publish mocks base method.

func (*MockTigrisServer) Read

Read mocks base method.

func (*MockTigrisServer) Replace

Replace mocks base method.

func (*MockTigrisServer) RollbackTransaction

RollbackTransaction mocks base method.

func (*MockTigrisServer) Search

Search mocks base method.

func (*MockTigrisServer) Subscribe

Subscribe mocks base method.

func (*MockTigrisServer) Update

Update mocks base method.

type MockTigrisServerMockRecorder

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

MockTigrisServerMockRecorder is the mock recorder for MockTigrisServer.

func (*MockTigrisServerMockRecorder) BeginTransaction

func (mr *MockTigrisServerMockRecorder) BeginTransaction(arg0, arg1 interface{}) *gomock.Call

BeginTransaction indicates an expected call of BeginTransaction.

func (*MockTigrisServerMockRecorder) CommitTransaction

func (mr *MockTigrisServerMockRecorder) CommitTransaction(arg0, arg1 interface{}) *gomock.Call

CommitTransaction indicates an expected call of CommitTransaction.

func (*MockTigrisServerMockRecorder) CreateDatabase

func (mr *MockTigrisServerMockRecorder) CreateDatabase(arg0, arg1 interface{}) *gomock.Call

CreateDatabase indicates an expected call of CreateDatabase.

func (*MockTigrisServerMockRecorder) CreateOrUpdateCollection

func (mr *MockTigrisServerMockRecorder) CreateOrUpdateCollection(arg0, arg1 interface{}) *gomock.Call

CreateOrUpdateCollection indicates an expected call of CreateOrUpdateCollection.

func (*MockTigrisServerMockRecorder) Delete

func (mr *MockTigrisServerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockTigrisServerMockRecorder) DescribeCollection

func (mr *MockTigrisServerMockRecorder) DescribeCollection(arg0, arg1 interface{}) *gomock.Call

DescribeCollection indicates an expected call of DescribeCollection.

func (*MockTigrisServerMockRecorder) DescribeDatabase

func (mr *MockTigrisServerMockRecorder) DescribeDatabase(arg0, arg1 interface{}) *gomock.Call

DescribeDatabase indicates an expected call of DescribeDatabase.

func (*MockTigrisServerMockRecorder) DropCollection

func (mr *MockTigrisServerMockRecorder) DropCollection(arg0, arg1 interface{}) *gomock.Call

DropCollection indicates an expected call of DropCollection.

func (*MockTigrisServerMockRecorder) DropDatabase

func (mr *MockTigrisServerMockRecorder) DropDatabase(arg0, arg1 interface{}) *gomock.Call

DropDatabase indicates an expected call of DropDatabase.

func (*MockTigrisServerMockRecorder) Events

func (mr *MockTigrisServerMockRecorder) Events(arg0, arg1 interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockTigrisServerMockRecorder) Insert

func (mr *MockTigrisServerMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockTigrisServerMockRecorder) ListCollections

func (mr *MockTigrisServerMockRecorder) ListCollections(arg0, arg1 interface{}) *gomock.Call

ListCollections indicates an expected call of ListCollections.

func (*MockTigrisServerMockRecorder) ListDatabases

func (mr *MockTigrisServerMockRecorder) ListDatabases(arg0, arg1 interface{}) *gomock.Call

ListDatabases indicates an expected call of ListDatabases.

func (*MockTigrisServerMockRecorder) Publish

func (mr *MockTigrisServerMockRecorder) Publish(arg0, arg1 interface{}) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockTigrisServerMockRecorder) Read

func (mr *MockTigrisServerMockRecorder) Read(arg0, arg1 interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockTigrisServerMockRecorder) Replace

func (mr *MockTigrisServerMockRecorder) Replace(arg0, arg1 interface{}) *gomock.Call

Replace indicates an expected call of Replace.

func (*MockTigrisServerMockRecorder) RollbackTransaction

func (mr *MockTigrisServerMockRecorder) RollbackTransaction(arg0, arg1 interface{}) *gomock.Call

RollbackTransaction indicates an expected call of RollbackTransaction.

func (*MockTigrisServerMockRecorder) Search

func (mr *MockTigrisServerMockRecorder) Search(arg0, arg1 interface{}) *gomock.Call

Search indicates an expected call of Search.

func (*MockTigrisServerMockRecorder) Subscribe

func (mr *MockTigrisServerMockRecorder) Subscribe(arg0, arg1 interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockTigrisServerMockRecorder) Update

func (mr *MockTigrisServerMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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