Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyEscapeChar ¶ added in v0.1.4
func GenerateCode ¶
func GetMockTmpl ¶ added in v0.1.4
func ToCamelCase ¶ added in v0.1.6
ToCamelCase converts a string to camel case (e.g., "myUser" -> "MyUser")
func ToSnakeCase ¶ added in v0.1.6
ToSnakeCase converts a string to snake case (e.g., "MyUser" -> "my_user")
func TransformString ¶ added in v0.1.6
TransformString transforms the input string to camel case or snake case based on the input format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.