Versions in this module Expand all Collapse all v2 v2.5.0 Apr 12, 2019 v2.4.0 Dec 25, 2018 Changes in this version + type TriggerIndex struct + func CreateTriggerIndex(mapping mapping.IndexMapping) (*TriggerIndex, error) + func (index *TriggerIndex) Delete(triggerIDs []string) error + func (index *TriggerIndex) GetCount() (int64, error) + func (index *TriggerIndex) Search(filterTags []string, searchString string, onlyErrors bool, page int64, ...) (triggerIDs []string, total int64, err error) + func (index *TriggerIndex) Write(checks []*moira.TriggerCheck) error