binding

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TemplateMergeFunc = `` /* 349-byte string literal not displayed */

	TemplateMatchFuncFull = `` /* 156-byte string literal not displayed */

	TemplateMergeLinkInclude       = "MERGE (%s)-[:INCLUDE]->(%s)"
	TemplateMergeLinkFuncReference = "WITH func%d, func%d MERGE (%s)-[:FUNC_REFERENCE]->(%s)"
)

indexes and constraint (neo4j 5.x avoid some conflicts

Variables

This section is empty.

Functions

func ToRevKey added in v0.9.0

func ToRevKey(revHash string) *revKey

func WorkspaceConfigFromKey

func WorkspaceConfigFromKey(key string) (*object.WorkspaceConfig, error)

Types

type Driver

type Driver interface {
	// contains filtered or unexported methods
}

func InitDriver

func InitDriver(config object.ExecuteConfig, ctx context.Context) (Driver, error)

func NewNeo4jDriver

func NewNeo4jDriver(dwc neo4j.DriverWithContext) (Driver, error)

type Rule added in v0.11.0

type Rule = map[string]string

Rule

Rule is a query structure implemented with regex and gjson syntax. - key: gjson path syntax - value: regex

Jump to

Keyboard shortcuts

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