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
Click to show internal directories.
Click to hide internal directories.