Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: serverservice.go
Generated by this command:
mockgen -source=serverservice.go -destination=mocks/serverservice.go ServerService
Package mock_inventory is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServerService ¶
type MockServerService struct {
// contains filtered or unexported fields
}
MockServerService is a mock of ServerService interface.
func NewMockServerService ¶
func NewMockServerService(ctrl *gomock.Controller) *MockServerService
NewMockServerService creates a new mock instance.
func (*MockServerService) EXPECT ¶
func (m *MockServerService) EXPECT() *MockServerServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServerService) Publish ¶
func (m *MockServerService) Publish(ctx context.Context, newFirmware *fleetdbapi.ComponentFirmwareVersion) error
Publish mocks base method.
type MockServerServiceMockRecorder ¶
type MockServerServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServerServiceMockRecorder is the mock recorder for MockServerService.
Click to show internal directories.
Click to hide internal directories.