Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedElement = errors.New("element is malformed")
Functions ¶
func GetTagByOffset ¶
Types ¶
type EntityLocator ¶
type EntityLocator []TagLocator
func NewEntityLocator ¶
func NewEntityLocator(families []*databasev1.TagFamilySpec, entity *databasev1.Entity) EntityLocator
func (EntityLocator) Find ¶
func (e EntityLocator) Find(subject string, value []*modelv1.TagFamilyForWrite) (tsdb.Entity, error)
type IndexRuleLocator ¶
type IndexRuleLocator struct { Rule *databasev1.IndexRule TagIndices []TagLocator }
func ParseIndexRuleLocators ¶
func ParseIndexRuleLocators(families []*databasev1.TagFamilySpec, indexRules []*databasev1.IndexRule) (locators []*IndexRuleLocator)
type TagLocator ¶
Click to show internal directories.
Click to hide internal directories.