Documentation ¶
Overview ¶
Package checkincache contains an on-disk cache for check-in responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFeatureFlag ¶
func GetFeatureFlag(kvStore model.KeyValueStore, name string) bool
GetFeatureFlag returns the value of a check-in feature flag. In case of any error this function will always return a false value.
func Store ¶
func Store(kvStore model.KeyValueStore, resp *model.OOAPICheckInResult) error
Store stores the result of the latest check-in in the given key-value store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.