import "github.com/coralproject/shelf/internal/ask/form/formfix"
func Add
func Add(context interface{}, db *db.DB, fms []form.Form) error
Add inserts forms for testing.
func Get
func Get(fixture string) ([]form.Form, error)
Get loads form data based on forms.json.
func Remove
func Remove(context interface{}, db *db.DB, pattern string) error
Remove removes forms in Mongo that match a given pattern.
Generated by godoc2md