Versions in this module Expand all Collapse all v0 v0.3.0 Jun 2, 2026 Changes in this version + func Register(d EntityDescriptor) + func Reset() + func Validate() + type EntityDescriptor struct + Kind string + OnParentDelete OnParentDeletePolicy + ParentKind string + Plural string + SearchDisallowedFields []string + SpecSchemaName string + func All() []EntityDescriptor + func ChildrenOf(parentKind string) []EntityDescriptor + func Get(entityKind string) (EntityDescriptor, bool) + func MustGet(entityKind string) EntityDescriptor + type OnParentDeletePolicy string + const OnParentDeleteCascade + const OnParentDeleteRestrict v0.3.0-rc1 Jun 2, 2026