orchestrator

package
v0.0.0-...-ea80a81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleOrchestrator

func HandleOrchestrator(db *sql.DB)

func Orchestrator

func Orchestrator(db *sql.DB) http.HandlerFunc

func SplitExp

func SplitExp(expression []string) [][]string

Types

type ExpressionStruct

type ExpressionStruct struct {
	Expression string `json:"expression"`
	ID         int    `json:"id"`
	UserID     int    `json:"userid"`
}

type SimpleExpressions

type SimpleExpressions struct {
	ID       int    `json:"id"`
	MainID   int    `json:"mainid"`
	Variable string `json:"variable"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL