Versions in this module Expand all Collapse all v0 v0.1.0 Mar 6, 2026 Changes in this version + type Case string + const CamelCase + const KebabCase + const Lower + const LowerCamelCase + const SnakeCase + const Upper + type Generator struct + func NewGenerator(opts GeneratorOptions) Generator + func (g Generator) Generate() string + func (g Generator) WithCase(c Case) Generator + func (g Generator) WithLanguage(lang Language) Generator + func (g Generator) WithSuffixLength(n int) Generator + func (g Generator) WithSuffixType(st SuffixType) Generator + type GeneratorOptions struct + Case Case + Language Language + SuffixLength int + SuffixType SuffixType + type Language string + type SuffixType string + const SuffixAlphanumeric + const SuffixDigits