mock_authpb

package
v0.0.0-...-0888c38 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_authpb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIKeyServiceClient

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

MockAPIKeyServiceClient is a mock of APIKeyServiceClient interface.

func NewMockAPIKeyServiceClient

func NewMockAPIKeyServiceClient(ctrl *gomock.Controller) *MockAPIKeyServiceClient

NewMockAPIKeyServiceClient creates a new mock instance.

func (*MockAPIKeyServiceClient) Create

Create mocks base method.

func (*MockAPIKeyServiceClient) Delete

func (m *MockAPIKeyServiceClient) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error)

Delete mocks base method.

func (*MockAPIKeyServiceClient) EXPECT

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

func (*MockAPIKeyServiceClient) Get

Get mocks base method.

func (*MockAPIKeyServiceClient) List

List mocks base method.

func (*MockAPIKeyServiceClient) LookupAPIKey

LookupAPIKey mocks base method.

type MockAPIKeyServiceClientMockRecorder

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

MockAPIKeyServiceClientMockRecorder is the mock recorder for MockAPIKeyServiceClient.

func (*MockAPIKeyServiceClientMockRecorder) Create

func (mr *MockAPIKeyServiceClientMockRecorder) Create(ctx, in interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockAPIKeyServiceClientMockRecorder) Delete

func (mr *MockAPIKeyServiceClientMockRecorder) Delete(ctx, in interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAPIKeyServiceClientMockRecorder) Get

func (mr *MockAPIKeyServiceClientMockRecorder) Get(ctx, in interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockAPIKeyServiceClientMockRecorder) List

func (mr *MockAPIKeyServiceClientMockRecorder) List(ctx, in interface{}, opts ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAPIKeyServiceClientMockRecorder) LookupAPIKey

func (mr *MockAPIKeyServiceClientMockRecorder) LookupAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

LookupAPIKey indicates an expected call of LookupAPIKey.

type MockAPIKeyServiceServer

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

MockAPIKeyServiceServer is a mock of APIKeyServiceServer interface.

func NewMockAPIKeyServiceServer

func NewMockAPIKeyServiceServer(ctrl *gomock.Controller) *MockAPIKeyServiceServer

NewMockAPIKeyServiceServer creates a new mock instance.

func (*MockAPIKeyServiceServer) Create

Create mocks base method.

func (*MockAPIKeyServiceServer) Delete

func (m *MockAPIKeyServiceServer) Delete(arg0 context.Context, arg1 *uuidpb.UUID) (*types.Empty, error)

Delete mocks base method.

func (*MockAPIKeyServiceServer) EXPECT

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

func (*MockAPIKeyServiceServer) Get

Get mocks base method.

func (*MockAPIKeyServiceServer) List

List mocks base method.

func (*MockAPIKeyServiceServer) LookupAPIKey

LookupAPIKey mocks base method.

type MockAPIKeyServiceServerMockRecorder

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

MockAPIKeyServiceServerMockRecorder is the mock recorder for MockAPIKeyServiceServer.

func (*MockAPIKeyServiceServerMockRecorder) Create

func (mr *MockAPIKeyServiceServerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockAPIKeyServiceServerMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockAPIKeyServiceServerMockRecorder) Get

func (mr *MockAPIKeyServiceServerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockAPIKeyServiceServerMockRecorder) List

func (mr *MockAPIKeyServiceServerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAPIKeyServiceServerMockRecorder) LookupAPIKey

func (mr *MockAPIKeyServiceServerMockRecorder) LookupAPIKey(arg0, arg1 interface{}) *gomock.Call

LookupAPIKey indicates an expected call of LookupAPIKey.

type MockAuthServiceClient

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

MockAuthServiceClient is a mock of AuthServiceClient interface.

func NewMockAuthServiceClient

func NewMockAuthServiceClient(ctrl *gomock.Controller) *MockAuthServiceClient

NewMockAuthServiceClient creates a new mock instance.

func (*MockAuthServiceClient) CreateOrgAndInviteUser

CreateOrgAndInviteUser mocks base method.

func (*MockAuthServiceClient) EXPECT

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

func (*MockAuthServiceClient) GetAugmentedToken

GetAugmentedToken mocks base method.

func (*MockAuthServiceClient) GetAugmentedTokenForAPIKey

GetAugmentedTokenForAPIKey mocks base method.

func (*MockAuthServiceClient) GetAuthConnectorToken

GetAuthConnectorToken mocks base method.

func (*MockAuthServiceClient) InviteUser

InviteUser mocks base method.

func (*MockAuthServiceClient) Login

Login mocks base method.

func (*MockAuthServiceClient) RefetchToken

RefetchToken mocks base method.

func (*MockAuthServiceClient) Signup

Signup mocks base method.

type MockAuthServiceClientMockRecorder

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

MockAuthServiceClientMockRecorder is the mock recorder for MockAuthServiceClient.

func (*MockAuthServiceClientMockRecorder) CreateOrgAndInviteUser

func (mr *MockAuthServiceClientMockRecorder) CreateOrgAndInviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateOrgAndInviteUser indicates an expected call of CreateOrgAndInviteUser.

func (*MockAuthServiceClientMockRecorder) GetAugmentedToken

func (mr *MockAuthServiceClientMockRecorder) GetAugmentedToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAugmentedToken indicates an expected call of GetAugmentedToken.

func (*MockAuthServiceClientMockRecorder) GetAugmentedTokenForAPIKey

func (mr *MockAuthServiceClientMockRecorder) GetAugmentedTokenForAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAugmentedTokenForAPIKey indicates an expected call of GetAugmentedTokenForAPIKey.

func (*MockAuthServiceClientMockRecorder) GetAuthConnectorToken

func (mr *MockAuthServiceClientMockRecorder) GetAuthConnectorToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAuthConnectorToken indicates an expected call of GetAuthConnectorToken.

func (*MockAuthServiceClientMockRecorder) InviteUser

func (mr *MockAuthServiceClientMockRecorder) InviteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

InviteUser indicates an expected call of InviteUser.

func (*MockAuthServiceClientMockRecorder) Login

func (mr *MockAuthServiceClientMockRecorder) Login(ctx, in interface{}, opts ...interface{}) *gomock.Call

Login indicates an expected call of Login.

func (*MockAuthServiceClientMockRecorder) RefetchToken

func (mr *MockAuthServiceClientMockRecorder) RefetchToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

RefetchToken indicates an expected call of RefetchToken.

func (*MockAuthServiceClientMockRecorder) Signup

func (mr *MockAuthServiceClientMockRecorder) Signup(ctx, in interface{}, opts ...interface{}) *gomock.Call

Signup indicates an expected call of Signup.

type MockAuthServiceServer

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

MockAuthServiceServer is a mock of AuthServiceServer interface.

func NewMockAuthServiceServer

func NewMockAuthServiceServer(ctrl *gomock.Controller) *MockAuthServiceServer

NewMockAuthServiceServer creates a new mock instance.

func (*MockAuthServiceServer) CreateOrgAndInviteUser

CreateOrgAndInviteUser mocks base method.

func (*MockAuthServiceServer) EXPECT

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

func (*MockAuthServiceServer) GetAugmentedToken

GetAugmentedToken mocks base method.

func (*MockAuthServiceServer) GetAugmentedTokenForAPIKey

GetAugmentedTokenForAPIKey mocks base method.

func (*MockAuthServiceServer) GetAuthConnectorToken

GetAuthConnectorToken mocks base method.

func (*MockAuthServiceServer) InviteUser

InviteUser mocks base method.

func (*MockAuthServiceServer) Login

Login mocks base method.

func (*MockAuthServiceServer) RefetchToken

RefetchToken mocks base method.

func (*MockAuthServiceServer) Signup

Signup mocks base method.

type MockAuthServiceServerMockRecorder

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

MockAuthServiceServerMockRecorder is the mock recorder for MockAuthServiceServer.

func (*MockAuthServiceServerMockRecorder) CreateOrgAndInviteUser

func (mr *MockAuthServiceServerMockRecorder) CreateOrgAndInviteUser(arg0, arg1 interface{}) *gomock.Call

CreateOrgAndInviteUser indicates an expected call of CreateOrgAndInviteUser.

func (*MockAuthServiceServerMockRecorder) GetAugmentedToken

func (mr *MockAuthServiceServerMockRecorder) GetAugmentedToken(arg0, arg1 interface{}) *gomock.Call

GetAugmentedToken indicates an expected call of GetAugmentedToken.

func (*MockAuthServiceServerMockRecorder) GetAugmentedTokenForAPIKey

func (mr *MockAuthServiceServerMockRecorder) GetAugmentedTokenForAPIKey(arg0, arg1 interface{}) *gomock.Call

GetAugmentedTokenForAPIKey indicates an expected call of GetAugmentedTokenForAPIKey.

func (*MockAuthServiceServerMockRecorder) GetAuthConnectorToken

func (mr *MockAuthServiceServerMockRecorder) GetAuthConnectorToken(arg0, arg1 interface{}) *gomock.Call

GetAuthConnectorToken indicates an expected call of GetAuthConnectorToken.

func (*MockAuthServiceServerMockRecorder) InviteUser

func (mr *MockAuthServiceServerMockRecorder) InviteUser(arg0, arg1 interface{}) *gomock.Call

InviteUser indicates an expected call of InviteUser.

func (*MockAuthServiceServerMockRecorder) Login

func (mr *MockAuthServiceServerMockRecorder) Login(arg0, arg1 interface{}) *gomock.Call

Login indicates an expected call of Login.

func (*MockAuthServiceServerMockRecorder) RefetchToken

func (mr *MockAuthServiceServerMockRecorder) RefetchToken(arg0, arg1 interface{}) *gomock.Call

RefetchToken indicates an expected call of RefetchToken.

func (*MockAuthServiceServerMockRecorder) Signup

func (mr *MockAuthServiceServerMockRecorder) Signup(arg0, arg1 interface{}) *gomock.Call

Signup indicates an expected call of Signup.

Jump to

Keyboard shortcuts

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