Documentation
¶
Overview ¶
Package configuration is a generated GoMock package.
Package configuration is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration interface { GetConfigurationHandler(w http.ResponseWriter, r *http.Request) GetLatestVersionHandler(w http.ResponseWriter, r *http.Request) CreateNewVersionHandler(w http.ResponseWriter, r *http.Request) GetConfigurationVersionsHandler(w http.ResponseWriter, r *http.Request) GetDifferenceFromParentVersionHandler(w http.ResponseWriter, r *http.Request) }
func New ¶
func New(init interface{}) Configuration
type MockProcessor ¶
type MockProcessor struct {
// contains filtered or unexported fields
}
MockProcessor is a mock of Processor interface
func NewMockProcessor ¶
func NewMockProcessor(ctrl *gomock.Controller) *MockProcessor
NewMockProcessor creates a new mock instance
func (*MockProcessor) EXPECT ¶
func (m *MockProcessor) EXPECT() *MockProcessorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockProcessorMockRecorder ¶
type MockProcessorMockRecorder struct {
// contains filtered or unexported fields
}
MockProcessorMockRecorder is the mock recorder for MockProcessor
type MockRepository ¶
type MockRepository struct {
// contains filtered or unexported fields
}
MockRepository is a mock of Repository interface
func NewMockRepository ¶
func NewMockRepository(ctrl *gomock.Controller) *MockRepository
NewMockRepository creates a new mock instance
func (*MockRepository) EXPECT ¶
func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRepositoryMockRecorder ¶
type MockRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryMockRecorder is the mock recorder for MockRepository
type Repository ¶
type Repository interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.