# README
xenia
import "github.com/coralproject/shelf/internal/xenia"
Overview
Package xenia provides support for executing Sets and their different types of commands.
Index
- func Exec(context interface{}, db *db.DB, set *query.Set, vars map[string]string) *query.Result
- func ProcessVariables(context interface{}, commands map[string]interface{}, vars map[string]string, results map[string]interface{}) error
Package files
masks.go params.go pipeline.go variables.go xenia.go
func Exec
func Exec(context interface{}, db *db.DB, set *query.Set, vars map[string]string) *query.Result
Exec executes the specified query set by name.
func ProcessVariables
func ProcessVariables(context interface{}, commands map[string]interface{}, vars map[string]string, results map[string]interface{}) error
ProcessVariables walks the document performing variable substitutions. This function is exported because it is accessed by the tstdata package.
Generated by godoc2md