Documentation ¶
Overview ¶
Package containereventservermock is a generated GoMock package.
Index ¶
- type MockRuntimeService_GetContainerEventsServer
- func (m *MockRuntimeService_GetContainerEventsServer) Context() context.Context
- func (m *MockRuntimeService_GetContainerEventsServer) EXPECT() *MockRuntimeService_GetContainerEventsServerMockRecorder
- func (m *MockRuntimeService_GetContainerEventsServer) RecvMsg(arg0 interface{}) error
- func (m *MockRuntimeService_GetContainerEventsServer) Send(arg0 *v1.ContainerEventResponse) error
- func (m *MockRuntimeService_GetContainerEventsServer) SendHeader(arg0 metadata.MD) error
- func (m *MockRuntimeService_GetContainerEventsServer) SendMsg(arg0 interface{}) error
- func (m *MockRuntimeService_GetContainerEventsServer) SetHeader(arg0 metadata.MD) error
- func (m *MockRuntimeService_GetContainerEventsServer) SetTrailer(arg0 metadata.MD)
- type MockRuntimeService_GetContainerEventsServerMockRecorder
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) Context() *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRuntimeService_GetContainerEventsServer ¶
type MockRuntimeService_GetContainerEventsServer struct {
// contains filtered or unexported fields
}
MockRuntimeService_GetContainerEventsServer is a mock of RuntimeService_GetContainerEventsServer interface.
func NewMockRuntimeService_GetContainerEventsServer ¶
func NewMockRuntimeService_GetContainerEventsServer(ctrl *gomock.Controller) *MockRuntimeService_GetContainerEventsServer
NewMockRuntimeService_GetContainerEventsServer creates a new mock instance.
func (*MockRuntimeService_GetContainerEventsServer) Context ¶
func (m *MockRuntimeService_GetContainerEventsServer) Context() context.Context
Context mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) EXPECT ¶
func (m *MockRuntimeService_GetContainerEventsServer) EXPECT() *MockRuntimeService_GetContainerEventsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeService_GetContainerEventsServer) RecvMsg ¶
func (m *MockRuntimeService_GetContainerEventsServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) Send ¶
func (m *MockRuntimeService_GetContainerEventsServer) Send(arg0 *v1.ContainerEventResponse) error
Send mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) SendHeader ¶
func (m *MockRuntimeService_GetContainerEventsServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) SendMsg ¶
func (m *MockRuntimeService_GetContainerEventsServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) SetHeader ¶
func (m *MockRuntimeService_GetContainerEventsServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockRuntimeService_GetContainerEventsServer) SetTrailer ¶
func (m *MockRuntimeService_GetContainerEventsServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockRuntimeService_GetContainerEventsServerMockRecorder ¶
type MockRuntimeService_GetContainerEventsServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeService_GetContainerEventsServerMockRecorder is the mock recorder for MockRuntimeService_GetContainerEventsServer.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) Context ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) RecvMsg ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) Send ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) SendHeader ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) SendMsg ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) SetHeader ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockRuntimeService_GetContainerEventsServerMockRecorder) SetTrailer ¶
func (mr *MockRuntimeService_GetContainerEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.