package
0.7.5
Repository: https://github.com/neticdk-k8s/ic.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewAuthentication creates a new authentication.
NewAuthenticator creates a new Authenticator.
NewMockAuthentication creates a new instance of MockAuthentication.
NewMockAuthenticator creates a new instance of MockAuthenticator.

# Structs

AuthenticateInput is the input given to Authenticate.
AuthenticateLogoutInput is the input given to Logout.
AuthOptions is authentication options used by Authenticate.
AuthResult is the result of an authentication.
LoginInput is the input given to Login.
LogoutInput is the input given to Logout.
MockAuthentication is an autogenerated mock type for the Authentication type.
MockAuthentication_Authenticate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Authenticate'.
No description provided by the author
MockAuthentication_Logout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Logout'.
MockAuthentication_SetLogger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetLogger'.
MockAuthenticator is an autogenerated mock type for the Authenticator type.
No description provided by the author
MockAuthenticator_Login_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Login'.
MockAuthenticator_Logout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Logout'.
MockAuthenticator_SetLogger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetLogger'.

# Interfaces

No description provided by the author
Authenticator represents an Authenticator.