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