package
2.7.0+incompatible
Repository: https://github.com/admpub/teleport.git
Documentation: pkg.go.dev
# Functions
NewCachingAuthClient creates a new instance of CachingAuthClient using a live connection to the auth server (ap).
NoCache is a no cache used for access point.
# Structs
CachingAuthClient implements auth.AccessPoint interface and remembers the previously returned upstream value for each API call.
Config is CachingAuthClient config.
# Type aliases
NewCachingAcessPoint returns new caching access point using access point policy.