Documentation ¶
Overview ¶
Package aggregate implements a read-only aggregator for config stores.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCache ¶
func MakeCache(caches []model.ConfigStoreController) (model.ConfigStoreController, error)
MakeCache creates an aggregate config store cache from several config store caches.
func MakeWriteableCache ¶
func MakeWriteableCache(caches []model.ConfigStoreController, writer model.ConfigStore) (model.ConfigStoreController, error)
MakeWriteableCache creates an aggregate config store cache from several config store caches. An additional `writer` config store is passed, which may or may not be part of `caches`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.