Documentation
¶
Overview ¶
Package mockhttp is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfig ¶
type MockConfig struct {
// contains filtered or unexported fields
}
MockConfig is a mock of Config interface.
func NewMockConfig ¶
func NewMockConfig(ctrl *gomock.Controller) *MockConfig
NewMockConfig creates a new mock instance.
func (*MockConfig) EXPECT ¶
func (m *MockConfig) EXPECT() *MockConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConfigMockRecorder ¶
type MockConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigMockRecorder is the mock recorder for MockConfig.
func (*MockConfigMockRecorder) Addr ¶
func (mr *MockConfigMockRecorder) Addr() *gomock.Call
Addr indicates an expected call of Addr.
func (*MockConfigMockRecorder) CACert ¶
func (mr *MockConfigMockRecorder) CACert() *gomock.Call
CACert indicates an expected call of CACert.
func (*MockConfigMockRecorder) Cert ¶
func (mr *MockConfigMockRecorder) Cert() *gomock.Call
Cert indicates an expected call of Cert.
func (*MockConfigMockRecorder) Key ¶
func (mr *MockConfigMockRecorder) Key() *gomock.Call
Key indicates an expected call of Key.
Click to show internal directories.
Click to hide internal directories.