Documentation
¶
Index ¶
Constants ¶
View Source
const NoVersion int64 = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record[T comparable] interface { GetID() T GetErased() bool GetVersion() int64 TableName() string }
type Reference ¶
type Reference[T comparable] struct { TableName string ID T }
type Referenced ¶
type Referenced[T comparable] interface { References() []Reference[T] }
Click to show internal directories.
Click to hide internal directories.