Discover Packages
github.com/gardener/gardener-discovery-server
internal
store
openidmeta
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Data struct {
Config []byte
JWKS []byte
}
Data holds openid discovery metadata.
Reader lets the consumer read entries from Store .
Store is a thread safe in-memory store that can be used to
read and write openid discovery metadata. Mind that the store
does not perform any validation on the inputs.
NewStore returns a ready for use Store .
Delete removes an entry from the Store .
Len returns the number of entries in the Store .
Read retrieves an entry from the Store .
Write sets and entry to the Store .
If the entry exists it is overwritten.
Writer lets the consumer write entries to Store .
Source Files
¶
Click to show internal directories.
Click to hide internal directories.