reference

package
v0.0.0-...-4f702ff Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EntityIDRepository

type EntityIDRepository interface {
	AutoMigrate() error
	NextVal(entityTypeSysname string) (id uint, err error)
	LastVal(entityTypeSysname string) (id uint, err error)
}

type ReferenceSubsystem

type ReferenceSubsystem struct {
	EntityType entity_type.IService

	EntityType2Property entity_type2property.IService

	Property property.IService

	Relation entity_type.RelationService

	PropertyGroup property_group.IService

	PropertyType property_type.IService

	PropertyUnit property_unit.IService

	PropertyViewType property_view_type.IService

	TextSource text_source.IService

	TextValue text_value.IService

	TextLang text_lang.IService

	EntityIDRepository EntityIDRepository
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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