Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CacheAdapter ¶
type CacheAdapter interface {
StoreData(ctx context.Context, backends []*model.MetaBackend, query interface{}) error
FetchData(ctx context.Context, query interface{}) ([]*model.MetaBackend, error)
}
var Cacheadapter CacheAdapter
Click to show internal directories.
Click to hide internal directories.