//
pkg.gl
Category
github.com/couchbase/cbauth
utils
package
0.1.13
Repository:
https://github.com/couchbase/cbauth.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
4
Files
448 SLOC
#
Functions
MakeUserAgent
No description provided by the author
NewCache
NewCache creates new Cache.
#
Structs
Cache
Cache implements simple cache optimized for concurrent reads.
Map
Map is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines without additional locking or coordination.