Versions in this module Expand all Collapse all v0 v0.1.1 Jul 31, 2024 v0.1.0 Jul 15, 2024 Changes in this version + var ErrInvalidTypeID = errors.New("invalid type ID value") + var ErrMissingTypeID = errors.New("missing type ID field") + var ErrMultipleValues = errors.New("multiple values polyjson generated struct") + var ErrNoValue = errors.New("no value in polyjson generated struct") + type AdditionalFieldMap map[string]ValueType + func (a AdditionalFieldMap[ValueType]) AdditionalField(key string, in *jlexer.Lexer) + type Common struct + type Implements struct + Parent *IF + type Interface interface + type TypeID string + func (t TypeID[IF]) TypeID() string