Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockPluginClient
- func (m *MockPluginClient) Delete(arg0 context.Context, arg1 ...grpc.CallOption) (idpplugin.Plugin_DeleteClient, error)
- func (m *MockPluginClient) EXPECT() *MockPluginClientMockRecorder
- func (m *MockPluginClient) Export(arg0 context.Context, arg1 *idpplugin.ExportRequest, arg2 ...grpc.CallOption) (idpplugin.Plugin_ExportClient, error)
- func (m *MockPluginClient) Import(arg0 context.Context, arg1 ...grpc.CallOption) (idpplugin.Plugin_ImportClient, error)
- func (m *MockPluginClient) Info(arg0 context.Context, arg1 *idpplugin.InfoRequest, arg2 ...grpc.CallOption) (*idpplugin.InfoResponse, error)
- func (m *MockPluginClient) Validate(arg0 context.Context, arg1 *idpplugin.ValidateRequest, arg2 ...grpc.CallOption) (*idpplugin.ValidateResponse, error)
- type MockPluginClientMockRecorder
- func (mr *MockPluginClientMockRecorder) Delete(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Export(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Import(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Info(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPluginClientMockRecorder) Validate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockPlugin_DeleteClient
- func (m *MockPlugin_DeleteClient) CloseSend() error
- func (m *MockPlugin_DeleteClient) Context() context.Context
- func (m *MockPlugin_DeleteClient) EXPECT() *MockPlugin_DeleteClientMockRecorder
- func (m *MockPlugin_DeleteClient) Header() (metadata.MD, error)
- func (m *MockPlugin_DeleteClient) Recv() (*idpplugin.DeleteResponse, error)
- func (m *MockPlugin_DeleteClient) RecvMsg(arg0 interface{}) error
- func (m *MockPlugin_DeleteClient) Send(arg0 *idpplugin.DeleteRequest) error
- func (m *MockPlugin_DeleteClient) SendMsg(arg0 interface{}) error
- func (m *MockPlugin_DeleteClient) Trailer() metadata.MD
- type MockPlugin_DeleteClientMockRecorder
- func (mr *MockPlugin_DeleteClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) Context() *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) Header() *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) Recv() *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_DeleteClientMockRecorder) Trailer() *gomock.Call
- type MockPlugin_ExportClient
- func (m *MockPlugin_ExportClient) CloseSend() error
- func (m *MockPlugin_ExportClient) Context() context.Context
- func (m *MockPlugin_ExportClient) EXPECT() *MockPlugin_ExportClientMockRecorder
- func (m *MockPlugin_ExportClient) Header() (metadata.MD, error)
- func (m *MockPlugin_ExportClient) Recv() (*idpplugin.ExportResponse, error)
- func (m *MockPlugin_ExportClient) RecvMsg(arg0 interface{}) error
- func (m *MockPlugin_ExportClient) SendMsg(arg0 interface{}) error
- func (m *MockPlugin_ExportClient) Trailer() metadata.MD
- type MockPlugin_ExportClientMockRecorder
- func (mr *MockPlugin_ExportClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) Context() *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) Header() *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) Recv() *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_ExportClientMockRecorder) Trailer() *gomock.Call
- type MockPlugin_ImportClient
- func (m *MockPlugin_ImportClient) CloseSend() error
- func (m *MockPlugin_ImportClient) Context() context.Context
- func (m *MockPlugin_ImportClient) EXPECT() *MockPlugin_ImportClientMockRecorder
- func (m *MockPlugin_ImportClient) Header() (metadata.MD, error)
- func (m *MockPlugin_ImportClient) Recv() (*idpplugin.ImportResponse, error)
- func (m *MockPlugin_ImportClient) RecvMsg(arg0 interface{}) error
- func (m *MockPlugin_ImportClient) Send(arg0 *idpplugin.ImportRequest) error
- func (m *MockPlugin_ImportClient) SendMsg(arg0 interface{}) error
- func (m *MockPlugin_ImportClient) Trailer() metadata.MD
- type MockPlugin_ImportClientMockRecorder
- func (mr *MockPlugin_ImportClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) Context() *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) Header() *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) Recv() *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockPlugin_ImportClientMockRecorder) Trailer() *gomock.Call
- type MockProvider
- type MockProviderMockRecorder
- type MockRetriever
- type MockRetrieverMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) Delete ¶
func (m *MockPluginClient) Delete(arg0 context.Context, arg1 ...grpc.CallOption) (idpplugin.Plugin_DeleteClient, error)
Delete 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) Export ¶
func (m *MockPluginClient) Export(arg0 context.Context, arg1 *idpplugin.ExportRequest, arg2 ...grpc.CallOption) (idpplugin.Plugin_ExportClient, error)
Export mocks base method.
func (*MockPluginClient) Import ¶
func (m *MockPluginClient) Import(arg0 context.Context, arg1 ...grpc.CallOption) (idpplugin.Plugin_ImportClient, error)
Import mocks base method.
func (*MockPluginClient) Info ¶
func (m *MockPluginClient) Info(arg0 context.Context, arg1 *idpplugin.InfoRequest, arg2 ...grpc.CallOption) (*idpplugin.InfoResponse, error)
Info mocks base method.
func (*MockPluginClient) Validate ¶
func (m *MockPluginClient) Validate(arg0 context.Context, arg1 *idpplugin.ValidateRequest, arg2 ...grpc.CallOption) (*idpplugin.ValidateResponse, error)
Validate mocks base method.
type MockPluginClientMockRecorder ¶
type MockPluginClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPluginClientMockRecorder is the mock recorder for MockPluginClient.
func (*MockPluginClientMockRecorder) Delete ¶
func (mr *MockPluginClientMockRecorder) Delete(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockPluginClientMockRecorder) Export ¶
func (mr *MockPluginClientMockRecorder) Export(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Export indicates an expected call of Export.
func (*MockPluginClientMockRecorder) Import ¶
func (mr *MockPluginClientMockRecorder) Import(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Import indicates an expected call of Import.
func (*MockPluginClientMockRecorder) Info ¶
func (mr *MockPluginClientMockRecorder) Info(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockPluginClientMockRecorder) Validate ¶
func (mr *MockPluginClientMockRecorder) Validate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Validate indicates an expected call of Validate.
type MockPlugin_DeleteClient ¶
type MockPlugin_DeleteClient struct {
// contains filtered or unexported fields
}
MockPlugin_DeleteClient is a mock of Plugin_DeleteClient interface.
func NewMockPlugin_DeleteClient ¶
func NewMockPlugin_DeleteClient(ctrl *gomock.Controller) *MockPlugin_DeleteClient
NewMockPlugin_DeleteClient creates a new mock instance.
func (*MockPlugin_DeleteClient) CloseSend ¶
func (m *MockPlugin_DeleteClient) CloseSend() error
CloseSend mocks base method.
func (*MockPlugin_DeleteClient) Context ¶
func (m *MockPlugin_DeleteClient) Context() context.Context
Context mocks base method.
func (*MockPlugin_DeleteClient) EXPECT ¶
func (m *MockPlugin_DeleteClient) EXPECT() *MockPlugin_DeleteClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPlugin_DeleteClient) Header ¶
func (m *MockPlugin_DeleteClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockPlugin_DeleteClient) Recv ¶
func (m *MockPlugin_DeleteClient) Recv() (*idpplugin.DeleteResponse, error)
Recv mocks base method.
func (*MockPlugin_DeleteClient) RecvMsg ¶
func (m *MockPlugin_DeleteClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockPlugin_DeleteClient) Send ¶
func (m *MockPlugin_DeleteClient) Send(arg0 *idpplugin.DeleteRequest) error
Send mocks base method.
func (*MockPlugin_DeleteClient) SendMsg ¶
func (m *MockPlugin_DeleteClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockPlugin_DeleteClient) Trailer ¶
func (m *MockPlugin_DeleteClient) Trailer() metadata.MD
Trailer mocks base method.
type MockPlugin_DeleteClientMockRecorder ¶
type MockPlugin_DeleteClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPlugin_DeleteClientMockRecorder is the mock recorder for MockPlugin_DeleteClient.
func (*MockPlugin_DeleteClientMockRecorder) CloseSend ¶
func (mr *MockPlugin_DeleteClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockPlugin_DeleteClientMockRecorder) Context ¶
func (mr *MockPlugin_DeleteClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockPlugin_DeleteClientMockRecorder) Header ¶
func (mr *MockPlugin_DeleteClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockPlugin_DeleteClientMockRecorder) Recv ¶
func (mr *MockPlugin_DeleteClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockPlugin_DeleteClientMockRecorder) RecvMsg ¶
func (mr *MockPlugin_DeleteClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockPlugin_DeleteClientMockRecorder) Send ¶
func (mr *MockPlugin_DeleteClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockPlugin_DeleteClientMockRecorder) SendMsg ¶
func (mr *MockPlugin_DeleteClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockPlugin_DeleteClientMockRecorder) Trailer ¶
func (mr *MockPlugin_DeleteClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockPlugin_ExportClient ¶
type MockPlugin_ExportClient struct {
// contains filtered or unexported fields
}
MockPlugin_ExportClient is a mock of Plugin_ExportClient interface.
func NewMockPlugin_ExportClient ¶
func NewMockPlugin_ExportClient(ctrl *gomock.Controller) *MockPlugin_ExportClient
NewMockPlugin_ExportClient creates a new mock instance.
func (*MockPlugin_ExportClient) CloseSend ¶
func (m *MockPlugin_ExportClient) CloseSend() error
CloseSend mocks base method.
func (*MockPlugin_ExportClient) Context ¶
func (m *MockPlugin_ExportClient) Context() context.Context
Context mocks base method.
func (*MockPlugin_ExportClient) EXPECT ¶
func (m *MockPlugin_ExportClient) EXPECT() *MockPlugin_ExportClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPlugin_ExportClient) Header ¶
func (m *MockPlugin_ExportClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockPlugin_ExportClient) Recv ¶
func (m *MockPlugin_ExportClient) Recv() (*idpplugin.ExportResponse, error)
Recv mocks base method.
func (*MockPlugin_ExportClient) RecvMsg ¶
func (m *MockPlugin_ExportClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockPlugin_ExportClient) SendMsg ¶
func (m *MockPlugin_ExportClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockPlugin_ExportClient) Trailer ¶
func (m *MockPlugin_ExportClient) Trailer() metadata.MD
Trailer mocks base method.
type MockPlugin_ExportClientMockRecorder ¶
type MockPlugin_ExportClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPlugin_ExportClientMockRecorder is the mock recorder for MockPlugin_ExportClient.
func (*MockPlugin_ExportClientMockRecorder) CloseSend ¶
func (mr *MockPlugin_ExportClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockPlugin_ExportClientMockRecorder) Context ¶
func (mr *MockPlugin_ExportClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockPlugin_ExportClientMockRecorder) Header ¶
func (mr *MockPlugin_ExportClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockPlugin_ExportClientMockRecorder) Recv ¶
func (mr *MockPlugin_ExportClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockPlugin_ExportClientMockRecorder) RecvMsg ¶
func (mr *MockPlugin_ExportClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockPlugin_ExportClientMockRecorder) SendMsg ¶
func (mr *MockPlugin_ExportClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockPlugin_ExportClientMockRecorder) Trailer ¶
func (mr *MockPlugin_ExportClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockPlugin_ImportClient ¶
type MockPlugin_ImportClient struct {
// contains filtered or unexported fields
}
MockPlugin_ImportClient is a mock of Plugin_ImportClient interface.
func NewMockPlugin_ImportClient ¶
func NewMockPlugin_ImportClient(ctrl *gomock.Controller) *MockPlugin_ImportClient
NewMockPlugin_ImportClient creates a new mock instance.
func (*MockPlugin_ImportClient) CloseSend ¶
func (m *MockPlugin_ImportClient) CloseSend() error
CloseSend mocks base method.
func (*MockPlugin_ImportClient) Context ¶
func (m *MockPlugin_ImportClient) Context() context.Context
Context mocks base method.
func (*MockPlugin_ImportClient) EXPECT ¶
func (m *MockPlugin_ImportClient) EXPECT() *MockPlugin_ImportClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPlugin_ImportClient) Header ¶
func (m *MockPlugin_ImportClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockPlugin_ImportClient) Recv ¶
func (m *MockPlugin_ImportClient) Recv() (*idpplugin.ImportResponse, error)
Recv mocks base method.
func (*MockPlugin_ImportClient) RecvMsg ¶
func (m *MockPlugin_ImportClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockPlugin_ImportClient) Send ¶
func (m *MockPlugin_ImportClient) Send(arg0 *idpplugin.ImportRequest) error
Send mocks base method.
func (*MockPlugin_ImportClient) SendMsg ¶
func (m *MockPlugin_ImportClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockPlugin_ImportClient) Trailer ¶
func (m *MockPlugin_ImportClient) Trailer() metadata.MD
Trailer mocks base method.
type MockPlugin_ImportClientMockRecorder ¶
type MockPlugin_ImportClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPlugin_ImportClientMockRecorder is the mock recorder for MockPlugin_ImportClient.
func (*MockPlugin_ImportClientMockRecorder) CloseSend ¶
func (mr *MockPlugin_ImportClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockPlugin_ImportClientMockRecorder) Context ¶
func (mr *MockPlugin_ImportClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockPlugin_ImportClientMockRecorder) Header ¶
func (mr *MockPlugin_ImportClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockPlugin_ImportClientMockRecorder) Recv ¶
func (mr *MockPlugin_ImportClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockPlugin_ImportClientMockRecorder) RecvMsg ¶
func (mr *MockPlugin_ImportClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockPlugin_ImportClientMockRecorder) Send ¶
func (mr *MockPlugin_ImportClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockPlugin_ImportClientMockRecorder) SendMsg ¶
func (mr *MockPlugin_ImportClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockPlugin_ImportClientMockRecorder) Trailer ¶
func (mr *MockPlugin_ImportClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockProvider ¶
type MockProvider struct {
// contains filtered or unexported fields
}
MockProvider is a mock of Provider interface.
func NewMockProvider ¶
func NewMockProvider(ctrl *gomock.Controller) *MockProvider
NewMockProvider creates a new mock instance.
func (*MockProvider) EXPECT ¶
func (m *MockProvider) EXPECT() *MockProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProvider) PluginClient ¶
func (m *MockProvider) PluginClient() (grpcplugin.PluginClient, error)
PluginClient mocks base method.
type MockProviderMockRecorder ¶
type MockProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockProviderMockRecorder is the mock recorder for MockProvider.
func (*MockProviderMockRecorder) GetName ¶
func (mr *MockProviderMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MockProviderMockRecorder) GetPath ¶
func (mr *MockProviderMockRecorder) GetPath() *gomock.Call
GetPath indicates an expected call of GetPath.
func (*MockProviderMockRecorder) Kill ¶
func (mr *MockProviderMockRecorder) Kill() *gomock.Call
Kill indicates an expected call of Kill.
func (*MockProviderMockRecorder) PluginClient ¶
func (mr *MockProviderMockRecorder) PluginClient() *gomock.Call
PluginClient indicates an expected call of PluginClient.
type MockRetriever ¶
type MockRetriever struct {
// contains filtered or unexported fields
}
MockRetriever is a mock of Retriever interface.
func NewMockRetriever ¶
func NewMockRetriever(ctrl *gomock.Controller) *MockRetriever
NewMockRetriever creates a new mock instance.
func (*MockRetriever) Disconnect ¶
func (m *MockRetriever) Disconnect()
Disconnect mocks base method.
func (*MockRetriever) Download ¶
func (m *MockRetriever) Download(arg0, arg1 string) error
Download mocks base method.
func (*MockRetriever) EXPECT ¶
func (m *MockRetriever) EXPECT() *MockRetrieverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRetriever) List ¶
func (m *MockRetriever) List() ([]string, error)
List mocks base method.
type MockRetrieverMockRecorder ¶
type MockRetrieverMockRecorder struct {
// contains filtered or unexported fields
}
MockRetrieverMockRecorder is the mock recorder for MockRetriever.
func (*MockRetrieverMockRecorder) Connect ¶
func (mr *MockRetrieverMockRecorder) Connect() *gomock.Call
Connect indicates an expected call of Connect.
func (*MockRetrieverMockRecorder) Disconnect ¶
func (mr *MockRetrieverMockRecorder) Disconnect() *gomock.Call
Disconnect indicates an expected call of Disconnect.
func (*MockRetrieverMockRecorder) Download ¶
func (mr *MockRetrieverMockRecorder) Download(arg0, arg1 interface{}) *gomock.Call
Download indicates an expected call of Download.
func (*MockRetrieverMockRecorder) List ¶
func (mr *MockRetrieverMockRecorder) List() *gomock.Call
List indicates an expected call of List.