package
0.4.8
Repository: https://github.com/coralproject/shelf.git
Documentation: pkg.go.dev

# README

rfix

import "github.com/coralproject/shelf/internal/xenia/regex/rfix"

Overview

Index

Package files

rfix.go

func Add

func Add(db *db.DB, rgx regex.Regex) error

Add inserts a regex for testing.

func Get

func Get(fileName string) (regex.Regex, error)

Get retrieves a regex document from the filesystem for testing.

func Remove

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

# Functions

Add inserts a regex for testing.
Get retrieves a regex document from the filesystem for testing.
Remove is used to clear out all the test regexs from the collection.