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

# 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

# Packages

Package mask provides the service layer for managing masks that need to be applied to results before they are returned.
Package query provides the service layer for building apps using query functionality.
Package regex provides the service layer for building apps using regex functionality.
No description provided by the author

# Functions

Exec executes the specified query set by name.
ProcessVariables walks the document performing variable substitutions.