yamler

package
v0.0.0-...-1e768cf Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArgsToQueryNeo4jBrowser

func ArgsToQueryNeo4jBrowser(args map[string]interface{}) (argsOutput string)

func PrepareQuery

func PrepareQuery(config *Conf) (query string, arguments map[string]interface{})

Types

type Conf

type Conf struct {
	Description string                   `yaml:"description,omitempty"`
	Name        string                   `yaml:"name"`
	Services    []string                 `yaml:"services,omitempty"`
	Properties  []map[string]interface{} `yaml:"properties,omitempty"`
	Return      []string                 `yaml:"return"`
	Enabled     bool                     `yaml:"enabled"`
	Find        Find                     `yaml:"find,omitempty"`
}

func GetConf

func GetConf(file string) (c *Conf)

type Find

type Find struct {
	Who    []string
	To     []string
	With   []string            `yaml:"with,omitempty"`
	Target []map[string]string `yaml:"target,omitempty"`
}

Jump to

Keyboard shortcuts

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