Versions in this module Expand all Collapse all v1 v1.5.0 Apr 2, 2026 Changes in this version + func SafetyCheck(content string) []string + type FilterEntry struct + Author string + Content string + CreatedAt time.Time + Description string + Downloads int + ID string + Name string + Rating float64 + Tags []string + UpdatedAt time.Time + Version string + type FilterRegistry struct + func NewFilterRegistry() *FilterRegistry + func (r *FilterRegistry) Export() ([]byte, error) + func (r *FilterRegistry) GetLocal() map[string]*FilterEntry + func (r *FilterRegistry) Install(id string) (*FilterEntry, error) + func (r *FilterRegistry) List() []*FilterEntry + func (r *FilterRegistry) Publish(filter *FilterEntry) error + func (r *FilterRegistry) Search(query string) []*FilterEntry