Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2026 v1.0.0 Jul 6, 2026 Changes in this version + func ValidTypeKey(key string) bool + type PgRegistrar struct + func NewRegistrar() *PgRegistrar + func (r *PgRegistrar) Bind(db database.TenantDB) Registrar + type Ref struct + ID uuid.UUID + Type string + func (r Ref) IsZero() bool + type Registrar interface + Upsert func(ctx context.Context, ref Ref, orgID *uuid.UUID, label, status string) error + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Err() error + func (r *Registry) Register(module string, spec TypeSpec) + func (r *Registry) Specs() map[string]TypeSpec + type TypeSpec struct + Description string + Key string