func AllDataKinds() []ldstoretypes.DataKind
AllDataKinds returns all the supported data StoreDataKinds.
DataKindInternal is implemented along with DataKind to provide more efficient jsonstream-based deserialization for our built-in data kinds.
type DataKindInternal interface { ldstoretypes.DataKind DeserializeFromJSONReader(reader *jreader.Reader) (ldstoretypes.ItemDescriptor, error) }
Features is the global StoreDataKind instance for feature flags.
var Features DataKindInternal = featureFlagStoreDataKind{} //nolint:gochecknoglobals
Segments is the global StoreDataKind instance for segments.
var Segments DataKindInternal = segmentStoreDataKind{} //nolint:gochecknoglobals