Versions in this module Expand all Collapse all v1 v1.0.0 Feb 7, 2026 Changes in this version + type Function struct + Description string + Signature string + func (fn *Function) Name() string + type Generator struct + func NewGenerator() (gen *Generator, err error) + func (gen *Generator) Run() (err error) + type SQL struct + Object string + Table string + func (s *SQL) UnmarshalYAML(unmarshal func(any) error) error + type Service struct + Configs []*Function + Functions []*Function + SQL SQL