Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBuildInfoService ¶
type MockBuildInfoService struct {
// contains filtered or unexported fields
}
MockBuildInfoService is a mock of BuildInfoService interface.
func NewMockBuildInfoService ¶
func NewMockBuildInfoService(ctrl *gomock.Controller) *MockBuildInfoService
NewMockBuildInfoService creates a new mock instance.
func (*MockBuildInfoService) EXPECT ¶
func (m *MockBuildInfoService) EXPECT() *MockBuildInfoServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBuildInfoService) GetBuildInfo ¶
func (m *MockBuildInfoService) GetBuildInfo() (*debug.BuildInfo, bool)
GetBuildInfo mocks base method.
type MockBuildInfoServiceMockRecorder ¶
type MockBuildInfoServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockBuildInfoServiceMockRecorder is the mock recorder for MockBuildInfoService.
func (*MockBuildInfoServiceMockRecorder) GetBuildInfo ¶
func (mr *MockBuildInfoServiceMockRecorder) GetBuildInfo() *gomock.Call
GetBuildInfo indicates an expected call of GetBuildInfo.
type MockInfoService ¶
type MockInfoService struct {
// contains filtered or unexported fields
}
MockInfoService is a mock of InfoService interface.
func NewMockInfoService ¶
func NewMockInfoService(ctrl *gomock.Controller) *MockInfoService
NewMockInfoService creates a new mock instance.
func (*MockInfoService) EXPECT ¶
func (m *MockInfoService) EXPECT() *MockInfoServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInfoService) GetVersion ¶
func (m *MockInfoService) GetVersion() string
GetVersion mocks base method.
type MockInfoServiceMockRecorder ¶
type MockInfoServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockInfoServiceMockRecorder is the mock recorder for MockInfoService.
func (*MockInfoServiceMockRecorder) GetVersion ¶
func (mr *MockInfoServiceMockRecorder) GetVersion() *gomock.Call
GetVersion indicates an expected call of GetVersion.