Versions in this module Expand all Collapse all v0 v0.6.0 Jul 31, 2025 Changes in this version + func Generate(gen CodeGenerator, inputs []Input) + type CodeGenerator interface + Data func() interface{} + Name func() string + Template func() *template.Template + type Input struct + Dst *string + Key string + Type InputType + type InputType int + const EnvVar + const Flag