Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidSnakeCase ¶
Types ¶
type CaseNames ¶
type CaseNames struct { SnakeCase string CamelCase string PascalCase string ConnectionCase string ConstantCase string KebabCase string }
func NewCaseNames ¶
type SnakeCaseName ¶
type SnakeCaseName string
SnakeCaseName 命名規則を変換するために、基準となる規則としてスネークケースを利用する
func (SnakeCaseName) CamelCase ¶
func (n SnakeCaseName) CamelCase() string
func (SnakeCaseName) ConnectionCase ¶
func (n SnakeCaseName) ConnectionCase() string
func (SnakeCaseName) ConstantCase ¶
func (n SnakeCaseName) ConstantCase() string
func (SnakeCaseName) KebabCase ¶
func (n SnakeCaseName) KebabCase() string
func (SnakeCaseName) PascalCase ¶
func (n SnakeCaseName) PascalCase() string
func (SnakeCaseName) SnakeCase ¶
func (n SnakeCaseName) SnakeCase() string
Click to show internal directories.
Click to hide internal directories.