Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPlugin ¶
type MockPlugin struct {
// contains filtered or unexported fields
}
Mock of Plugin interface
func NewMockPlugin ¶
func NewMockPlugin(ctrl *gomock.Controller) *MockPlugin
func (*MockPlugin) EXPECT ¶
func (_m *MockPlugin) EXPECT() *_MockPluginRecorder
func (*MockPlugin) Goodbye ¶
func (_m *MockPlugin) Goodbye() error
func (*MockPlugin) Handshake ¶
func (_m *MockPlugin) Handshake(_param0 *api.HandshakeRequest) (*api.HandshakeResponse, error)
type MockServiceGenerator ¶
type MockServiceGenerator struct {
// contains filtered or unexported fields
}
Mock of ServiceGenerator interface
func NewMockServiceGenerator ¶
func NewMockServiceGenerator(ctrl *gomock.Controller) *MockServiceGenerator
func (*MockServiceGenerator) EXPECT ¶
func (_m *MockServiceGenerator) EXPECT() *_MockServiceGeneratorRecorder
func (*MockServiceGenerator) Generate ¶
func (_m *MockServiceGenerator) Generate(_param0 *api.GenerateServiceRequest) (*api.GenerateServiceResponse, error)
Click to show internal directories.
Click to hide internal directories.