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

# README

mfix

import "github.com/coralproject/shelf/internal/xenia/mask/mfix"

Overview

Index

Package files

mfix.go

func Add

func Add(db *db.DB, msk mask.Mask) error

Add inserts a mask for testing.

func Get

func Get(fileName string) ([]mask.Mask, error)

Get retrieves a slice of mask documents from the filesystem for testing.

func Remove

func Remove(db *db.DB, collection string) error

Remove is used to clear out all the test masks from the collection.


Generated by godoc2md

# Functions

Add inserts a mask for testing.
Get retrieves a slice of mask documents from the filesystem for testing.
Remove is used to clear out all the test masks from the collection.