mocks

package
v0.0.0-...-77aa534 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2025 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 SecurityModuleClient

type SecurityModuleClient struct {
	mock.Mock
}

SecurityModuleClient is an autogenerated mock type for the SecurityModuleClient type

func NewSecurityModuleClient

func NewSecurityModuleClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SecurityModuleClient

NewSecurityModuleClient creates a new instance of SecurityModuleClient. 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 (*SecurityModuleClient) DumpActivity

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

func (*SecurityModuleClient) DumpDiscarders

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

func (*SecurityModuleClient) DumpNetworkNamespace

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

func (*SecurityModuleClient) DumpProcessCache

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

func (*SecurityModuleClient) EXPECT

func (*SecurityModuleClient) GetActivityDumpStream

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

func (*SecurityModuleClient) GetConfig

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

func (*SecurityModuleClient) GetEvents

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

func (*SecurityModuleClient) GetRuleSetReport

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

func (*SecurityModuleClient) GetStatus

func (_m *SecurityModuleClient) GetStatus(ctx context.Context, in *api.GetStatusParams, opts ...grpc.CallOption) (*api.Status, error)

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

func (*SecurityModuleClient) ListActivityDumps

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

func (*SecurityModuleClient) ListSecurityProfiles

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

func (*SecurityModuleClient) ReloadPolicies

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

func (*SecurityModuleClient) RunSelfTest

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

func (*SecurityModuleClient) SaveSecurityProfile

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

func (*SecurityModuleClient) StopActivityDump

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

func (*SecurityModuleClient) TranscodingRequest

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

type SecurityModuleClient_DumpActivity_Call

type SecurityModuleClient_DumpActivity_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_DumpActivity_Call) Return

func (*SecurityModuleClient_DumpActivity_Call) Run

type SecurityModuleClient_DumpDiscarders_Call

type SecurityModuleClient_DumpDiscarders_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_DumpDiscarders_Call) Return

func (*SecurityModuleClient_DumpDiscarders_Call) Run

type SecurityModuleClient_DumpNetworkNamespace_Call

type SecurityModuleClient_DumpNetworkNamespace_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_DumpNetworkNamespace_Call) Return

func (*SecurityModuleClient_DumpNetworkNamespace_Call) Run

type SecurityModuleClient_DumpProcessCache_Call

type SecurityModuleClient_DumpProcessCache_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_DumpProcessCache_Call) Return

func (*SecurityModuleClient_DumpProcessCache_Call) Run

type SecurityModuleClient_Expecter

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

func (*SecurityModuleClient_Expecter) DumpActivity

func (_e *SecurityModuleClient_Expecter) DumpActivity(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_DumpActivity_Call

DumpActivity is a helper method to define mock.On call

  • ctx context.Context
  • in *api.ActivityDumpParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) DumpDiscarders

func (_e *SecurityModuleClient_Expecter) DumpDiscarders(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_DumpDiscarders_Call

DumpDiscarders is a helper method to define mock.On call

  • ctx context.Context
  • in *api.DumpDiscardersParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) DumpNetworkNamespace

func (_e *SecurityModuleClient_Expecter) DumpNetworkNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_DumpNetworkNamespace_Call

DumpNetworkNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *api.DumpNetworkNamespaceParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) DumpProcessCache

func (_e *SecurityModuleClient_Expecter) DumpProcessCache(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_DumpProcessCache_Call

DumpProcessCache is a helper method to define mock.On call

  • ctx context.Context
  • in *api.DumpProcessCacheParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) GetActivityDumpStream

func (_e *SecurityModuleClient_Expecter) GetActivityDumpStream(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_GetActivityDumpStream_Call

GetActivityDumpStream is a helper method to define mock.On call

  • ctx context.Context
  • in *api.ActivityDumpStreamParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) GetConfig

func (_e *SecurityModuleClient_Expecter) GetConfig(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_GetConfig_Call

GetConfig is a helper method to define mock.On call

  • ctx context.Context
  • in *api.GetConfigParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) GetEvents

func (_e *SecurityModuleClient_Expecter) GetEvents(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_GetEvents_Call

GetEvents is a helper method to define mock.On call

  • ctx context.Context
  • in *api.GetEventParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) GetRuleSetReport

func (_e *SecurityModuleClient_Expecter) GetRuleSetReport(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_GetRuleSetReport_Call

GetRuleSetReport is a helper method to define mock.On call

  • ctx context.Context
  • in *api.GetRuleSetReportParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) GetStatus

func (_e *SecurityModuleClient_Expecter) GetStatus(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_GetStatus_Call

GetStatus is a helper method to define mock.On call

  • ctx context.Context
  • in *api.GetStatusParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) ListActivityDumps

func (_e *SecurityModuleClient_Expecter) ListActivityDumps(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_ListActivityDumps_Call

ListActivityDumps is a helper method to define mock.On call

  • ctx context.Context
  • in *api.ActivityDumpListParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) ListSecurityProfiles

func (_e *SecurityModuleClient_Expecter) ListSecurityProfiles(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_ListSecurityProfiles_Call

ListSecurityProfiles is a helper method to define mock.On call

  • ctx context.Context
  • in *api.SecurityProfileListParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) ReloadPolicies

func (_e *SecurityModuleClient_Expecter) ReloadPolicies(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_ReloadPolicies_Call

ReloadPolicies is a helper method to define mock.On call

  • ctx context.Context
  • in *api.ReloadPoliciesParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) RunSelfTest

func (_e *SecurityModuleClient_Expecter) RunSelfTest(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_RunSelfTest_Call

RunSelfTest is a helper method to define mock.On call

  • ctx context.Context
  • in *api.RunSelfTestParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) SaveSecurityProfile

func (_e *SecurityModuleClient_Expecter) SaveSecurityProfile(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_SaveSecurityProfile_Call

SaveSecurityProfile is a helper method to define mock.On call

  • ctx context.Context
  • in *api.SecurityProfileSaveParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) StopActivityDump

func (_e *SecurityModuleClient_Expecter) StopActivityDump(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_StopActivityDump_Call

StopActivityDump is a helper method to define mock.On call

  • ctx context.Context
  • in *api.ActivityDumpStopParams
  • opts ...grpc.CallOption

func (*SecurityModuleClient_Expecter) TranscodingRequest

func (_e *SecurityModuleClient_Expecter) TranscodingRequest(ctx interface{}, in interface{}, opts ...interface{}) *SecurityModuleClient_TranscodingRequest_Call

TranscodingRequest is a helper method to define mock.On call

  • ctx context.Context
  • in *api.TranscodingRequestParams
  • opts ...grpc.CallOption

type SecurityModuleClient_GetActivityDumpStream_Call

type SecurityModuleClient_GetActivityDumpStream_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_GetActivityDumpStream_Call) Run

type SecurityModuleClient_GetConfig_Call

type SecurityModuleClient_GetConfig_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_GetConfig_Call) Return

func (*SecurityModuleClient_GetConfig_Call) Run

type SecurityModuleClient_GetEvents_Call

type SecurityModuleClient_GetEvents_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_GetEvents_Call) Run

type SecurityModuleClient_GetRuleSetReport_Call

type SecurityModuleClient_GetRuleSetReport_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_GetRuleSetReport_Call) Return

func (*SecurityModuleClient_GetRuleSetReport_Call) Run

type SecurityModuleClient_GetStatus_Call

type SecurityModuleClient_GetStatus_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_GetStatus_Call) Return

func (*SecurityModuleClient_GetStatus_Call) Run

func (*SecurityModuleClient_GetStatus_Call) RunAndReturn

type SecurityModuleClient_ListActivityDumps_Call

type SecurityModuleClient_ListActivityDumps_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_ListActivityDumps_Call) Return

func (*SecurityModuleClient_ListActivityDumps_Call) Run

type SecurityModuleClient_ListSecurityProfiles_Call

type SecurityModuleClient_ListSecurityProfiles_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_ListSecurityProfiles_Call) Return

func (*SecurityModuleClient_ListSecurityProfiles_Call) Run

type SecurityModuleClient_ReloadPolicies_Call

type SecurityModuleClient_ReloadPolicies_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_ReloadPolicies_Call) Return

func (*SecurityModuleClient_ReloadPolicies_Call) Run

type SecurityModuleClient_RunSelfTest_Call

type SecurityModuleClient_RunSelfTest_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_RunSelfTest_Call) Return

func (*SecurityModuleClient_RunSelfTest_Call) Run

type SecurityModuleClient_SaveSecurityProfile_Call

type SecurityModuleClient_SaveSecurityProfile_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_SaveSecurityProfile_Call) Return

func (*SecurityModuleClient_SaveSecurityProfile_Call) Run

type SecurityModuleClient_StopActivityDump_Call

type SecurityModuleClient_StopActivityDump_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_StopActivityDump_Call) Return

func (*SecurityModuleClient_StopActivityDump_Call) Run

type SecurityModuleClient_TranscodingRequest_Call

type SecurityModuleClient_TranscodingRequest_Call struct {
	*mock.Call
}

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

func (*SecurityModuleClient_TranscodingRequest_Call) Return

func (*SecurityModuleClient_TranscodingRequest_Call) Run

type SecurityModuleServer

type SecurityModuleServer struct {
	mock.Mock
}

SecurityModuleServer is an autogenerated mock type for the SecurityModuleServer type

func NewSecurityModuleServer

func NewSecurityModuleServer(t interface {
	mock.TestingT
	Cleanup(func())
}) *SecurityModuleServer

NewSecurityModuleServer creates a new instance of SecurityModuleServer. 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 (*SecurityModuleServer) DumpActivity

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

func (*SecurityModuleServer) DumpDiscarders

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

func (*SecurityModuleServer) DumpNetworkNamespace

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

func (*SecurityModuleServer) DumpProcessCache

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

func (*SecurityModuleServer) EXPECT

func (*SecurityModuleServer) GetActivityDumpStream

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

func (*SecurityModuleServer) GetConfig

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

func (*SecurityModuleServer) GetEvents

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

func (*SecurityModuleServer) GetRuleSetReport

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

func (*SecurityModuleServer) GetStatus

func (_m *SecurityModuleServer) GetStatus(_a0 context.Context, _a1 *api.GetStatusParams) (*api.Status, error)

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

func (*SecurityModuleServer) ListActivityDumps

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

func (*SecurityModuleServer) ListSecurityProfiles

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

func (*SecurityModuleServer) ReloadPolicies

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

func (*SecurityModuleServer) RunSelfTest

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

func (*SecurityModuleServer) SaveSecurityProfile

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

func (*SecurityModuleServer) StopActivityDump

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

func (*SecurityModuleServer) TranscodingRequest

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

type SecurityModuleServer_DumpActivity_Call

type SecurityModuleServer_DumpActivity_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_DumpActivity_Call) Return

func (*SecurityModuleServer_DumpActivity_Call) Run

type SecurityModuleServer_DumpDiscarders_Call

type SecurityModuleServer_DumpDiscarders_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_DumpDiscarders_Call) Return

func (*SecurityModuleServer_DumpDiscarders_Call) Run

type SecurityModuleServer_DumpNetworkNamespace_Call

type SecurityModuleServer_DumpNetworkNamespace_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_DumpNetworkNamespace_Call) Return

func (*SecurityModuleServer_DumpNetworkNamespace_Call) Run

type SecurityModuleServer_DumpProcessCache_Call

type SecurityModuleServer_DumpProcessCache_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_DumpProcessCache_Call) Return

func (*SecurityModuleServer_DumpProcessCache_Call) Run

type SecurityModuleServer_Expecter

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

func (*SecurityModuleServer_Expecter) DumpActivity

func (_e *SecurityModuleServer_Expecter) DumpActivity(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_DumpActivity_Call

DumpActivity is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.ActivityDumpParams

func (*SecurityModuleServer_Expecter) DumpDiscarders

func (_e *SecurityModuleServer_Expecter) DumpDiscarders(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_DumpDiscarders_Call

DumpDiscarders is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.DumpDiscardersParams

func (*SecurityModuleServer_Expecter) DumpNetworkNamespace

func (_e *SecurityModuleServer_Expecter) DumpNetworkNamespace(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_DumpNetworkNamespace_Call

DumpNetworkNamespace is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.DumpNetworkNamespaceParams

func (*SecurityModuleServer_Expecter) DumpProcessCache

func (_e *SecurityModuleServer_Expecter) DumpProcessCache(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_DumpProcessCache_Call

DumpProcessCache is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.DumpProcessCacheParams

func (*SecurityModuleServer_Expecter) GetActivityDumpStream

func (_e *SecurityModuleServer_Expecter) GetActivityDumpStream(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_GetActivityDumpStream_Call

GetActivityDumpStream is a helper method to define mock.On call

  • _a0 *api.ActivityDumpStreamParams
  • _a1 grpc.ServerStreamingServer[api.ActivityDumpStreamMessage]

func (*SecurityModuleServer_Expecter) GetConfig

func (_e *SecurityModuleServer_Expecter) GetConfig(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_GetConfig_Call

GetConfig is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.GetConfigParams

func (*SecurityModuleServer_Expecter) GetEvents

func (_e *SecurityModuleServer_Expecter) GetEvents(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_GetEvents_Call

GetEvents is a helper method to define mock.On call

  • _a0 *api.GetEventParams
  • _a1 grpc.ServerStreamingServer[api.SecurityEventMessage]

func (*SecurityModuleServer_Expecter) GetRuleSetReport

func (_e *SecurityModuleServer_Expecter) GetRuleSetReport(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_GetRuleSetReport_Call

GetRuleSetReport is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.GetRuleSetReportParams

func (*SecurityModuleServer_Expecter) GetStatus

func (_e *SecurityModuleServer_Expecter) GetStatus(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_GetStatus_Call

GetStatus is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.GetStatusParams

func (*SecurityModuleServer_Expecter) ListActivityDumps

func (_e *SecurityModuleServer_Expecter) ListActivityDumps(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_ListActivityDumps_Call

ListActivityDumps is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.ActivityDumpListParams

func (*SecurityModuleServer_Expecter) ListSecurityProfiles

func (_e *SecurityModuleServer_Expecter) ListSecurityProfiles(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_ListSecurityProfiles_Call

ListSecurityProfiles is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.SecurityProfileListParams

func (*SecurityModuleServer_Expecter) ReloadPolicies

func (_e *SecurityModuleServer_Expecter) ReloadPolicies(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_ReloadPolicies_Call

ReloadPolicies is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.ReloadPoliciesParams

func (*SecurityModuleServer_Expecter) RunSelfTest

func (_e *SecurityModuleServer_Expecter) RunSelfTest(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_RunSelfTest_Call

RunSelfTest is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.RunSelfTestParams

func (*SecurityModuleServer_Expecter) SaveSecurityProfile

func (_e *SecurityModuleServer_Expecter) SaveSecurityProfile(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_SaveSecurityProfile_Call

SaveSecurityProfile is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.SecurityProfileSaveParams

func (*SecurityModuleServer_Expecter) StopActivityDump

func (_e *SecurityModuleServer_Expecter) StopActivityDump(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_StopActivityDump_Call

StopActivityDump is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.ActivityDumpStopParams

func (*SecurityModuleServer_Expecter) TranscodingRequest

func (_e *SecurityModuleServer_Expecter) TranscodingRequest(_a0 interface{}, _a1 interface{}) *SecurityModuleServer_TranscodingRequest_Call

TranscodingRequest is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *api.TranscodingRequestParams

type SecurityModuleServer_GetActivityDumpStream_Call

type SecurityModuleServer_GetActivityDumpStream_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_GetActivityDumpStream_Call) Return

type SecurityModuleServer_GetConfig_Call

type SecurityModuleServer_GetConfig_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_GetConfig_Call) Return

func (*SecurityModuleServer_GetConfig_Call) Run

func (*SecurityModuleServer_GetConfig_Call) RunAndReturn

type SecurityModuleServer_GetEvents_Call

type SecurityModuleServer_GetEvents_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_GetEvents_Call) Return

type SecurityModuleServer_GetRuleSetReport_Call

type SecurityModuleServer_GetRuleSetReport_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_GetRuleSetReport_Call) Return

func (*SecurityModuleServer_GetRuleSetReport_Call) Run

type SecurityModuleServer_GetStatus_Call

type SecurityModuleServer_GetStatus_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_GetStatus_Call) Return

func (*SecurityModuleServer_GetStatus_Call) Run

func (*SecurityModuleServer_GetStatus_Call) RunAndReturn

type SecurityModuleServer_ListActivityDumps_Call

type SecurityModuleServer_ListActivityDumps_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_ListActivityDumps_Call) Return

func (*SecurityModuleServer_ListActivityDumps_Call) Run

type SecurityModuleServer_ListSecurityProfiles_Call

type SecurityModuleServer_ListSecurityProfiles_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_ListSecurityProfiles_Call) Return

func (*SecurityModuleServer_ListSecurityProfiles_Call) Run

type SecurityModuleServer_ReloadPolicies_Call

type SecurityModuleServer_ReloadPolicies_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_ReloadPolicies_Call) Return

func (*SecurityModuleServer_ReloadPolicies_Call) Run

type SecurityModuleServer_RunSelfTest_Call

type SecurityModuleServer_RunSelfTest_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_RunSelfTest_Call) Return

func (*SecurityModuleServer_RunSelfTest_Call) Run

type SecurityModuleServer_SaveSecurityProfile_Call

type SecurityModuleServer_SaveSecurityProfile_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_SaveSecurityProfile_Call) Return

func (*SecurityModuleServer_SaveSecurityProfile_Call) Run

type SecurityModuleServer_StopActivityDump_Call

type SecurityModuleServer_StopActivityDump_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_StopActivityDump_Call) Return

func (*SecurityModuleServer_StopActivityDump_Call) Run

type SecurityModuleServer_TranscodingRequest_Call

type SecurityModuleServer_TranscodingRequest_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_TranscodingRequest_Call) Return

func (*SecurityModuleServer_TranscodingRequest_Call) Run

type SecurityModuleServer_mustEmbedUnimplementedSecurityModuleServer_Call

type SecurityModuleServer_mustEmbedUnimplementedSecurityModuleServer_Call struct {
	*mock.Call
}

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

func (*SecurityModuleServer_mustEmbedUnimplementedSecurityModuleServer_Call) Return

func (*SecurityModuleServer_mustEmbedUnimplementedSecurityModuleServer_Call) Run

func (*SecurityModuleServer_mustEmbedUnimplementedSecurityModuleServer_Call) RunAndReturn

Jump to

Keyboard shortcuts

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