repository

package
v0.0.0-...-af7f365 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dbs

type Dbs struct {
	Neo4jDriver *neo4j.DriverWithContext
}

type Neo4jRepository

type Neo4jRepository interface {
	ExecuteIntegrityCheckerQuery(ctx context.Context, name, query string) (int64, error)
}

func NewNeo4jRepository

func NewNeo4jRepository(driver *neo4j.DriverWithContext) Neo4jRepository

type Repositories

type Repositories struct {
	Dbs             Dbs
	Neo4jRepository Neo4jRepository
}

func InitRepositories

func InitRepositories(driver *neo4j.DriverWithContext) *Repositories

Jump to

Keyboard shortcuts

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