Versions in this module Expand all Collapse all v1 v1.3.0 Jan 11, 2023 v1.2.0 Feb 25, 2022 Changes in this version + type ChangeName struct + CustomFunc IApiName + NamingConvention NamingConvention + func (c *ChangeName) Change(name string) string + type IAllName interface + AllName func(name string) string + type IApiName interface + ApiName func(name string) string + type IGroupName interface + GroupName func(name string) string + type NamingConvention uint + const CamelCase + const Lower + const Pascal + const Title + const Underline + const Upper + func (n NamingConvention) RName(name string) string