Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServer ¶
type MockServer struct {
// contains filtered or unexported fields
}
Mock of Server interface
func NewMockServer ¶
func NewMockServer(ctrl *gomock.Controller) *MockServer
func (*MockServer) EXPECT ¶
func (_m *MockServer) EXPECT() *_MockServerRecorder
func (*MockServer) Stop ¶
func (_m *MockServer) Stop() error
type MockServerManager ¶
type MockServerManager struct {
// contains filtered or unexported fields
}
Mock of ServerManager interface
func NewMockServerManager ¶
func NewMockServerManager(ctrl *gomock.Controller) *MockServerManager
func (*MockServerManager) EXPECT ¶
func (_m *MockServerManager) EXPECT() *_MockServerManagerRecorder
Click to show internal directories.
Click to hide internal directories.