Versions in this module Expand all Collapse all v0 v0.42.5 Jan 27, 2026 v0.42.4 Jan 27, 2026 Changes in this version + var PresetAll = Config + var PresetDefault = Config + var PresetNone = Config + func Counts[C any](config OnOffConfig, templates ...fs.FS) gen.StatePlugin[C] + func DBErrors[C any](config OutputConfig, templates ...fs.FS) gen.StatePlugin[C] + func DBInfo[C any](config OutputConfig, templates ...fs.FS) gen.StatePlugin[C] + func Enums[T, C, I any](config OutputConfig, templates ...fs.FS) gen.Plugin + func Factory[C any](config OutputConfig, templates ...fs.FS) gen.StatePlugin[C] + func Joins[C any](config OnOffConfig, templates ...fs.FS) gen.StatePlugin[C] + func Loaders[C any](config OnOffConfig, templates ...fs.FS) gen.StatePlugin[C] + func Models[C any](config OutputConfig, templates ...fs.FS) gen.StatePlugin[C] + func Queries[T, C, I any](templates ...fs.FS) gen.Plugin + func Setup[T, C, I any](config Config, templates gen.Templates) []gen.Plugin + func Where[C any](config OnOffConfig, templates ...fs.FS) gen.StatePlugin[C] + type Config struct + Counts OnOffConfig + DBErrors OutputConfig + DBInfo OutputConfig + Enums OutputConfig + Factory OutputConfig + Joins OnOffConfig + Loaders OnOffConfig + Models OutputConfig + Where OnOffConfig + func (c Config) Merge(c2 Config) Config + type OnOffConfig struct + Disabled *bool + type OutputConfig struct + Destination string + Disabled *bool + Pkgname string + func (o OutputConfig) WithDefaults(name string) OutputConfig