Documentation ¶
Overview ¶
Package mock_provider is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLdapDialer ¶
type MockLdapDialer struct {
// contains filtered or unexported fields
}
MockLdapDialer is a mock of LdapDialer interface.
func NewMockLdapDialer ¶
func NewMockLdapDialer(ctrl *gomock.Controller) *MockLdapDialer
NewMockLdapDialer creates a new mock instance.
func (*MockLdapDialer) DialURL ¶
func (m *MockLdapDialer) DialURL(arg0 security.LdapConfig) (ldap.Client, error)
DialURL mocks base method.
func (*MockLdapDialer) EXPECT ¶
func (m *MockLdapDialer) EXPECT() *MockLdapDialerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLdapDialerMockRecorder ¶
type MockLdapDialerMockRecorder struct {
// contains filtered or unexported fields
}
MockLdapDialerMockRecorder is the mock recorder for MockLdapDialer.
func (*MockLdapDialerMockRecorder) DialURL ¶
func (mr *MockLdapDialerMockRecorder) DialURL(arg0 interface{}) *gomock.Call
DialURL indicates an expected call of DialURL.
Click to show internal directories.
Click to hide internal directories.