Documentation ¶
Overview ¶
Package testmockauth is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKeychain ¶
type MockKeychain struct {
// contains filtered or unexported fields
}
MockKeychain is a mock of Keychain interface.
func NewMockKeychain ¶
func NewMockKeychain(ctrl *gomock.Controller) *MockKeychain
NewMockKeychain creates a new mock instance.
func (*MockKeychain) EXPECT ¶
func (m *MockKeychain) EXPECT() *MockKeychainMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKeychain) Resolve ¶
func (m *MockKeychain) Resolve(arg0 authn.Resource) (authn.Authenticator, error)
Resolve mocks base method.
type MockKeychainMockRecorder ¶
type MockKeychainMockRecorder struct {
// contains filtered or unexported fields
}
MockKeychainMockRecorder is the mock recorder for MockKeychain.
func (*MockKeychainMockRecorder) Resolve ¶
func (mr *MockKeychainMockRecorder) Resolve(arg0 interface{}) *gomock.Call
Resolve indicates an expected call of Resolve.
Click to show internal directories.
Click to hide internal directories.