package
0.4.3
Repository: https://github.com/sub-mod/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Interfaces

Request attempts to extract authentication information from a request and returns information about the current user and true if successful, false if not successful, or an error if the token could not be checked.
Token checks a string value against a backing authentication store and returns information about the current user and true if successful, false if not successful, or an error if the token could not be checked.

# Type aliases

RequestFunc is a function that implements the Request interface.
TokenFunc is a function that implements the Token interface.