Versions in this module Expand all Collapse all v0 v0.2.0 Jan 23, 2026 Changes in this version + func Register(app *pocketbase.PocketBase, cfg Config) + type ComputedField struct + Compute func(e *core.RecordEnrichEvent) any + FieldName string + FieldType FieldType + type Config struct + CollectionComputedFields map[string][]ComputedField + func (c *Config) ExtractFields() map[string][]gentypes.AdditionalField + type Field struct + FieldName string + FieldType string + ReadOnly bool + func (f Field) GetName() string + func (f Field) GetType() string + func (f Field) IsReadOnly() bool + type FieldType string + const BOOL + const JSON + const NUMBER + const TEXT v0.1.0 Jan 22, 2026