const (
FqnKey = "Fqn"
RefResolverKey = "_refResolver"
// IndexableTag may be used on fields of the following types:
// *bool
// *float32
// *float64
// *int32
// *int64
// *string
// *time.Time
// Tagging other field types will result in an error at runtime.
IndexableTag = "twicedb"
IndexableValueIndex = "index"
IndexableValueIndexUnique = "unique"
IndexableValueProject = "project"
)