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

# README

sfix

import "github.com/coralproject/shelf/internal/xenia/script/sfix"

Overview

Index

Package files

sfix.go

func Add

func Add(db *db.DB, scr script.Script) error

Add inserts a script for testing.

func Get

func Get(fileName string) (script.Script, error)

Get retrieves a set 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 sets from the collection. All test documents must start with STEST in their name.


Generated by godoc2md

# Functions

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