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

# README

wirefix

import "github.com/coralproject/shelf/internal/wire/wirefix"

Overview

Index

Package files

wirefix.go

func Add

func Add(context interface{}, db *db.DB, items []item.Item, rels []relationship.Relationship, views []view.View, patterns []pattern.Pattern) error

Add inserts relationships, views, and patterns for testing.

func Get

func Get() ([]item.Item, []relationship.Relationship, []view.View, []pattern.Pattern, error)

Get loads relationship, view, and pattern data based on *.json files.

func Remove

func Remove(context interface{}, db *db.DB, prefix string) error

Remove removes relationships, views, and patterns in Mongo that match a given pattern.


Generated by godoc2md

# Functions

Add inserts relationships, views, and patterns for testing.
Get loads relationship, view, and pattern data based on *.json files.
Remove removes relationships, views, and patterns in Mongo that match a given pattern.