Documentation ¶
Overview ¶
Package mock_registrysvc is a generated GoMock package.
Index ¶
Constants ¶
View Source
const (
ResponseVerifier = "ResponseVerifier"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockRegistrySVC ¶
type MockRegistrySVC struct {
// contains filtered or unexported fields
}
MockRegistrySVC is a mock of RegistrySVC interface
func NewMockRegistrySVC ¶
func NewMockRegistrySVC(ctrl *gomock.Controller) *MockRegistrySVC
NewMockRegistrySVC creates a new mock instance
func (*MockRegistrySVC) EXPECT ¶
func (m *MockRegistrySVC) EXPECT() *MockRegistrySVCMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegistrySVC) GetRegistration ¶
func (m *MockRegistrySVC) GetRegistration(jobID uint64) (*Registration, error)
GetRegistration mocks base method
type MockRegistrySVCMockRecorder ¶
type MockRegistrySVCMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrySVCMockRecorder is the mock recorder for MockRegistrySVC
func (*MockRegistrySVCMockRecorder) GetRegistration ¶
func (mr *MockRegistrySVCMockRecorder) GetRegistration(jobID interface{}) *gomock.Call
GetRegistration indicates an expected call of GetRegistration
type Registration ¶
type RegistrySVC ¶
type RegistrySVC interface {
GetRegistration(jobID uint64) (*Registration, error)
}
Click to show internal directories.
Click to hide internal directories.