Documentation
¶
Index ¶
- func SanitizeClassName(className string) string
- func SanitizeFieldName(fieldName string) string
- type Result
- func GetSanitizedClassNameResult(className string) Result
- func GetSanitizedEnumNameResult(enum string) Result
- func GetSanitizedEnumNamesResult(values []string) []Result
- func GetSanitizedFieldNameResult(fieldName string) Result
- func GetSanitizedFileNameResult(filename string) Result
- func GetSanitizedMethodNameResult(methodName string) Result
- func GetSanitizedNamespaceResult(namespace string) Result
- func GetSanitizedOperationIDResult(operationID string) Result
- type Sanitizer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizeClassName ¶
func SanitizeFieldName ¶
Types ¶
type Result ¶
type Result struct {
Original string
Results *sequencedmap.Map[string, string]
}
Click to show internal directories.
Click to hide internal directories.