Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caser ¶
type Caser struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*Caser)
func WithCustomExceptions ¶
WithCustomExceptions allows to specify custom exceptions for caser. The parameter is a map of snake:camel values like map[string]string{"oauth":"OAuth"}
func WithCustomInitialisms ¶
WithCustomInitialisms allows specifying custom initialisms for caser.
Click to show internal directories.
Click to hide internal directories.