Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Index ¶
- type MockActionRegistrar
- type MockActionRegistrarMockRecorder
- type MockBroker
- type MockBrokerMockRecorder
- type MockClientFactory
- type MockClientFactoryMockRecorder
- type MockClientProtocol
- type MockClientProtocolMockRecorder
- type MockManagerInterface
- func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
- func (m *MockManagerInterface) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (*plugin.ObjectStatusResponse, error)
- func (m *MockManagerInterface) Print(arg0 context.Context, arg1 runtime.Object) (*plugin.PrintResponse, error)
- func (m *MockManagerInterface) Store() plugin.ManagerStore
- func (m *MockManagerInterface) Tabs(arg0 context.Context, arg1 runtime.Object) ([]component.Tab, error)
- type MockManagerInterfaceMockRecorder
- func (mr *MockManagerInterfaceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) Store() *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) Tabs(arg0, arg1 interface{}) *gomock.Call
- type MockManagerStore
- func (m *MockManagerStore) ClientNames() []string
- func (m *MockManagerStore) Clients() map[string]plugin.Client
- func (m *MockManagerStore) EXPECT() *MockManagerStoreMockRecorder
- func (m *MockManagerStore) GetCommand(arg0 string) (string, error)
- func (m *MockManagerStore) GetMetadata(arg0 string) (*plugin.Metadata, error)
- func (m *MockManagerStore) GetService(arg0 string) (plugin.Service, error)
- func (m *MockManagerStore) Store(arg0 string, arg1 plugin.Client, arg2 *plugin.Metadata, arg3 string) error
- type MockManagerStoreMockRecorder
- func (mr *MockManagerStoreMockRecorder) ClientNames() *gomock.Call
- func (mr *MockManagerStoreMockRecorder) Clients() *gomock.Call
- func (mr *MockManagerStoreMockRecorder) GetCommand(arg0 interface{}) *gomock.Call
- func (mr *MockManagerStoreMockRecorder) GetMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockManagerStoreMockRecorder) GetService(arg0 interface{}) *gomock.Call
- func (mr *MockManagerStoreMockRecorder) Store(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockModuleRegistrar
- type MockModuleRegistrarMockRecorder
- type MockModuleService
- func (m *MockModuleService) Content(arg0 context.Context, arg1 string) (component.ContentResponse, error)
- func (m *MockModuleService) EXPECT() *MockModuleServiceMockRecorder
- func (m *MockModuleService) HandleAction(arg0 context.Context, arg1 string, arg2 action.Payload) error
- func (m *MockModuleService) Navigation(arg0 context.Context) (navigation.Navigation, error)
- func (m *MockModuleService) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (plugin.ObjectStatusResponse, error)
- func (m *MockModuleService) Print(arg0 context.Context, arg1 runtime.Object) (plugin.PrintResponse, error)
- func (m *MockModuleService) PrintTab(arg0 context.Context, arg1 runtime.Object) (plugin.TabResponse, error)
- func (m *MockModuleService) Register(arg0 context.Context, arg1 string) (plugin.Metadata, error)
- type MockModuleServiceMockRecorder
- func (mr *MockModuleServiceMockRecorder) Content(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) HandleAction(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) Navigation(arg0 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockModuleServiceMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
- type MockPluginClient
- func (m *MockPluginClient) Content(ctx context.Context, in *dashboard.ContentRequest, opts ...grpc.CallOption) (*dashboard.ContentResponse, error)
- func (m *MockPluginClient) EXPECT() *MockPluginClientMockRecorder
- func (m *MockPluginClient) HandleAction(ctx context.Context, in *dashboard.HandleActionRequest, ...) (*dashboard.HandleActionResponse, error)
- func (m *MockPluginClient) Navigation(ctx context.Context, in *dashboard.NavigationRequest, opts ...grpc.CallOption) (*dashboard.NavigationResponse, error)
- func (m *MockPluginClient) ObjectStatus(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.ObjectStatusResponse, error)
- func (m *MockPluginClient) Print(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.PrintResponse, error)
- func (m *MockPluginClient) PrintTab(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.PrintTabResponse, error)
- func (m *MockPluginClient) Register(ctx context.Context, in *dashboard.RegisterRequest, opts ...grpc.CallOption) (*dashboard.RegisterResponse, error)
- func (m *MockPluginClient) WatchAdd(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
- func (m *MockPluginClient) WatchDelete(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
- func (m *MockPluginClient) WatchUpdate(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
- type MockPluginClientMockRecorder
- func (mr *MockPluginClientMockRecorder) Content(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) HandleAction(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Navigation(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) ObjectStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Print(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) PrintTab(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Register(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) WatchAdd(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) WatchDelete(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) WatchUpdate(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockPluginServer
- func (m *MockPluginServer) Content(arg0 context.Context, arg1 *dashboard.ContentRequest) (*dashboard.ContentResponse, error)
- func (m *MockPluginServer) EXPECT() *MockPluginServerMockRecorder
- func (m *MockPluginServer) HandleAction(arg0 context.Context, arg1 *dashboard.HandleActionRequest) (*dashboard.HandleActionResponse, error)
- func (m *MockPluginServer) Navigation(arg0 context.Context, arg1 *dashboard.NavigationRequest) (*dashboard.NavigationResponse, error)
- func (m *MockPluginServer) ObjectStatus(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.ObjectStatusResponse, error)
- func (m *MockPluginServer) Print(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.PrintResponse, error)
- func (m *MockPluginServer) PrintTab(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.PrintTabResponse, error)
- func (m *MockPluginServer) Register(arg0 context.Context, arg1 *dashboard.RegisterRequest) (*dashboard.RegisterResponse, error)
- func (m *MockPluginServer) WatchAdd(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
- func (m *MockPluginServer) WatchDelete(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
- func (m *MockPluginServer) WatchUpdate(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
- type MockPluginServerMockRecorder
- func (mr *MockPluginServerMockRecorder) Content(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) HandleAction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) Navigation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) WatchAdd(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) WatchDelete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPluginServerMockRecorder) WatchUpdate(arg0, arg1 interface{}) *gomock.Call
- type MockRunners
- func (m *MockRunners) EXPECT() *MockRunnersMockRecorder
- func (m *MockRunners) ObjectStatus(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan plugin.ObjectStatusResponse)
- func (m *MockRunners) Print(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan plugin.PrintResponse)
- func (m *MockRunners) Tab(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan component.Tab)
- type MockRunnersMockRecorder
- type MockServerProtocol
- type MockServerProtocolMockRecorder
- type MockService
- func (m *MockService) EXPECT() *MockServiceMockRecorder
- func (m *MockService) HandleAction(arg0 context.Context, arg1 string, arg2 action.Payload) error
- func (m *MockService) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (plugin.ObjectStatusResponse, error)
- func (m *MockService) Print(arg0 context.Context, arg1 runtime.Object) (plugin.PrintResponse, error)
- func (m *MockService) PrintTab(arg0 context.Context, arg1 runtime.Object) (plugin.TabResponse, error)
- func (m *MockService) Register(arg0 context.Context, arg1 string) (plugin.Metadata, error)
- type MockServiceMockRecorder
- func (mr *MockServiceMockRecorder) HandleAction(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockActionRegistrar ¶
type MockActionRegistrar struct {
// contains filtered or unexported fields
}
MockActionRegistrar is a mock of ActionRegistrar interface
func NewMockActionRegistrar ¶
func NewMockActionRegistrar(ctrl *gomock.Controller) *MockActionRegistrar
NewMockActionRegistrar creates a new mock instance
func (*MockActionRegistrar) EXPECT ¶
func (m *MockActionRegistrar) EXPECT() *MockActionRegistrarMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockActionRegistrar) Register ¶
func (m *MockActionRegistrar) Register(arg0 string, arg1 action.DispatcherFunc) error
Register mocks base method
type MockActionRegistrarMockRecorder ¶
type MockActionRegistrarMockRecorder struct {
// contains filtered or unexported fields
}
MockActionRegistrarMockRecorder is the mock recorder for MockActionRegistrar
func (*MockActionRegistrarMockRecorder) Register ¶
func (mr *MockActionRegistrarMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register
type MockBroker ¶
type MockBroker struct {
// contains filtered or unexported fields
}
MockBroker is a mock of Broker interface
func NewMockBroker ¶
func NewMockBroker(ctrl *gomock.Controller) *MockBroker
NewMockBroker creates a new mock instance
func (*MockBroker) AcceptAndServe ¶
func (m *MockBroker) AcceptAndServe(arg0 uint32, arg1 func([]grpc.ServerOption) *grpc.Server)
AcceptAndServe mocks base method
func (*MockBroker) EXPECT ¶
func (m *MockBroker) EXPECT() *MockBrokerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockBrokerMockRecorder ¶
type MockBrokerMockRecorder struct {
// contains filtered or unexported fields
}
MockBrokerMockRecorder is the mock recorder for MockBroker
func (*MockBrokerMockRecorder) AcceptAndServe ¶
func (mr *MockBrokerMockRecorder) AcceptAndServe(arg0, arg1 interface{}) *gomock.Call
AcceptAndServe indicates an expected call of AcceptAndServe
func (*MockBrokerMockRecorder) NextId ¶
func (mr *MockBrokerMockRecorder) NextId() *gomock.Call
NextId indicates an expected call of NextId
type MockClientFactory ¶
type MockClientFactory struct {
// contains filtered or unexported fields
}
MockClientFactory is a mock of ClientFactory interface
func NewMockClientFactory ¶
func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory
NewMockClientFactory creates a new mock instance
func (*MockClientFactory) EXPECT ¶
func (m *MockClientFactory) EXPECT() *MockClientFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockClientFactoryMockRecorder ¶
type MockClientFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockClientFactoryMockRecorder is the mock recorder for MockClientFactory
func (*MockClientFactoryMockRecorder) Init ¶
func (mr *MockClientFactoryMockRecorder) Init(arg0, arg1 interface{}) *gomock.Call
Init indicates an expected call of Init
type MockClientProtocol ¶
type MockClientProtocol struct {
// contains filtered or unexported fields
}
MockClientProtocol is a mock of ClientProtocol interface
func NewMockClientProtocol ¶
func NewMockClientProtocol(ctrl *gomock.Controller) *MockClientProtocol
NewMockClientProtocol creates a new mock instance
func (*MockClientProtocol) Close ¶
func (m *MockClientProtocol) Close() error
Close mocks base method
func (*MockClientProtocol) Dispense ¶
func (m *MockClientProtocol) Dispense(arg0 string) (interface{}, error)
Dispense mocks base method
func (*MockClientProtocol) EXPECT ¶
func (m *MockClientProtocol) EXPECT() *MockClientProtocolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockClientProtocolMockRecorder ¶
type MockClientProtocolMockRecorder struct {
// contains filtered or unexported fields
}
MockClientProtocolMockRecorder is the mock recorder for MockClientProtocol
func (*MockClientProtocolMockRecorder) Close ¶
func (mr *MockClientProtocolMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockClientProtocolMockRecorder) Dispense ¶
func (mr *MockClientProtocolMockRecorder) Dispense(arg0 interface{}) *gomock.Call
Dispense indicates an expected call of Dispense
func (*MockClientProtocolMockRecorder) Ping ¶
func (mr *MockClientProtocolMockRecorder) Ping() *gomock.Call
Ping indicates an expected call of Ping
type MockManagerInterface ¶
type MockManagerInterface struct {
// contains filtered or unexported fields
}
MockManagerInterface is a mock of ManagerInterface interface
func NewMockManagerInterface ¶
func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface
NewMockManagerInterface creates a new mock instance
func (*MockManagerInterface) EXPECT ¶
func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockManagerInterface) ObjectStatus ¶
func (m *MockManagerInterface) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (*plugin.ObjectStatusResponse, error)
ObjectStatus mocks base method
func (*MockManagerInterface) Print ¶
func (m *MockManagerInterface) Print(arg0 context.Context, arg1 runtime.Object) (*plugin.PrintResponse, error)
Print mocks base method
func (*MockManagerInterface) Store ¶
func (m *MockManagerInterface) Store() plugin.ManagerStore
Store mocks base method
type MockManagerInterfaceMockRecorder ¶
type MockManagerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface
func (*MockManagerInterfaceMockRecorder) ObjectStatus ¶
func (mr *MockManagerInterfaceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockManagerInterfaceMockRecorder) Print ¶
func (mr *MockManagerInterfaceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockManagerInterfaceMockRecorder) Store ¶
func (mr *MockManagerInterfaceMockRecorder) Store() *gomock.Call
Store indicates an expected call of Store
func (*MockManagerInterfaceMockRecorder) Tabs ¶
func (mr *MockManagerInterfaceMockRecorder) Tabs(arg0, arg1 interface{}) *gomock.Call
Tabs indicates an expected call of Tabs
type MockManagerStore ¶
type MockManagerStore struct {
// contains filtered or unexported fields
}
MockManagerStore is a mock of ManagerStore interface
func NewMockManagerStore ¶
func NewMockManagerStore(ctrl *gomock.Controller) *MockManagerStore
NewMockManagerStore creates a new mock instance
func (*MockManagerStore) ClientNames ¶
func (m *MockManagerStore) ClientNames() []string
ClientNames mocks base method
func (*MockManagerStore) Clients ¶
func (m *MockManagerStore) Clients() map[string]plugin.Client
Clients mocks base method
func (*MockManagerStore) EXPECT ¶
func (m *MockManagerStore) EXPECT() *MockManagerStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockManagerStore) GetCommand ¶
func (m *MockManagerStore) GetCommand(arg0 string) (string, error)
GetCommand mocks base method
func (*MockManagerStore) GetMetadata ¶
func (m *MockManagerStore) GetMetadata(arg0 string) (*plugin.Metadata, error)
GetMetadata mocks base method
func (*MockManagerStore) GetService ¶
func (m *MockManagerStore) GetService(arg0 string) (plugin.Service, error)
GetService mocks base method
type MockManagerStoreMockRecorder ¶
type MockManagerStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerStoreMockRecorder is the mock recorder for MockManagerStore
func (*MockManagerStoreMockRecorder) ClientNames ¶
func (mr *MockManagerStoreMockRecorder) ClientNames() *gomock.Call
ClientNames indicates an expected call of ClientNames
func (*MockManagerStoreMockRecorder) Clients ¶
func (mr *MockManagerStoreMockRecorder) Clients() *gomock.Call
Clients indicates an expected call of Clients
func (*MockManagerStoreMockRecorder) GetCommand ¶
func (mr *MockManagerStoreMockRecorder) GetCommand(arg0 interface{}) *gomock.Call
GetCommand indicates an expected call of GetCommand
func (*MockManagerStoreMockRecorder) GetMetadata ¶
func (mr *MockManagerStoreMockRecorder) GetMetadata(arg0 interface{}) *gomock.Call
GetMetadata indicates an expected call of GetMetadata
func (*MockManagerStoreMockRecorder) GetService ¶
func (mr *MockManagerStoreMockRecorder) GetService(arg0 interface{}) *gomock.Call
GetService indicates an expected call of GetService
func (*MockManagerStoreMockRecorder) Store ¶
func (mr *MockManagerStoreMockRecorder) Store(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Store indicates an expected call of Store
type MockModuleRegistrar ¶
type MockModuleRegistrar struct {
// contains filtered or unexported fields
}
MockModuleRegistrar is a mock of ModuleRegistrar interface
func NewMockModuleRegistrar ¶
func NewMockModuleRegistrar(ctrl *gomock.Controller) *MockModuleRegistrar
NewMockModuleRegistrar creates a new mock instance
func (*MockModuleRegistrar) EXPECT ¶
func (m *MockModuleRegistrar) EXPECT() *MockModuleRegistrarMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockModuleRegistrarMockRecorder ¶
type MockModuleRegistrarMockRecorder struct {
// contains filtered or unexported fields
}
MockModuleRegistrarMockRecorder is the mock recorder for MockModuleRegistrar
func (*MockModuleRegistrarMockRecorder) Register ¶
func (mr *MockModuleRegistrarMockRecorder) Register(arg0 interface{}) *gomock.Call
Register indicates an expected call of Register
type MockModuleService ¶
type MockModuleService struct {
// contains filtered or unexported fields
}
MockModuleService is a mock of ModuleService interface
func NewMockModuleService ¶
func NewMockModuleService(ctrl *gomock.Controller) *MockModuleService
NewMockModuleService creates a new mock instance
func (*MockModuleService) Content ¶
func (m *MockModuleService) Content(arg0 context.Context, arg1 string) (component.ContentResponse, error)
Content mocks base method
func (*MockModuleService) EXPECT ¶
func (m *MockModuleService) EXPECT() *MockModuleServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockModuleService) HandleAction ¶
func (m *MockModuleService) HandleAction(arg0 context.Context, arg1 string, arg2 action.Payload) error
HandleAction mocks base method
func (*MockModuleService) Navigation ¶
func (m *MockModuleService) Navigation(arg0 context.Context) (navigation.Navigation, error)
Navigation mocks base method
func (*MockModuleService) ObjectStatus ¶
func (m *MockModuleService) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (plugin.ObjectStatusResponse, error)
ObjectStatus mocks base method
func (*MockModuleService) Print ¶
func (m *MockModuleService) Print(arg0 context.Context, arg1 runtime.Object) (plugin.PrintResponse, error)
Print mocks base method
func (*MockModuleService) PrintTab ¶
func (m *MockModuleService) PrintTab(arg0 context.Context, arg1 runtime.Object) (plugin.TabResponse, error)
PrintTab mocks base method
type MockModuleServiceMockRecorder ¶
type MockModuleServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockModuleServiceMockRecorder is the mock recorder for MockModuleService
func (*MockModuleServiceMockRecorder) Content ¶
func (mr *MockModuleServiceMockRecorder) Content(arg0, arg1 interface{}) *gomock.Call
Content indicates an expected call of Content
func (*MockModuleServiceMockRecorder) HandleAction ¶
func (mr *MockModuleServiceMockRecorder) HandleAction(arg0, arg1, arg2 interface{}) *gomock.Call
HandleAction indicates an expected call of HandleAction
func (*MockModuleServiceMockRecorder) Navigation ¶
func (mr *MockModuleServiceMockRecorder) Navigation(arg0 interface{}) *gomock.Call
Navigation indicates an expected call of Navigation
func (*MockModuleServiceMockRecorder) ObjectStatus ¶
func (mr *MockModuleServiceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockModuleServiceMockRecorder) Print ¶
func (mr *MockModuleServiceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockModuleServiceMockRecorder) PrintTab ¶
func (mr *MockModuleServiceMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
PrintTab indicates an expected call of PrintTab
func (*MockModuleServiceMockRecorder) Register ¶
func (mr *MockModuleServiceMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register
type MockPluginClient ¶
type MockPluginClient struct {
// contains filtered or unexported fields
}
MockPluginClient is a mock of PluginClient interface
func NewMockPluginClient ¶
func NewMockPluginClient(ctrl *gomock.Controller) *MockPluginClient
NewMockPluginClient creates a new mock instance
func (*MockPluginClient) Content ¶
func (m *MockPluginClient) Content(ctx context.Context, in *dashboard.ContentRequest, opts ...grpc.CallOption) (*dashboard.ContentResponse, error)
Content mocks base method
func (*MockPluginClient) EXPECT ¶
func (m *MockPluginClient) EXPECT() *MockPluginClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPluginClient) HandleAction ¶
func (m *MockPluginClient) HandleAction(ctx context.Context, in *dashboard.HandleActionRequest, opts ...grpc.CallOption) (*dashboard.HandleActionResponse, error)
HandleAction mocks base method
func (*MockPluginClient) Navigation ¶
func (m *MockPluginClient) Navigation(ctx context.Context, in *dashboard.NavigationRequest, opts ...grpc.CallOption) (*dashboard.NavigationResponse, error)
Navigation mocks base method
func (*MockPluginClient) ObjectStatus ¶
func (m *MockPluginClient) ObjectStatus(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.ObjectStatusResponse, error)
ObjectStatus mocks base method
func (*MockPluginClient) Print ¶
func (m *MockPluginClient) Print(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.PrintResponse, error)
Print mocks base method
func (*MockPluginClient) PrintTab ¶
func (m *MockPluginClient) PrintTab(ctx context.Context, in *dashboard.ObjectRequest, opts ...grpc.CallOption) (*dashboard.PrintTabResponse, error)
PrintTab mocks base method
func (*MockPluginClient) Register ¶
func (m *MockPluginClient) Register(ctx context.Context, in *dashboard.RegisterRequest, opts ...grpc.CallOption) (*dashboard.RegisterResponse, error)
Register mocks base method
func (*MockPluginClient) WatchAdd ¶
func (m *MockPluginClient) WatchAdd(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
WatchAdd mocks base method
func (*MockPluginClient) WatchDelete ¶
func (m *MockPluginClient) WatchDelete(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
WatchDelete mocks base method
func (*MockPluginClient) WatchUpdate ¶
func (m *MockPluginClient) WatchUpdate(ctx context.Context, in *dashboard.WatchRequest, opts ...grpc.CallOption) (*dashboard.Empty, error)
WatchUpdate mocks base method
type MockPluginClientMockRecorder ¶
type MockPluginClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPluginClientMockRecorder is the mock recorder for MockPluginClient
func (*MockPluginClientMockRecorder) Content ¶
func (mr *MockPluginClientMockRecorder) Content(ctx, in interface{}, opts ...interface{}) *gomock.Call
Content indicates an expected call of Content
func (*MockPluginClientMockRecorder) HandleAction ¶
func (mr *MockPluginClientMockRecorder) HandleAction(ctx, in interface{}, opts ...interface{}) *gomock.Call
HandleAction indicates an expected call of HandleAction
func (*MockPluginClientMockRecorder) Navigation ¶
func (mr *MockPluginClientMockRecorder) Navigation(ctx, in interface{}, opts ...interface{}) *gomock.Call
Navigation indicates an expected call of Navigation
func (*MockPluginClientMockRecorder) ObjectStatus ¶
func (mr *MockPluginClientMockRecorder) ObjectStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockPluginClientMockRecorder) Print ¶
func (mr *MockPluginClientMockRecorder) Print(ctx, in interface{}, opts ...interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockPluginClientMockRecorder) PrintTab ¶
func (mr *MockPluginClientMockRecorder) PrintTab(ctx, in interface{}, opts ...interface{}) *gomock.Call
PrintTab indicates an expected call of PrintTab
func (*MockPluginClientMockRecorder) Register ¶
func (mr *MockPluginClientMockRecorder) Register(ctx, in interface{}, opts ...interface{}) *gomock.Call
Register indicates an expected call of Register
func (*MockPluginClientMockRecorder) WatchAdd ¶
func (mr *MockPluginClientMockRecorder) WatchAdd(ctx, in interface{}, opts ...interface{}) *gomock.Call
WatchAdd indicates an expected call of WatchAdd
func (*MockPluginClientMockRecorder) WatchDelete ¶
func (mr *MockPluginClientMockRecorder) WatchDelete(ctx, in interface{}, opts ...interface{}) *gomock.Call
WatchDelete indicates an expected call of WatchDelete
func (*MockPluginClientMockRecorder) WatchUpdate ¶
func (mr *MockPluginClientMockRecorder) WatchUpdate(ctx, in interface{}, opts ...interface{}) *gomock.Call
WatchUpdate indicates an expected call of WatchUpdate
type MockPluginServer ¶
type MockPluginServer struct {
// contains filtered or unexported fields
}
MockPluginServer is a mock of PluginServer interface
func NewMockPluginServer ¶
func NewMockPluginServer(ctrl *gomock.Controller) *MockPluginServer
NewMockPluginServer creates a new mock instance
func (*MockPluginServer) Content ¶
func (m *MockPluginServer) Content(arg0 context.Context, arg1 *dashboard.ContentRequest) (*dashboard.ContentResponse, error)
Content mocks base method
func (*MockPluginServer) EXPECT ¶
func (m *MockPluginServer) EXPECT() *MockPluginServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPluginServer) HandleAction ¶
func (m *MockPluginServer) HandleAction(arg0 context.Context, arg1 *dashboard.HandleActionRequest) (*dashboard.HandleActionResponse, error)
HandleAction mocks base method
func (*MockPluginServer) Navigation ¶
func (m *MockPluginServer) Navigation(arg0 context.Context, arg1 *dashboard.NavigationRequest) (*dashboard.NavigationResponse, error)
Navigation mocks base method
func (*MockPluginServer) ObjectStatus ¶
func (m *MockPluginServer) ObjectStatus(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.ObjectStatusResponse, error)
ObjectStatus mocks base method
func (*MockPluginServer) Print ¶
func (m *MockPluginServer) Print(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.PrintResponse, error)
Print mocks base method
func (*MockPluginServer) PrintTab ¶
func (m *MockPluginServer) PrintTab(arg0 context.Context, arg1 *dashboard.ObjectRequest) (*dashboard.PrintTabResponse, error)
PrintTab mocks base method
func (*MockPluginServer) Register ¶
func (m *MockPluginServer) Register(arg0 context.Context, arg1 *dashboard.RegisterRequest) (*dashboard.RegisterResponse, error)
Register mocks base method
func (*MockPluginServer) WatchAdd ¶
func (m *MockPluginServer) WatchAdd(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
WatchAdd mocks base method
func (*MockPluginServer) WatchDelete ¶
func (m *MockPluginServer) WatchDelete(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
WatchDelete mocks base method
func (*MockPluginServer) WatchUpdate ¶
func (m *MockPluginServer) WatchUpdate(arg0 context.Context, arg1 *dashboard.WatchRequest) (*dashboard.Empty, error)
WatchUpdate mocks base method
type MockPluginServerMockRecorder ¶
type MockPluginServerMockRecorder struct {
// contains filtered or unexported fields
}
MockPluginServerMockRecorder is the mock recorder for MockPluginServer
func (*MockPluginServerMockRecorder) Content ¶
func (mr *MockPluginServerMockRecorder) Content(arg0, arg1 interface{}) *gomock.Call
Content indicates an expected call of Content
func (*MockPluginServerMockRecorder) HandleAction ¶
func (mr *MockPluginServerMockRecorder) HandleAction(arg0, arg1 interface{}) *gomock.Call
HandleAction indicates an expected call of HandleAction
func (*MockPluginServerMockRecorder) Navigation ¶
func (mr *MockPluginServerMockRecorder) Navigation(arg0, arg1 interface{}) *gomock.Call
Navigation indicates an expected call of Navigation
func (*MockPluginServerMockRecorder) ObjectStatus ¶
func (mr *MockPluginServerMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockPluginServerMockRecorder) Print ¶
func (mr *MockPluginServerMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockPluginServerMockRecorder) PrintTab ¶
func (mr *MockPluginServerMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
PrintTab indicates an expected call of PrintTab
func (*MockPluginServerMockRecorder) Register ¶
func (mr *MockPluginServerMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register
func (*MockPluginServerMockRecorder) WatchAdd ¶
func (mr *MockPluginServerMockRecorder) WatchAdd(arg0, arg1 interface{}) *gomock.Call
WatchAdd indicates an expected call of WatchAdd
func (*MockPluginServerMockRecorder) WatchDelete ¶
func (mr *MockPluginServerMockRecorder) WatchDelete(arg0, arg1 interface{}) *gomock.Call
WatchDelete indicates an expected call of WatchDelete
func (*MockPluginServerMockRecorder) WatchUpdate ¶
func (mr *MockPluginServerMockRecorder) WatchUpdate(arg0, arg1 interface{}) *gomock.Call
WatchUpdate indicates an expected call of WatchUpdate
type MockRunners ¶
type MockRunners struct {
// contains filtered or unexported fields
}
MockRunners is a mock of Runners interface
func NewMockRunners ¶
func NewMockRunners(ctrl *gomock.Controller) *MockRunners
NewMockRunners creates a new mock instance
func (*MockRunners) EXPECT ¶
func (m *MockRunners) EXPECT() *MockRunnersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRunners) ObjectStatus ¶
func (m *MockRunners) ObjectStatus(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan plugin.ObjectStatusResponse)
ObjectStatus mocks base method
func (*MockRunners) Print ¶
func (m *MockRunners) Print(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan plugin.PrintResponse)
Print mocks base method
func (*MockRunners) Tab ¶
func (m *MockRunners) Tab(arg0 plugin.ManagerStore) (plugin.DefaultRunner, chan component.Tab)
Tab mocks base method
type MockRunnersMockRecorder ¶
type MockRunnersMockRecorder struct {
// contains filtered or unexported fields
}
MockRunnersMockRecorder is the mock recorder for MockRunners
func (*MockRunnersMockRecorder) ObjectStatus ¶
func (mr *MockRunnersMockRecorder) ObjectStatus(arg0 interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockRunnersMockRecorder) Print ¶
func (mr *MockRunnersMockRecorder) Print(arg0 interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockRunnersMockRecorder) Tab ¶
func (mr *MockRunnersMockRecorder) Tab(arg0 interface{}) *gomock.Call
Tab indicates an expected call of Tab
type MockServerProtocol ¶
type MockServerProtocol struct {
// contains filtered or unexported fields
}
MockServerProtocol is a mock of ServerProtocol interface
func NewMockServerProtocol ¶
func NewMockServerProtocol(ctrl *gomock.Controller) *MockServerProtocol
NewMockServerProtocol creates a new mock instance
func (*MockServerProtocol) Config ¶
func (m *MockServerProtocol) Config() string
Config mocks base method
func (*MockServerProtocol) EXPECT ¶
func (m *MockServerProtocol) EXPECT() *MockServerProtocolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServerProtocol) Serve ¶
func (m *MockServerProtocol) Serve(arg0 net.Listener)
Serve mocks base method
type MockServerProtocolMockRecorder ¶
type MockServerProtocolMockRecorder struct {
// contains filtered or unexported fields
}
MockServerProtocolMockRecorder is the mock recorder for MockServerProtocol
func (*MockServerProtocolMockRecorder) Config ¶
func (mr *MockServerProtocolMockRecorder) Config() *gomock.Call
Config indicates an expected call of Config
func (*MockServerProtocolMockRecorder) Init ¶
func (mr *MockServerProtocolMockRecorder) Init() *gomock.Call
Init indicates an expected call of Init
func (*MockServerProtocolMockRecorder) Serve ¶
func (mr *MockServerProtocolMockRecorder) Serve(arg0 interface{}) *gomock.Call
Serve indicates an expected call of Serve
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockService) HandleAction ¶
HandleAction mocks base method
func (*MockService) ObjectStatus ¶
func (m *MockService) ObjectStatus(arg0 context.Context, arg1 runtime.Object) (plugin.ObjectStatusResponse, error)
ObjectStatus mocks base method
func (*MockService) Print ¶
func (m *MockService) Print(arg0 context.Context, arg1 runtime.Object) (plugin.PrintResponse, error)
Print mocks base method
func (*MockService) PrintTab ¶
func (m *MockService) PrintTab(arg0 context.Context, arg1 runtime.Object) (plugin.TabResponse, error)
PrintTab mocks base method
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService
func (*MockServiceMockRecorder) HandleAction ¶
func (mr *MockServiceMockRecorder) HandleAction(arg0, arg1, arg2 interface{}) *gomock.Call
HandleAction indicates an expected call of HandleAction
func (*MockServiceMockRecorder) ObjectStatus ¶
func (mr *MockServiceMockRecorder) ObjectStatus(arg0, arg1 interface{}) *gomock.Call
ObjectStatus indicates an expected call of ObjectStatus
func (*MockServiceMockRecorder) Print ¶
func (mr *MockServiceMockRecorder) Print(arg0, arg1 interface{}) *gomock.Call
Print indicates an expected call of Print
func (*MockServiceMockRecorder) PrintTab ¶
func (mr *MockServiceMockRecorder) PrintTab(arg0, arg1 interface{}) *gomock.Call
PrintTab indicates an expected call of PrintTab
func (*MockServiceMockRecorder) Register ¶
func (mr *MockServiceMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register