neo4j

package
v0.0.0-...-e64b967 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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrganizationRepository

type OrganizationRepository interface {
	GetOrganization(ctx context.Context, tenant, id string) (*dbtype.Node, error)
}

func NewOrganizationRepository

func NewOrganizationRepository(driver *neo4j.DriverWithContext) OrganizationRepository

type TenantRepository

type TenantRepository interface {
	GetTenantDomain(ctx context.Context, tenant string) (string, error)
}

func NewTenantRepository

func NewTenantRepository(driver *neo4j.DriverWithContext) TenantRepository

Jump to

Keyboard shortcuts

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