Documentation ¶
Overview ¶
Package redactmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRedact ¶
type MockRedact struct {
// contains filtered or unexported fields
}
MockRedact is a mock of Redact interface
func NewMockRedact ¶
func NewMockRedact(ctrl *gomock.Controller) *MockRedact
NewMockRedact creates a new mock instance
func (*MockRedact) EXPECT ¶
func (m *MockRedact) EXPECT() *MockRedactMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRedact) RedactJSON ¶
func (m *MockRedact) RedactJSON() http.Handler
RedactJSON mocks base method
type MockRedactMockRecorder ¶
type MockRedactMockRecorder struct {
// contains filtered or unexported fields
}
MockRedactMockRecorder is the mock recorder for MockRedact
func (*MockRedactMockRecorder) RedactJSON ¶
func (mr *MockRedactMockRecorder) RedactJSON() *gomock.Call
RedactJSON indicates an expected call of RedactJSON
Click to show internal directories.
Click to hide internal directories.