Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
Entities *EntityCache
Features *FeatureCache
Groups *GroupCache
}
func NewCache ¶
func NewCache( entities types.EntityList, features types.FeatureList, groups types.GroupList) *Cache
type EntityCache ¶
type EntityCache struct {
types.EntityList
}
type FeatureCache ¶
type FeatureCache struct {
types.FeatureList
}
func (*FeatureCache) Enrich ¶
func (c *FeatureCache) Enrich(groupCache *GroupCache)
func (*FeatureCache) List ¶
func (c *FeatureCache) List(opt metadata.ListFeatureOpt) types.FeatureList
type GroupCache ¶
func (*GroupCache) Enrich ¶
func (c *GroupCache) Enrich(entityCache *EntityCache)
type Informer ¶
type Informer struct {
// contains filtered or unexported fields
}
func (*Informer) CacheListFeature ¶ added in v0.0.4
func (f *Informer) CacheListFeature(ctx context.Context, opt metadata.ListFeatureOpt) types.FeatureList
Click to show internal directories.
Click to hide internal directories.