# README
relationshipfix
import "github.com/coralproject/shelf/internal/wire/relationship/relationshipfix"
Overview
Index
- func Add(context interface{}, db *db.DB, rels []relationship.Relationship) error
- func Get() ([]relationship.Relationship, error)
- func Remove(context interface{}, db *db.DB, pattern string) error
Package files
func Add
func Add(context interface{}, db *db.DB, rels []relationship.Relationship) error
Add inserts relationships for testing.
func Get
func Get() ([]relationship.Relationship, error)
Get loads relationship data based on relationships.json.
func Remove
func Remove(context interface{}, db *db.DB, pattern string) error
Remove removes relationships in Mongo that match a given pattern.
Generated by godoc2md