Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockApp
- type MockAppMockRecorder
- func (mr *MockAppMockRecorder) FileServerPort() *gomock.Call
- func (mr *MockAppMockRecorder) Generate() *gomock.Call
- func (mr *MockAppMockRecorder) GeneratedPath() *gomock.Call
- func (mr *MockAppMockRecorder) Host() *gomock.Call
- func (mr *MockAppMockRecorder) RunFileServer() *gomock.Call
- func (mr *MockAppMockRecorder) ServerPort() *gomock.Call
- type MockSetter
- type MockSetterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApp ¶
type MockApp struct {
// contains filtered or unexported fields
}
MockApp is a mock of App interface
func NewMockApp ¶
func NewMockApp(ctrl *gomock.Controller) *MockApp
NewMockApp creates a new mock instance
func (*MockApp) EXPECT ¶
func (m *MockApp) EXPECT() *MockAppMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockApp) FileServerPort ¶
FileServerPort mocks base method
func (*MockApp) GeneratedPath ¶
GeneratedPath mocks base method
func (*MockApp) RunFileServer ¶
RunFileServer mocks base method
type MockAppMockRecorder ¶
type MockAppMockRecorder struct {
// contains filtered or unexported fields
}
MockAppMockRecorder is the mock recorder for MockApp
func (*MockAppMockRecorder) FileServerPort ¶
func (mr *MockAppMockRecorder) FileServerPort() *gomock.Call
FileServerPort indicates an expected call of FileServerPort
func (*MockAppMockRecorder) Generate ¶
func (mr *MockAppMockRecorder) Generate() *gomock.Call
Generate indicates an expected call of Generate
func (*MockAppMockRecorder) GeneratedPath ¶
func (mr *MockAppMockRecorder) GeneratedPath() *gomock.Call
GeneratedPath indicates an expected call of GeneratedPath
func (*MockAppMockRecorder) Host ¶
func (mr *MockAppMockRecorder) Host() *gomock.Call
Host indicates an expected call of Host
func (*MockAppMockRecorder) RunFileServer ¶
func (mr *MockAppMockRecorder) RunFileServer() *gomock.Call
RunFileServer indicates an expected call of RunFileServer
func (*MockAppMockRecorder) ServerPort ¶
func (mr *MockAppMockRecorder) ServerPort() *gomock.Call
ServerPort indicates an expected call of ServerPort
type MockSetter ¶
type MockSetter struct {
// contains filtered or unexported fields
}
MockSetter is a mock of Setter interface
func NewMockSetter ¶
func NewMockSetter(ctrl *gomock.Controller) *MockSetter
NewMockSetter creates a new mock instance
func (*MockSetter) EXPECT ¶
func (m *MockSetter) EXPECT() *MockSetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSetter) GeneratedAssetsPath ¶
func (m *MockSetter) GeneratedAssetsPath() string
GeneratedAssetsPath mocks base method
type MockSetterMockRecorder ¶
type MockSetterMockRecorder struct {
// contains filtered or unexported fields
}
MockSetterMockRecorder is the mock recorder for MockSetter
func (*MockSetterMockRecorder) AssetsURL ¶
func (mr *MockSetterMockRecorder) AssetsURL() *gomock.Call
AssetsURL indicates an expected call of AssetsURL
func (*MockSetterMockRecorder) GeneratedAssetsPath ¶
func (mr *MockSetterMockRecorder) GeneratedAssetsPath() *gomock.Call
GeneratedAssetsPath indicates an expected call of GeneratedAssetsPath
func (*MockSetterMockRecorder) SetRoutes ¶
func (mr *MockSetterMockRecorder) SetRoutes(arg0, arg1 interface{}) *gomock.Call
SetRoutes indicates an expected call of SetRoutes