Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAuditor
- func (fake *FakeAuditor) Audit(arg1 string, arg2 string, arg3 *http.Request)
- func (fake *FakeAuditor) AuditArgsForCall(i int) (string, string, *http.Request)
- func (fake *FakeAuditor) AuditCallCount() int
- func (fake *FakeAuditor) AuditCalls(stub func(string, string, *http.Request))
- func (fake *FakeAuditor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAuditor ¶
type FakeAuditor struct { AuditStub func(string, string, *http.Request) // contains filtered or unexported fields }
func (*FakeAuditor) Audit ¶
func (fake *FakeAuditor) Audit(arg1 string, arg2 string, arg3 *http.Request)
func (*FakeAuditor) AuditArgsForCall ¶
func (*FakeAuditor) AuditCallCount ¶
func (fake *FakeAuditor) AuditCallCount() int
func (*FakeAuditor) AuditCalls ¶
func (fake *FakeAuditor) AuditCalls(stub func(string, string, *http.Request))
func (*FakeAuditor) Invocations ¶
func (fake *FakeAuditor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.