qfix
import "github.com/coralproject/shelf/internal/xenia/query/qfix"
Overview
Index
Package files
qfix.go
func Add(db *db.DB, set *query.Set) error
Add inserts a set for testing.
func Get(fileName string) (*query.Set, error)
Get retrieves a set document from the filesystem for testing.
func Remove(db *db.DB, pattern string) error
Remove is used to clear out all the test sets from the collection.
All test documents must start with QSTEST in their name.
Generated by godoc2md