mocks

package
v0.0.0-...-e267d88 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConnectionControllerClient

type AppConnectionControllerClient struct {
	mock.Mock
}

AppConnectionControllerClient is an autogenerated mock type for the AppConnectionControllerClient type

func NewAppConnectionControllerClient

func NewAppConnectionControllerClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *AppConnectionControllerClient

NewAppConnectionControllerClient creates a new instance of AppConnectionControllerClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AppConnectionControllerClient) ConnectApps

ConnectApps provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) CreateAppConnectionPolicy

CreateAppConnectionPolicy provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) DeleteAppConnectionPolicy

DeleteAppConnectionPolicy provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) DisconnectApps

DisconnectApps provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) EXPECT

func (*AppConnectionControllerClient) GetAppConnection

GetAppConnection provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) GetAppConnectionEvents

GetAppConnectionEvents provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) GetAppConnectionPolicy

GetAppConnectionPolicy provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) GetAppConnectionStatistics

GetAppConnectionStatistics provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) GetAppConnectionStatus

GetAppConnectionStatus provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) GetMatchedResources

GetMatchedResources provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) ListAppConnectionPolicies

ListAppConnectionPolicies provides a mock function with given fields: ctx, in, opts

func (*AppConnectionControllerClient) ListConnectedApps

ListConnectedApps provides a mock function with given fields: ctx, in, opts

type AppConnectionControllerClient_ConnectApps_Call

type AppConnectionControllerClient_ConnectApps_Call struct {
	*mock.Call
}

AppConnectionControllerClient_ConnectApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConnectApps'

func (*AppConnectionControllerClient_ConnectApps_Call) Return

func (*AppConnectionControllerClient_ConnectApps_Call) Run

type AppConnectionControllerClient_CreateAppConnectionPolicy_Call

type AppConnectionControllerClient_CreateAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerClient_CreateAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAppConnectionPolicy'

type AppConnectionControllerClient_DeleteAppConnectionPolicy_Call

type AppConnectionControllerClient_DeleteAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerClient_DeleteAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAppConnectionPolicy'

type AppConnectionControllerClient_DisconnectApps_Call

type AppConnectionControllerClient_DisconnectApps_Call struct {
	*mock.Call
}

AppConnectionControllerClient_DisconnectApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisconnectApps'

func (*AppConnectionControllerClient_DisconnectApps_Call) Return

func (*AppConnectionControllerClient_DisconnectApps_Call) Run

type AppConnectionControllerClient_Expecter

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

func (*AppConnectionControllerClient_Expecter) ConnectApps

func (_e *AppConnectionControllerClient_Expecter) ConnectApps(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_ConnectApps_Call

ConnectApps is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AppConnection
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) CreateAppConnectionPolicy

func (_e *AppConnectionControllerClient_Expecter) CreateAppConnectionPolicy(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_CreateAppConnectionPolicy_Call

CreateAppConnectionPolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.CreateAppConnectionPolicyRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) DeleteAppConnectionPolicy

func (_e *AppConnectionControllerClient_Expecter) DeleteAppConnectionPolicy(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_DeleteAppConnectionPolicy_Call

DeleteAppConnectionPolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.DeleteAppConnectionPolicyRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) DisconnectApps

func (_e *AppConnectionControllerClient_Expecter) DisconnectApps(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_DisconnectApps_Call

DisconnectApps is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AppDisconnectionRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetAppConnection

func (_e *AppConnectionControllerClient_Expecter) GetAppConnection(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetAppConnection_Call

GetAppConnection is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetAppConnectionRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetAppConnectionEvents

func (_e *AppConnectionControllerClient_Expecter) GetAppConnectionEvents(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetAppConnectionEvents_Call

GetAppConnectionEvents is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetAppConnectionEventsRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetAppConnectionPolicy

func (_e *AppConnectionControllerClient_Expecter) GetAppConnectionPolicy(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetAppConnectionPolicy_Call

GetAppConnectionPolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetAppConnectionPolicyRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetAppConnectionStatistics

func (_e *AppConnectionControllerClient_Expecter) GetAppConnectionStatistics(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetAppConnectionStatistics_Call

GetAppConnectionStatistics is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetAppConnectionStatisticsRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetAppConnectionStatus

func (_e *AppConnectionControllerClient_Expecter) GetAppConnectionStatus(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetAppConnectionStatus_Call

GetAppConnectionStatus is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetAppConnectionStatusRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) GetMatchedResources

func (_e *AppConnectionControllerClient_Expecter) GetMatchedResources(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_GetMatchedResources_Call

GetMatchedResources is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AppConnection
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) ListAppConnectionPolicies

func (_e *AppConnectionControllerClient_Expecter) ListAppConnectionPolicies(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_ListAppConnectionPolicies_Call

ListAppConnectionPolicies is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListAppConnectionPoliciesRequest
  • opts ...grpc.CallOption

func (*AppConnectionControllerClient_Expecter) ListConnectedApps

func (_e *AppConnectionControllerClient_Expecter) ListConnectedApps(ctx interface{}, in interface{}, opts ...interface{}) *AppConnectionControllerClient_ListConnectedApps_Call

ListConnectedApps is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListAppConnectionsRequest
  • opts ...grpc.CallOption

type AppConnectionControllerClient_GetAppConnectionEvents_Call

type AppConnectionControllerClient_GetAppConnectionEvents_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetAppConnectionEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionEvents'

func (*AppConnectionControllerClient_GetAppConnectionEvents_Call) Run

type AppConnectionControllerClient_GetAppConnectionPolicy_Call

type AppConnectionControllerClient_GetAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionPolicy'

func (*AppConnectionControllerClient_GetAppConnectionPolicy_Call) Run

type AppConnectionControllerClient_GetAppConnectionStatistics_Call

type AppConnectionControllerClient_GetAppConnectionStatistics_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetAppConnectionStatistics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionStatistics'

type AppConnectionControllerClient_GetAppConnectionStatus_Call

type AppConnectionControllerClient_GetAppConnectionStatus_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetAppConnectionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionStatus'

func (*AppConnectionControllerClient_GetAppConnectionStatus_Call) Run

type AppConnectionControllerClient_GetAppConnection_Call

type AppConnectionControllerClient_GetAppConnection_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetAppConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnection'

func (*AppConnectionControllerClient_GetAppConnection_Call) Return

func (*AppConnectionControllerClient_GetAppConnection_Call) Run

type AppConnectionControllerClient_GetMatchedResources_Call

type AppConnectionControllerClient_GetMatchedResources_Call struct {
	*mock.Call
}

AppConnectionControllerClient_GetMatchedResources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMatchedResources'

func (*AppConnectionControllerClient_GetMatchedResources_Call) Return

func (*AppConnectionControllerClient_GetMatchedResources_Call) Run

type AppConnectionControllerClient_ListAppConnectionPolicies_Call

type AppConnectionControllerClient_ListAppConnectionPolicies_Call struct {
	*mock.Call
}

AppConnectionControllerClient_ListAppConnectionPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAppConnectionPolicies'

type AppConnectionControllerClient_ListConnectedApps_Call

type AppConnectionControllerClient_ListConnectedApps_Call struct {
	*mock.Call
}

AppConnectionControllerClient_ListConnectedApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListConnectedApps'

func (*AppConnectionControllerClient_ListConnectedApps_Call) Return

func (*AppConnectionControllerClient_ListConnectedApps_Call) Run

type AppConnectionControllerServer

type AppConnectionControllerServer struct {
	mock.Mock
}

AppConnectionControllerServer is an autogenerated mock type for the AppConnectionControllerServer type

func NewAppConnectionControllerServer

func NewAppConnectionControllerServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *AppConnectionControllerServer

NewAppConnectionControllerServer creates a new instance of AppConnectionControllerServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AppConnectionControllerServer) ConnectApps

ConnectApps provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) CreateAppConnectionPolicy

CreateAppConnectionPolicy provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) DeleteAppConnectionPolicy

DeleteAppConnectionPolicy provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) DisconnectApps

DisconnectApps provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) EXPECT

func (*AppConnectionControllerServer) GetAppConnection

GetAppConnection provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) GetAppConnectionEvents

GetAppConnectionEvents provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) GetAppConnectionPolicy

GetAppConnectionPolicy provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) GetAppConnectionStatistics

GetAppConnectionStatistics provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) GetAppConnectionStatus

GetAppConnectionStatus provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) GetMatchedResources

GetMatchedResources provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) ListAppConnectionPolicies

ListAppConnectionPolicies provides a mock function with given fields: _a0, _a1

func (*AppConnectionControllerServer) ListConnectedApps

ListConnectedApps provides a mock function with given fields: _a0, _a1

type AppConnectionControllerServer_ConnectApps_Call

type AppConnectionControllerServer_ConnectApps_Call struct {
	*mock.Call
}

AppConnectionControllerServer_ConnectApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConnectApps'

func (*AppConnectionControllerServer_ConnectApps_Call) Return

func (*AppConnectionControllerServer_ConnectApps_Call) Run

type AppConnectionControllerServer_CreateAppConnectionPolicy_Call

type AppConnectionControllerServer_CreateAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerServer_CreateAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAppConnectionPolicy'

type AppConnectionControllerServer_DeleteAppConnectionPolicy_Call

type AppConnectionControllerServer_DeleteAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerServer_DeleteAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAppConnectionPolicy'

type AppConnectionControllerServer_DisconnectApps_Call

type AppConnectionControllerServer_DisconnectApps_Call struct {
	*mock.Call
}

AppConnectionControllerServer_DisconnectApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DisconnectApps'

func (*AppConnectionControllerServer_DisconnectApps_Call) Return

func (*AppConnectionControllerServer_DisconnectApps_Call) Run

type AppConnectionControllerServer_Expecter

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

func (*AppConnectionControllerServer_Expecter) ConnectApps

func (_e *AppConnectionControllerServer_Expecter) ConnectApps(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_ConnectApps_Call

ConnectApps is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AppConnection

func (*AppConnectionControllerServer_Expecter) CreateAppConnectionPolicy

func (_e *AppConnectionControllerServer_Expecter) CreateAppConnectionPolicy(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_CreateAppConnectionPolicy_Call

CreateAppConnectionPolicy is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.CreateAppConnectionPolicyRequest

func (*AppConnectionControllerServer_Expecter) DeleteAppConnectionPolicy

func (_e *AppConnectionControllerServer_Expecter) DeleteAppConnectionPolicy(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_DeleteAppConnectionPolicy_Call

DeleteAppConnectionPolicy is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.DeleteAppConnectionPolicyRequest

func (*AppConnectionControllerServer_Expecter) DisconnectApps

func (_e *AppConnectionControllerServer_Expecter) DisconnectApps(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_DisconnectApps_Call

DisconnectApps is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AppDisconnectionRequest

func (*AppConnectionControllerServer_Expecter) GetAppConnection

func (_e *AppConnectionControllerServer_Expecter) GetAppConnection(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetAppConnection_Call

GetAppConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetAppConnectionRequest

func (*AppConnectionControllerServer_Expecter) GetAppConnectionEvents

func (_e *AppConnectionControllerServer_Expecter) GetAppConnectionEvents(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetAppConnectionEvents_Call

GetAppConnectionEvents is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetAppConnectionEventsRequest

func (*AppConnectionControllerServer_Expecter) GetAppConnectionPolicy

func (_e *AppConnectionControllerServer_Expecter) GetAppConnectionPolicy(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetAppConnectionPolicy_Call

GetAppConnectionPolicy is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetAppConnectionPolicyRequest

func (*AppConnectionControllerServer_Expecter) GetAppConnectionStatistics

func (_e *AppConnectionControllerServer_Expecter) GetAppConnectionStatistics(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetAppConnectionStatistics_Call

GetAppConnectionStatistics is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetAppConnectionStatisticsRequest

func (*AppConnectionControllerServer_Expecter) GetAppConnectionStatus

func (_e *AppConnectionControllerServer_Expecter) GetAppConnectionStatus(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetAppConnectionStatus_Call

GetAppConnectionStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetAppConnectionStatusRequest

func (*AppConnectionControllerServer_Expecter) GetMatchedResources

func (_e *AppConnectionControllerServer_Expecter) GetMatchedResources(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_GetMatchedResources_Call

GetMatchedResources is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AppConnection

func (*AppConnectionControllerServer_Expecter) ListAppConnectionPolicies

func (_e *AppConnectionControllerServer_Expecter) ListAppConnectionPolicies(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_ListAppConnectionPolicies_Call

ListAppConnectionPolicies is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListAppConnectionPoliciesRequest

func (*AppConnectionControllerServer_Expecter) ListConnectedApps

func (_e *AppConnectionControllerServer_Expecter) ListConnectedApps(_a0 interface{}, _a1 interface{}) *AppConnectionControllerServer_ListConnectedApps_Call

ListConnectedApps is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListAppConnectionsRequest

type AppConnectionControllerServer_GetAppConnectionEvents_Call

type AppConnectionControllerServer_GetAppConnectionEvents_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetAppConnectionEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionEvents'

func (*AppConnectionControllerServer_GetAppConnectionEvents_Call) Run

type AppConnectionControllerServer_GetAppConnectionPolicy_Call

type AppConnectionControllerServer_GetAppConnectionPolicy_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetAppConnectionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionPolicy'

func (*AppConnectionControllerServer_GetAppConnectionPolicy_Call) Run

type AppConnectionControllerServer_GetAppConnectionStatistics_Call

type AppConnectionControllerServer_GetAppConnectionStatistics_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetAppConnectionStatistics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionStatistics'

type AppConnectionControllerServer_GetAppConnectionStatus_Call

type AppConnectionControllerServer_GetAppConnectionStatus_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetAppConnectionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnectionStatus'

func (*AppConnectionControllerServer_GetAppConnectionStatus_Call) Run

type AppConnectionControllerServer_GetAppConnection_Call

type AppConnectionControllerServer_GetAppConnection_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetAppConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAppConnection'

func (*AppConnectionControllerServer_GetAppConnection_Call) Return

func (*AppConnectionControllerServer_GetAppConnection_Call) Run

type AppConnectionControllerServer_GetMatchedResources_Call

type AppConnectionControllerServer_GetMatchedResources_Call struct {
	*mock.Call
}

AppConnectionControllerServer_GetMatchedResources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMatchedResources'

func (*AppConnectionControllerServer_GetMatchedResources_Call) Return

func (*AppConnectionControllerServer_GetMatchedResources_Call) Run

type AppConnectionControllerServer_ListAppConnectionPolicies_Call

type AppConnectionControllerServer_ListAppConnectionPolicies_Call struct {
	*mock.Call
}

AppConnectionControllerServer_ListAppConnectionPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAppConnectionPolicies'

type AppConnectionControllerServer_ListConnectedApps_Call

type AppConnectionControllerServer_ListConnectedApps_Call struct {
	*mock.Call
}

AppConnectionControllerServer_ListConnectedApps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListConnectedApps'

func (*AppConnectionControllerServer_ListConnectedApps_Call) Return

func (*AppConnectionControllerServer_ListConnectedApps_Call) Run

type AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call

type AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call struct {
	*mock.Call
}

AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedAppConnectionControllerServer'

func (*AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call) Return

func (*AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call) Run

func (*AppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call) RunAndReturn

type CloudClient

type CloudClient struct {
	mock.Mock
}

CloudClient is an autogenerated mock type for the CloudClient type

func NewCloudClient

func NewCloudClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *CloudClient

NewCloudClient creates a new instance of CloudClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*CloudClient) EXPECT

func (_m *CloudClient) EXPECT() *CloudClient_Expecter

func (*CloudClient) ListInstances

ListInstances provides a mock function with given fields: ctx, in, opts

func (*CloudClient) ListSites

func (_m *CloudClient) ListSites(ctx context.Context, in *awi.ListSiteRequest, opts ...grpc.CallOption) (*awi.ListSiteResponse, error)

ListSites provides a mock function with given fields: ctx, in, opts

func (*CloudClient) ListSubnets

func (_m *CloudClient) ListSubnets(ctx context.Context, in *awi.ListSubnetRequest, opts ...grpc.CallOption) (*awi.ListSubnetResponse, error)

ListSubnets provides a mock function with given fields: ctx, in, opts

func (*CloudClient) ListVPCTags

func (_m *CloudClient) ListVPCTags(ctx context.Context, in *awi.ListVPCTagRequest, opts ...grpc.CallOption) (*awi.ListVPCResponse, error)

ListVPCTags provides a mock function with given fields: ctx, in, opts

func (*CloudClient) ListVPCs

func (_m *CloudClient) ListVPCs(ctx context.Context, in *awi.ListVPCRequest, opts ...grpc.CallOption) (*awi.ListVPCResponse, error)

ListVPCs provides a mock function with given fields: ctx, in, opts

func (*CloudClient) ListVPNs

func (_m *CloudClient) ListVPNs(ctx context.Context, in *awi.ListVPNRequest, opts ...grpc.CallOption) (*awi.ListVPNResponse, error)

ListVPNs provides a mock function with given fields: ctx, in, opts

type CloudClient_Expecter

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

func (*CloudClient_Expecter) ListInstances

func (_e *CloudClient_Expecter) ListInstances(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListInstances_Call

ListInstances is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListInstancesRequest
  • opts ...grpc.CallOption

func (*CloudClient_Expecter) ListSites

func (_e *CloudClient_Expecter) ListSites(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListSites_Call

ListSites is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListSiteRequest
  • opts ...grpc.CallOption

func (*CloudClient_Expecter) ListSubnets

func (_e *CloudClient_Expecter) ListSubnets(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListSubnets_Call

ListSubnets is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListSubnetRequest
  • opts ...grpc.CallOption

func (*CloudClient_Expecter) ListVPCTags

func (_e *CloudClient_Expecter) ListVPCTags(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListVPCTags_Call

ListVPCTags is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListVPCTagRequest
  • opts ...grpc.CallOption

func (*CloudClient_Expecter) ListVPCs

func (_e *CloudClient_Expecter) ListVPCs(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListVPCs_Call

ListVPCs is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListVPCRequest
  • opts ...grpc.CallOption

func (*CloudClient_Expecter) ListVPNs

func (_e *CloudClient_Expecter) ListVPNs(ctx interface{}, in interface{}, opts ...interface{}) *CloudClient_ListVPNs_Call

ListVPNs is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListVPNRequest
  • opts ...grpc.CallOption

type CloudClient_ListInstances_Call

type CloudClient_ListInstances_Call struct {
	*mock.Call
}

CloudClient_ListInstances_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstances'

func (*CloudClient_ListInstances_Call) Return

func (*CloudClient_ListInstances_Call) Run

type CloudClient_ListSites_Call

type CloudClient_ListSites_Call struct {
	*mock.Call
}

CloudClient_ListSites_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSites'

func (*CloudClient_ListSites_Call) Return

func (*CloudClient_ListSites_Call) Run

func (*CloudClient_ListSites_Call) RunAndReturn

type CloudClient_ListSubnets_Call

type CloudClient_ListSubnets_Call struct {
	*mock.Call
}

CloudClient_ListSubnets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubnets'

func (*CloudClient_ListSubnets_Call) Return

func (*CloudClient_ListSubnets_Call) Run

func (*CloudClient_ListSubnets_Call) RunAndReturn

type CloudClient_ListVPCTags_Call

type CloudClient_ListVPCTags_Call struct {
	*mock.Call
}

CloudClient_ListVPCTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPCTags'

func (*CloudClient_ListVPCTags_Call) Return

func (*CloudClient_ListVPCTags_Call) Run

func (*CloudClient_ListVPCTags_Call) RunAndReturn

type CloudClient_ListVPCs_Call

type CloudClient_ListVPCs_Call struct {
	*mock.Call
}

CloudClient_ListVPCs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPCs'

func (*CloudClient_ListVPCs_Call) Return

func (*CloudClient_ListVPCs_Call) Run

func (*CloudClient_ListVPCs_Call) RunAndReturn

type CloudClient_ListVPNs_Call

type CloudClient_ListVPNs_Call struct {
	*mock.Call
}

CloudClient_ListVPNs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPNs'

func (*CloudClient_ListVPNs_Call) Return

func (*CloudClient_ListVPNs_Call) Run

func (*CloudClient_ListVPNs_Call) RunAndReturn

type CloudServer

type CloudServer struct {
	mock.Mock
}

CloudServer is an autogenerated mock type for the CloudServer type

func NewCloudServer

func NewCloudServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *CloudServer

NewCloudServer creates a new instance of CloudServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*CloudServer) EXPECT

func (_m *CloudServer) EXPECT() *CloudServer_Expecter

func (*CloudServer) ListInstances

ListInstances provides a mock function with given fields: _a0, _a1

func (*CloudServer) ListSites

func (_m *CloudServer) ListSites(_a0 context.Context, _a1 *awi.ListSiteRequest) (*awi.ListSiteResponse, error)

ListSites provides a mock function with given fields: _a0, _a1

func (*CloudServer) ListSubnets

ListSubnets provides a mock function with given fields: _a0, _a1

func (*CloudServer) ListVPCTags

func (_m *CloudServer) ListVPCTags(_a0 context.Context, _a1 *awi.ListVPCTagRequest) (*awi.ListVPCResponse, error)

ListVPCTags provides a mock function with given fields: _a0, _a1

func (*CloudServer) ListVPCs

func (_m *CloudServer) ListVPCs(_a0 context.Context, _a1 *awi.ListVPCRequest) (*awi.ListVPCResponse, error)

ListVPCs provides a mock function with given fields: _a0, _a1

func (*CloudServer) ListVPNs

func (_m *CloudServer) ListVPNs(_a0 context.Context, _a1 *awi.ListVPNRequest) (*awi.ListVPNResponse, error)

ListVPNs provides a mock function with given fields: _a0, _a1

type CloudServer_Expecter

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

func (*CloudServer_Expecter) ListInstances

func (_e *CloudServer_Expecter) ListInstances(_a0 interface{}, _a1 interface{}) *CloudServer_ListInstances_Call

ListInstances is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListInstancesRequest

func (*CloudServer_Expecter) ListSites

func (_e *CloudServer_Expecter) ListSites(_a0 interface{}, _a1 interface{}) *CloudServer_ListSites_Call

ListSites is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListSiteRequest

func (*CloudServer_Expecter) ListSubnets

func (_e *CloudServer_Expecter) ListSubnets(_a0 interface{}, _a1 interface{}) *CloudServer_ListSubnets_Call

ListSubnets is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListSubnetRequest

func (*CloudServer_Expecter) ListVPCTags

func (_e *CloudServer_Expecter) ListVPCTags(_a0 interface{}, _a1 interface{}) *CloudServer_ListVPCTags_Call

ListVPCTags is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListVPCTagRequest

func (*CloudServer_Expecter) ListVPCs

func (_e *CloudServer_Expecter) ListVPCs(_a0 interface{}, _a1 interface{}) *CloudServer_ListVPCs_Call

ListVPCs is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListVPCRequest

func (*CloudServer_Expecter) ListVPNs

func (_e *CloudServer_Expecter) ListVPNs(_a0 interface{}, _a1 interface{}) *CloudServer_ListVPNs_Call

ListVPNs is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListVPNRequest

type CloudServer_ListInstances_Call

type CloudServer_ListInstances_Call struct {
	*mock.Call
}

CloudServer_ListInstances_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstances'

func (*CloudServer_ListInstances_Call) Return

func (*CloudServer_ListInstances_Call) Run

type CloudServer_ListSites_Call

type CloudServer_ListSites_Call struct {
	*mock.Call
}

CloudServer_ListSites_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSites'

func (*CloudServer_ListSites_Call) Return

func (*CloudServer_ListSites_Call) Run

func (*CloudServer_ListSites_Call) RunAndReturn

type CloudServer_ListSubnets_Call

type CloudServer_ListSubnets_Call struct {
	*mock.Call
}

CloudServer_ListSubnets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubnets'

func (*CloudServer_ListSubnets_Call) Return

func (*CloudServer_ListSubnets_Call) Run

func (*CloudServer_ListSubnets_Call) RunAndReturn

type CloudServer_ListVPCTags_Call

type CloudServer_ListVPCTags_Call struct {
	*mock.Call
}

CloudServer_ListVPCTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPCTags'

func (*CloudServer_ListVPCTags_Call) Return

func (*CloudServer_ListVPCTags_Call) Run

func (*CloudServer_ListVPCTags_Call) RunAndReturn

type CloudServer_ListVPCs_Call

type CloudServer_ListVPCs_Call struct {
	*mock.Call
}

CloudServer_ListVPCs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPCs'

func (*CloudServer_ListVPCs_Call) Return

func (*CloudServer_ListVPCs_Call) Run

func (*CloudServer_ListVPCs_Call) RunAndReturn

type CloudServer_ListVPNs_Call

type CloudServer_ListVPNs_Call struct {
	*mock.Call
}

CloudServer_ListVPNs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVPNs'

func (*CloudServer_ListVPNs_Call) Return

func (*CloudServer_ListVPNs_Call) Run

func (*CloudServer_ListVPNs_Call) RunAndReturn

type CloudServer_mustEmbedUnimplementedCloudServer_Call

type CloudServer_mustEmbedUnimplementedCloudServer_Call struct {
	*mock.Call
}

CloudServer_mustEmbedUnimplementedCloudServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedCloudServer'

func (*CloudServer_mustEmbedUnimplementedCloudServer_Call) Return

func (*CloudServer_mustEmbedUnimplementedCloudServer_Call) Run

func (*CloudServer_mustEmbedUnimplementedCloudServer_Call) RunAndReturn

type ConnectionControllerClient

type ConnectionControllerClient struct {
	mock.Mock
}

ConnectionControllerClient is an autogenerated mock type for the ConnectionControllerClient type

func NewConnectionControllerClient

func NewConnectionControllerClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ConnectionControllerClient

NewConnectionControllerClient creates a new instance of ConnectionControllerClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ConnectionControllerClient) Connect

Connect provides a mock function with given fields: ctx, in, opts

func (*ConnectionControllerClient) Disconnect

Disconnect provides a mock function with given fields: ctx, in, opts

func (*ConnectionControllerClient) EXPECT

func (*ConnectionControllerClient) GetConnection

GetConnection provides a mock function with given fields: ctx, in, opts

func (*ConnectionControllerClient) GetConnectionStatus

GetConnectionStatus provides a mock function with given fields: ctx, in, opts

func (*ConnectionControllerClient) ListConnections

ListConnections provides a mock function with given fields: ctx, in, opts

type ConnectionControllerClient_Connect_Call

type ConnectionControllerClient_Connect_Call struct {
	*mock.Call
}

ConnectionControllerClient_Connect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Connect'

func (*ConnectionControllerClient_Connect_Call) Return

func (*ConnectionControllerClient_Connect_Call) Run

type ConnectionControllerClient_Disconnect_Call

type ConnectionControllerClient_Disconnect_Call struct {
	*mock.Call
}

ConnectionControllerClient_Disconnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Disconnect'

func (*ConnectionControllerClient_Disconnect_Call) Return

func (*ConnectionControllerClient_Disconnect_Call) Run

type ConnectionControllerClient_Expecter

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

func (*ConnectionControllerClient_Expecter) Connect

func (_e *ConnectionControllerClient_Expecter) Connect(ctx interface{}, in interface{}, opts ...interface{}) *ConnectionControllerClient_Connect_Call

Connect is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ConnectionRequest
  • opts ...grpc.CallOption

func (*ConnectionControllerClient_Expecter) Disconnect

func (_e *ConnectionControllerClient_Expecter) Disconnect(ctx interface{}, in interface{}, opts ...interface{}) *ConnectionControllerClient_Disconnect_Call

Disconnect is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.DisconnectRequest
  • opts ...grpc.CallOption

func (*ConnectionControllerClient_Expecter) GetConnection

func (_e *ConnectionControllerClient_Expecter) GetConnection(ctx interface{}, in interface{}, opts ...interface{}) *ConnectionControllerClient_GetConnection_Call

GetConnection is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.GetConnectionRequest
  • opts ...grpc.CallOption

func (*ConnectionControllerClient_Expecter) GetConnectionStatus

func (_e *ConnectionControllerClient_Expecter) GetConnectionStatus(ctx interface{}, in interface{}, opts ...interface{}) *ConnectionControllerClient_GetConnectionStatus_Call

GetConnectionStatus is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ConnectionStatusRequest
  • opts ...grpc.CallOption

func (*ConnectionControllerClient_Expecter) ListConnections

func (_e *ConnectionControllerClient_Expecter) ListConnections(ctx interface{}, in interface{}, opts ...interface{}) *ConnectionControllerClient_ListConnections_Call

ListConnections is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.ListConnectionsRequest
  • opts ...grpc.CallOption

type ConnectionControllerClient_GetConnectionStatus_Call

type ConnectionControllerClient_GetConnectionStatus_Call struct {
	*mock.Call
}

ConnectionControllerClient_GetConnectionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionStatus'

func (*ConnectionControllerClient_GetConnectionStatus_Call) Return

func (*ConnectionControllerClient_GetConnectionStatus_Call) Run

type ConnectionControllerClient_GetConnection_Call

type ConnectionControllerClient_GetConnection_Call struct {
	*mock.Call
}

ConnectionControllerClient_GetConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnection'

func (*ConnectionControllerClient_GetConnection_Call) Return

func (*ConnectionControllerClient_GetConnection_Call) Run

type ConnectionControllerClient_ListConnections_Call

type ConnectionControllerClient_ListConnections_Call struct {
	*mock.Call
}

ConnectionControllerClient_ListConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListConnections'

func (*ConnectionControllerClient_ListConnections_Call) Return

func (*ConnectionControllerClient_ListConnections_Call) Run

type ConnectionControllerServer

type ConnectionControllerServer struct {
	mock.Mock
}

ConnectionControllerServer is an autogenerated mock type for the ConnectionControllerServer type

func NewConnectionControllerServer

func NewConnectionControllerServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *ConnectionControllerServer

NewConnectionControllerServer creates a new instance of ConnectionControllerServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ConnectionControllerServer) Connect

Connect provides a mock function with given fields: _a0, _a1

func (*ConnectionControllerServer) Disconnect

Disconnect provides a mock function with given fields: _a0, _a1

func (*ConnectionControllerServer) EXPECT

func (*ConnectionControllerServer) GetConnection

GetConnection provides a mock function with given fields: _a0, _a1

func (*ConnectionControllerServer) GetConnectionStatus

GetConnectionStatus provides a mock function with given fields: _a0, _a1

func (*ConnectionControllerServer) ListConnections

ListConnections provides a mock function with given fields: _a0, _a1

type ConnectionControllerServer_Connect_Call

type ConnectionControllerServer_Connect_Call struct {
	*mock.Call
}

ConnectionControllerServer_Connect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Connect'

func (*ConnectionControllerServer_Connect_Call) Return

func (*ConnectionControllerServer_Connect_Call) Run

func (*ConnectionControllerServer_Connect_Call) RunAndReturn

type ConnectionControllerServer_Disconnect_Call

type ConnectionControllerServer_Disconnect_Call struct {
	*mock.Call
}

ConnectionControllerServer_Disconnect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Disconnect'

func (*ConnectionControllerServer_Disconnect_Call) Return

func (*ConnectionControllerServer_Disconnect_Call) Run

type ConnectionControllerServer_Expecter

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

func (*ConnectionControllerServer_Expecter) Connect

func (_e *ConnectionControllerServer_Expecter) Connect(_a0 interface{}, _a1 interface{}) *ConnectionControllerServer_Connect_Call

Connect is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ConnectionRequest

func (*ConnectionControllerServer_Expecter) Disconnect

func (_e *ConnectionControllerServer_Expecter) Disconnect(_a0 interface{}, _a1 interface{}) *ConnectionControllerServer_Disconnect_Call

Disconnect is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.DisconnectRequest

func (*ConnectionControllerServer_Expecter) GetConnection

func (_e *ConnectionControllerServer_Expecter) GetConnection(_a0 interface{}, _a1 interface{}) *ConnectionControllerServer_GetConnection_Call

GetConnection is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.GetConnectionRequest

func (*ConnectionControllerServer_Expecter) GetConnectionStatus

func (_e *ConnectionControllerServer_Expecter) GetConnectionStatus(_a0 interface{}, _a1 interface{}) *ConnectionControllerServer_GetConnectionStatus_Call

GetConnectionStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ConnectionStatusRequest

func (*ConnectionControllerServer_Expecter) ListConnections

func (_e *ConnectionControllerServer_Expecter) ListConnections(_a0 interface{}, _a1 interface{}) *ConnectionControllerServer_ListConnections_Call

ListConnections is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.ListConnectionsRequest

type ConnectionControllerServer_GetConnectionStatus_Call

type ConnectionControllerServer_GetConnectionStatus_Call struct {
	*mock.Call
}

ConnectionControllerServer_GetConnectionStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnectionStatus'

func (*ConnectionControllerServer_GetConnectionStatus_Call) Return

func (*ConnectionControllerServer_GetConnectionStatus_Call) Run

type ConnectionControllerServer_GetConnection_Call

type ConnectionControllerServer_GetConnection_Call struct {
	*mock.Call
}

ConnectionControllerServer_GetConnection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConnection'

func (*ConnectionControllerServer_GetConnection_Call) Return

func (*ConnectionControllerServer_GetConnection_Call) Run

type ConnectionControllerServer_ListConnections_Call

type ConnectionControllerServer_ListConnections_Call struct {
	*mock.Call
}

ConnectionControllerServer_ListConnections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListConnections'

func (*ConnectionControllerServer_ListConnections_Call) Return

func (*ConnectionControllerServer_ListConnections_Call) Run

type ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call

type ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call struct {
	*mock.Call
}

ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedConnectionControllerServer'

func (*ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) Return

func (*ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) Run

func (*ConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) RunAndReturn

type NetworkSLAServiceClient

type NetworkSLAServiceClient struct {
	mock.Mock
}

NetworkSLAServiceClient is an autogenerated mock type for the NetworkSLAServiceClient type

func NewNetworkSLAServiceClient

func NewNetworkSLAServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkSLAServiceClient

NewNetworkSLAServiceClient creates a new instance of NetworkSLAServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*NetworkSLAServiceClient) CreateNetworkSLA

CreateNetworkSLA provides a mock function with given fields: ctx, in, opts

func (*NetworkSLAServiceClient) DeleteNetworkSLA

DeleteNetworkSLA provides a mock function with given fields: ctx, in, opts

func (*NetworkSLAServiceClient) EXPECT

func (*NetworkSLAServiceClient) ListNetworkSLAs

ListNetworkSLAs provides a mock function with given fields: ctx, in, opts

type NetworkSLAServiceClient_CreateNetworkSLA_Call

type NetworkSLAServiceClient_CreateNetworkSLA_Call struct {
	*mock.Call
}

NetworkSLAServiceClient_CreateNetworkSLA_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNetworkSLA'

func (*NetworkSLAServiceClient_CreateNetworkSLA_Call) Return

func (*NetworkSLAServiceClient_CreateNetworkSLA_Call) Run

type NetworkSLAServiceClient_DeleteNetworkSLA_Call

type NetworkSLAServiceClient_DeleteNetworkSLA_Call struct {
	*mock.Call
}

NetworkSLAServiceClient_DeleteNetworkSLA_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNetworkSLA'

func (*NetworkSLAServiceClient_DeleteNetworkSLA_Call) Return

func (*NetworkSLAServiceClient_DeleteNetworkSLA_Call) Run

type NetworkSLAServiceClient_Expecter

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

func (*NetworkSLAServiceClient_Expecter) CreateNetworkSLA

func (_e *NetworkSLAServiceClient_Expecter) CreateNetworkSLA(ctx interface{}, in interface{}, opts ...interface{}) *NetworkSLAServiceClient_CreateNetworkSLA_Call

CreateNetworkSLA is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.NetworkSLA
  • opts ...grpc.CallOption

func (*NetworkSLAServiceClient_Expecter) DeleteNetworkSLA

func (_e *NetworkSLAServiceClient_Expecter) DeleteNetworkSLA(ctx interface{}, in interface{}, opts ...interface{}) *NetworkSLAServiceClient_DeleteNetworkSLA_Call

DeleteNetworkSLA is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.NetworkSLADeleteRequest
  • opts ...grpc.CallOption

func (*NetworkSLAServiceClient_Expecter) ListNetworkSLAs

func (_e *NetworkSLAServiceClient_Expecter) ListNetworkSLAs(ctx interface{}, in interface{}, opts ...interface{}) *NetworkSLAServiceClient_ListNetworkSLAs_Call

ListNetworkSLAs is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.NetworkSLAListReqest
  • opts ...grpc.CallOption

type NetworkSLAServiceClient_ListNetworkSLAs_Call

type NetworkSLAServiceClient_ListNetworkSLAs_Call struct {
	*mock.Call
}

NetworkSLAServiceClient_ListNetworkSLAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNetworkSLAs'

func (*NetworkSLAServiceClient_ListNetworkSLAs_Call) Return

func (*NetworkSLAServiceClient_ListNetworkSLAs_Call) Run

type NetworkSLAServiceServer

type NetworkSLAServiceServer struct {
	mock.Mock
}

NetworkSLAServiceServer is an autogenerated mock type for the NetworkSLAServiceServer type

func NewNetworkSLAServiceServer

func NewNetworkSLAServiceServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *NetworkSLAServiceServer

NewNetworkSLAServiceServer creates a new instance of NetworkSLAServiceServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*NetworkSLAServiceServer) CreateNetworkSLA

CreateNetworkSLA provides a mock function with given fields: _a0, _a1

func (*NetworkSLAServiceServer) DeleteNetworkSLA

DeleteNetworkSLA provides a mock function with given fields: _a0, _a1

func (*NetworkSLAServiceServer) EXPECT

func (*NetworkSLAServiceServer) ListNetworkSLAs

ListNetworkSLAs provides a mock function with given fields: _a0, _a1

type NetworkSLAServiceServer_CreateNetworkSLA_Call

type NetworkSLAServiceServer_CreateNetworkSLA_Call struct {
	*mock.Call
}

NetworkSLAServiceServer_CreateNetworkSLA_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNetworkSLA'

func (*NetworkSLAServiceServer_CreateNetworkSLA_Call) Return

func (*NetworkSLAServiceServer_CreateNetworkSLA_Call) Run

type NetworkSLAServiceServer_DeleteNetworkSLA_Call

type NetworkSLAServiceServer_DeleteNetworkSLA_Call struct {
	*mock.Call
}

NetworkSLAServiceServer_DeleteNetworkSLA_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNetworkSLA'

func (*NetworkSLAServiceServer_DeleteNetworkSLA_Call) Return

func (*NetworkSLAServiceServer_DeleteNetworkSLA_Call) Run

type NetworkSLAServiceServer_Expecter

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

func (*NetworkSLAServiceServer_Expecter) CreateNetworkSLA

func (_e *NetworkSLAServiceServer_Expecter) CreateNetworkSLA(_a0 interface{}, _a1 interface{}) *NetworkSLAServiceServer_CreateNetworkSLA_Call

CreateNetworkSLA is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.NetworkSLA

func (*NetworkSLAServiceServer_Expecter) DeleteNetworkSLA

func (_e *NetworkSLAServiceServer_Expecter) DeleteNetworkSLA(_a0 interface{}, _a1 interface{}) *NetworkSLAServiceServer_DeleteNetworkSLA_Call

DeleteNetworkSLA is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.NetworkSLADeleteRequest

func (*NetworkSLAServiceServer_Expecter) ListNetworkSLAs

func (_e *NetworkSLAServiceServer_Expecter) ListNetworkSLAs(_a0 interface{}, _a1 interface{}) *NetworkSLAServiceServer_ListNetworkSLAs_Call

ListNetworkSLAs is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.NetworkSLAListReqest

type NetworkSLAServiceServer_ListNetworkSLAs_Call

type NetworkSLAServiceServer_ListNetworkSLAs_Call struct {
	*mock.Call
}

NetworkSLAServiceServer_ListNetworkSLAs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNetworkSLAs'

func (*NetworkSLAServiceServer_ListNetworkSLAs_Call) Return

func (*NetworkSLAServiceServer_ListNetworkSLAs_Call) Run

type NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call

type NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call struct {
	*mock.Call
}

NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedNetworkSLAServiceServer'

func (*NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) Return

func (*NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) Run

func (*NetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) RunAndReturn

type SecurityPolicyServiceClient

type SecurityPolicyServiceClient struct {
	mock.Mock
}

SecurityPolicyServiceClient is an autogenerated mock type for the SecurityPolicyServiceClient type

func NewSecurityPolicyServiceClient

func NewSecurityPolicyServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SecurityPolicyServiceClient

NewSecurityPolicyServiceClient creates a new instance of SecurityPolicyServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SecurityPolicyServiceClient) CreateAccessPolicy

CreateAccessPolicy provides a mock function with given fields: ctx, in, opts

func (*SecurityPolicyServiceClient) DeleteAccessPolicy

DeleteAccessPolicy provides a mock function with given fields: ctx, in, opts

func (*SecurityPolicyServiceClient) EXPECT

func (*SecurityPolicyServiceClient) ListAccessPolicies

ListAccessPolicies provides a mock function with given fields: ctx, in, opts

type SecurityPolicyServiceClient_CreateAccessPolicy_Call

type SecurityPolicyServiceClient_CreateAccessPolicy_Call struct {
	*mock.Call
}

SecurityPolicyServiceClient_CreateAccessPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccessPolicy'

func (*SecurityPolicyServiceClient_CreateAccessPolicy_Call) Return

func (*SecurityPolicyServiceClient_CreateAccessPolicy_Call) Run

type SecurityPolicyServiceClient_DeleteAccessPolicy_Call

type SecurityPolicyServiceClient_DeleteAccessPolicy_Call struct {
	*mock.Call
}

SecurityPolicyServiceClient_DeleteAccessPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccessPolicy'

func (*SecurityPolicyServiceClient_DeleteAccessPolicy_Call) Return

func (*SecurityPolicyServiceClient_DeleteAccessPolicy_Call) Run

type SecurityPolicyServiceClient_Expecter

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

func (*SecurityPolicyServiceClient_Expecter) CreateAccessPolicy

func (_e *SecurityPolicyServiceClient_Expecter) CreateAccessPolicy(ctx interface{}, in interface{}, opts ...interface{}) *SecurityPolicyServiceClient_CreateAccessPolicy_Call

CreateAccessPolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AccessPolicyCreateRequest
  • opts ...grpc.CallOption

func (*SecurityPolicyServiceClient_Expecter) DeleteAccessPolicy

func (_e *SecurityPolicyServiceClient_Expecter) DeleteAccessPolicy(ctx interface{}, in interface{}, opts ...interface{}) *SecurityPolicyServiceClient_DeleteAccessPolicy_Call

DeleteAccessPolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AccessPolicyDeleteRequest
  • opts ...grpc.CallOption

func (*SecurityPolicyServiceClient_Expecter) ListAccessPolicies

func (_e *SecurityPolicyServiceClient_Expecter) ListAccessPolicies(ctx interface{}, in interface{}, opts ...interface{}) *SecurityPolicyServiceClient_ListAccessPolicies_Call

ListAccessPolicies is a helper method to define mock.On call

  • ctx context.Context
  • in *awi.AccessPolicyListRequest
  • opts ...grpc.CallOption

type SecurityPolicyServiceClient_ListAccessPolicies_Call

type SecurityPolicyServiceClient_ListAccessPolicies_Call struct {
	*mock.Call
}

SecurityPolicyServiceClient_ListAccessPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessPolicies'

func (*SecurityPolicyServiceClient_ListAccessPolicies_Call) Return

func (*SecurityPolicyServiceClient_ListAccessPolicies_Call) Run

type SecurityPolicyServiceServer

type SecurityPolicyServiceServer struct {
	mock.Mock
}

SecurityPolicyServiceServer is an autogenerated mock type for the SecurityPolicyServiceServer type

func NewSecurityPolicyServiceServer

func NewSecurityPolicyServiceServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *SecurityPolicyServiceServer

NewSecurityPolicyServiceServer creates a new instance of SecurityPolicyServiceServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*SecurityPolicyServiceServer) CreateAccessPolicy

CreateAccessPolicy provides a mock function with given fields: _a0, _a1

func (*SecurityPolicyServiceServer) DeleteAccessPolicy

DeleteAccessPolicy provides a mock function with given fields: _a0, _a1

func (*SecurityPolicyServiceServer) EXPECT

func (*SecurityPolicyServiceServer) ListAccessPolicies

ListAccessPolicies provides a mock function with given fields: _a0, _a1

type SecurityPolicyServiceServer_CreateAccessPolicy_Call

type SecurityPolicyServiceServer_CreateAccessPolicy_Call struct {
	*mock.Call
}

SecurityPolicyServiceServer_CreateAccessPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAccessPolicy'

func (*SecurityPolicyServiceServer_CreateAccessPolicy_Call) Return

func (*SecurityPolicyServiceServer_CreateAccessPolicy_Call) Run

type SecurityPolicyServiceServer_DeleteAccessPolicy_Call

type SecurityPolicyServiceServer_DeleteAccessPolicy_Call struct {
	*mock.Call
}

SecurityPolicyServiceServer_DeleteAccessPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAccessPolicy'

func (*SecurityPolicyServiceServer_DeleteAccessPolicy_Call) Return

func (*SecurityPolicyServiceServer_DeleteAccessPolicy_Call) Run

type SecurityPolicyServiceServer_Expecter

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

func (*SecurityPolicyServiceServer_Expecter) CreateAccessPolicy

func (_e *SecurityPolicyServiceServer_Expecter) CreateAccessPolicy(_a0 interface{}, _a1 interface{}) *SecurityPolicyServiceServer_CreateAccessPolicy_Call

CreateAccessPolicy is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AccessPolicyCreateRequest

func (*SecurityPolicyServiceServer_Expecter) DeleteAccessPolicy

func (_e *SecurityPolicyServiceServer_Expecter) DeleteAccessPolicy(_a0 interface{}, _a1 interface{}) *SecurityPolicyServiceServer_DeleteAccessPolicy_Call

DeleteAccessPolicy is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AccessPolicyDeleteRequest

func (*SecurityPolicyServiceServer_Expecter) ListAccessPolicies

func (_e *SecurityPolicyServiceServer_Expecter) ListAccessPolicies(_a0 interface{}, _a1 interface{}) *SecurityPolicyServiceServer_ListAccessPolicies_Call

ListAccessPolicies is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *awi.AccessPolicyListRequest

type SecurityPolicyServiceServer_ListAccessPolicies_Call

type SecurityPolicyServiceServer_ListAccessPolicies_Call struct {
	*mock.Call
}

SecurityPolicyServiceServer_ListAccessPolicies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAccessPolicies'

func (*SecurityPolicyServiceServer_ListAccessPolicies_Call) Return

func (*SecurityPolicyServiceServer_ListAccessPolicies_Call) Run

type SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call

type SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call struct {
	*mock.Call
}

SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedSecurityPolicyServiceServer'

func (*SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) Return

func (*SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) Run

func (*SecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) RunAndReturn

type UnsafeAppConnectionControllerServer

type UnsafeAppConnectionControllerServer struct {
	mock.Mock
}

UnsafeAppConnectionControllerServer is an autogenerated mock type for the UnsafeAppConnectionControllerServer type

func NewUnsafeAppConnectionControllerServer

func NewUnsafeAppConnectionControllerServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *UnsafeAppConnectionControllerServer

NewUnsafeAppConnectionControllerServer creates a new instance of UnsafeAppConnectionControllerServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UnsafeAppConnectionControllerServer) EXPECT

type UnsafeAppConnectionControllerServer_Expecter

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

type UnsafeAppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call

type UnsafeAppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call struct {
	*mock.Call
}

UnsafeAppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedAppConnectionControllerServer'

func (*UnsafeAppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call) Run

func (*UnsafeAppConnectionControllerServer_mustEmbedUnimplementedAppConnectionControllerServer_Call) RunAndReturn

type UnsafeCloudServer

type UnsafeCloudServer struct {
	mock.Mock
}

UnsafeCloudServer is an autogenerated mock type for the UnsafeCloudServer type

func NewUnsafeCloudServer

func NewUnsafeCloudServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *UnsafeCloudServer

NewUnsafeCloudServer creates a new instance of UnsafeCloudServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UnsafeCloudServer) EXPECT

type UnsafeCloudServer_Expecter

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

type UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call

type UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call struct {
	*mock.Call
}

UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedCloudServer'

func (*UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call) Return

func (*UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call) Run

func (*UnsafeCloudServer_mustEmbedUnimplementedCloudServer_Call) RunAndReturn

type UnsafeConnectionControllerServer

type UnsafeConnectionControllerServer struct {
	mock.Mock
}

UnsafeConnectionControllerServer is an autogenerated mock type for the UnsafeConnectionControllerServer type

func NewUnsafeConnectionControllerServer

func NewUnsafeConnectionControllerServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *UnsafeConnectionControllerServer

NewUnsafeConnectionControllerServer creates a new instance of UnsafeConnectionControllerServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UnsafeConnectionControllerServer) EXPECT

type UnsafeConnectionControllerServer_Expecter

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

type UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call

type UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call struct {
	*mock.Call
}

UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedConnectionControllerServer'

func (*UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) Return

func (*UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) Run

func (*UnsafeConnectionControllerServer_mustEmbedUnimplementedConnectionControllerServer_Call) RunAndReturn

type UnsafeNetworkSLAServiceServer

type UnsafeNetworkSLAServiceServer struct {
	mock.Mock
}

UnsafeNetworkSLAServiceServer is an autogenerated mock type for the UnsafeNetworkSLAServiceServer type

func NewUnsafeNetworkSLAServiceServer

func NewUnsafeNetworkSLAServiceServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *UnsafeNetworkSLAServiceServer

NewUnsafeNetworkSLAServiceServer creates a new instance of UnsafeNetworkSLAServiceServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UnsafeNetworkSLAServiceServer) EXPECT

type UnsafeNetworkSLAServiceServer_Expecter

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

type UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call

type UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call struct {
	*mock.Call
}

UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedNetworkSLAServiceServer'

func (*UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) Return

func (*UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) Run

func (*UnsafeNetworkSLAServiceServer_mustEmbedUnimplementedNetworkSLAServiceServer_Call) RunAndReturn

type UnsafeSecurityPolicyServiceServer

type UnsafeSecurityPolicyServiceServer struct {
	mock.Mock
}

UnsafeSecurityPolicyServiceServer is an autogenerated mock type for the UnsafeSecurityPolicyServiceServer type

func NewUnsafeSecurityPolicyServiceServer

func NewUnsafeSecurityPolicyServiceServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *UnsafeSecurityPolicyServiceServer

NewUnsafeSecurityPolicyServiceServer creates a new instance of UnsafeSecurityPolicyServiceServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*UnsafeSecurityPolicyServiceServer) EXPECT

type UnsafeSecurityPolicyServiceServer_Expecter

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

type UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call

type UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call struct {
	*mock.Call
}

UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'mustEmbedUnimplementedSecurityPolicyServiceServer'

func (*UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) Return

func (*UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) Run

func (*UnsafeSecurityPolicyServiceServer_mustEmbedUnimplementedSecurityPolicyServiceServer_Call) RunAndReturn

Jump to

Keyboard shortcuts

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