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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

xenia

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

Overview

Package xenia provides support for executing Sets and their different types of commands.

Index

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