Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureLastUsedLister ¶
type FeatureLastUsedLister interface { ListFeatureLastUsedInfo( ctx context.Context, pageSize int, cursor, environmentNamespace string, filters ...*storage.Filter, ) ([]*proto.FeatureLastUsedInfo, string, error) }
func NewFeatureLastUsedInfoLister ¶
func NewFeatureLastUsedInfoLister(client storage.Querier) FeatureLastUsedLister
type FeatureLastUsedStorage ¶
type FeatureLastUsedStorage interface { GetFeatureLastUsedInfos( ctx context.Context, ids []string, environmentNamespace string, ) ([]*domain.FeatureLastUsedInfo, error) UpsertFeatureLastUsedInfos( ctx context.Context, featureLastUsedInfos []*domain.FeatureLastUsedInfo, environmentNamespace string, ) error }
func NewFeatureLastUsedInfoStorage ¶
func NewFeatureLastUsedInfoStorage(client storage.GetPutter) FeatureLastUsedStorage
Click to show internal directories.
Click to hide internal directories.