Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type IdentityInspector
- func (fake *IdentityInspector) Invocations() map[string][][]interface{}
- func (fake *IdentityInspector) WhoAmI(arg1 context.Context, arg2 string) (authorization.Identity, error)
- func (fake *IdentityInspector) WhoAmIArgsForCall(i int) (context.Context, string)
- func (fake *IdentityInspector) WhoAmICallCount() int
- func (fake *IdentityInspector) WhoAmICalls(stub func(context.Context, string) (authorization.Identity, error))
- func (fake *IdentityInspector) WhoAmIReturns(result1 authorization.Identity, result2 error)
- func (fake *IdentityInspector) WhoAmIReturnsOnCall(i int, result1 authorization.Identity, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityInspector ¶
type IdentityInspector struct { WhoAmIStub func(context.Context, string) (authorization.Identity, error) // contains filtered or unexported fields }
func (*IdentityInspector) Invocations ¶
func (fake *IdentityInspector) Invocations() map[string][][]interface{}
func (*IdentityInspector) WhoAmI ¶
func (fake *IdentityInspector) WhoAmI(arg1 context.Context, arg2 string) (authorization.Identity, error)
func (*IdentityInspector) WhoAmIArgsForCall ¶
func (fake *IdentityInspector) WhoAmIArgsForCall(i int) (context.Context, string)
func (*IdentityInspector) WhoAmICallCount ¶
func (fake *IdentityInspector) WhoAmICallCount() int
func (*IdentityInspector) WhoAmICalls ¶
func (fake *IdentityInspector) WhoAmICalls(stub func(context.Context, string) (authorization.Identity, error))
func (*IdentityInspector) WhoAmIReturns ¶
func (fake *IdentityInspector) WhoAmIReturns(result1 authorization.Identity, result2 error)
func (*IdentityInspector) WhoAmIReturnsOnCall ¶
func (fake *IdentityInspector) WhoAmIReturnsOnCall(i int, result1 authorization.Identity, result2 error)
Click to show internal directories.
Click to hide internal directories.