Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureKafka ¶
type FeatureKafka struct {
Enabled bool `json:"enabled"`
}
func (FeatureKafka) ID ¶
func (f FeatureKafka) ID() ident.Ident
func (FeatureKafka) IsNode ¶
func (f FeatureKafka) IsNode()
type FeatureOpenSearch ¶
type FeatureOpenSearch struct {
Enabled bool `json:"enabled"`
}
func (FeatureOpenSearch) ID ¶
func (f FeatureOpenSearch) ID() ident.Ident
func (FeatureOpenSearch) IsNode ¶
func (f FeatureOpenSearch) IsNode()
type FeatureRedis ¶
type FeatureRedis struct {
Enabled bool `json:"enabled"`
}
func (FeatureRedis) ID ¶
func (f FeatureRedis) ID() ident.Ident
func (FeatureRedis) IsNode ¶
func (f FeatureRedis) IsNode()
type FeatureUnleash ¶
type FeatureUnleash struct {
Enabled bool `json:"enabled"`
}
func (FeatureUnleash) ID ¶
func (f FeatureUnleash) ID() ident.Ident
func (FeatureUnleash) IsNode ¶
func (f FeatureUnleash) IsNode()
type Features ¶
type Features struct { Unleash FeatureUnleash `json:"unleash"` Redis FeatureRedis `json:"redis"` Kafka FeatureKafka `json:"kafka"` OpenSearch FeatureOpenSearch `json:"openSearch"` }
Click to show internal directories.
Click to hide internal directories.