Documentation ¶ Index ¶ func GetConfig[T any]() *T func Initialize[T any](schema *T, mappers ...scanner.Mapper) error func ParseSchema(schema any) error func Summarize(schema any) string type Entry type SliceMapper func (a *SliceMapper) Map(dest any, scannedValue any) (any, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetConfig ¶ func GetConfig[T any]() *T func Initialize ¶ func Initialize[T any](schema *T, mappers ...scanner.Mapper) error func ParseSchema ¶ func ParseSchema(schema any) error func Summarize ¶ func Summarize(schema any) string Types ¶ type Entry ¶ type Entry struct { Name string `json:"name"` Default any } type SliceMapper ¶ type SliceMapper struct { Delimiter string } func (*SliceMapper) Map ¶ func (a *SliceMapper) Map(dest any, scannedValue any) (any, error) Source Files ¶ View all Source files mappers.goschema.go Click to show internal directories. Click to hide internal directories.