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 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
func NewInMemoryDriver ¶
func NewNeo4jDriver ¶
func NewNeo4jDriver(dwc neo4j.DriverWithContext) (Driver, error)
type InMemoryStorage ¶
type InMemoryStorage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.