Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRejector
- func (fake *FakeRejector) Forbidden(arg1 http.ResponseWriter, arg2 *http.Request)
- func (fake *FakeRejector) ForbiddenArgsForCall(i int) (http.ResponseWriter, *http.Request)
- func (fake *FakeRejector) ForbiddenCallCount() int
- func (fake *FakeRejector) Invocations() map[string][][]interface{}
- func (fake *FakeRejector) Unauthorized(arg1 http.ResponseWriter, arg2 *http.Request)
- func (fake *FakeRejector) UnauthorizedArgsForCall(i int) (http.ResponseWriter, *http.Request)
- func (fake *FakeRejector) UnauthorizedCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRejector ¶
type FakeRejector struct { ForbiddenStub func(http.ResponseWriter, *http.Request) // contains filtered or unexported fields }
func (*FakeRejector) Forbidden ¶
func (fake *FakeRejector) Forbidden(arg1 http.ResponseWriter, arg2 *http.Request)
func (*FakeRejector) ForbiddenArgsForCall ¶
func (fake *FakeRejector) ForbiddenArgsForCall(i int) (http.ResponseWriter, *http.Request)
func (*FakeRejector) ForbiddenCallCount ¶
func (fake *FakeRejector) ForbiddenCallCount() int
func (*FakeRejector) Invocations ¶
func (fake *FakeRejector) Invocations() map[string][][]interface{}
func (*FakeRejector) Unauthorized ¶
func (fake *FakeRejector) Unauthorized(arg1 http.ResponseWriter, arg2 *http.Request)
func (*FakeRejector) UnauthorizedArgsForCall ¶
func (fake *FakeRejector) UnauthorizedArgsForCall(i int) (http.ResponseWriter, *http.Request)
func (*FakeRejector) UnauthorizedCallCount ¶
func (fake *FakeRejector) UnauthorizedCallCount() int
Click to show internal directories.
Click to hide internal directories.