package
0.42.0
Repository: https://github.com/steebchen/prisma-client-go.git
Documentation: pkg.go.dev

# README

gocase

Imported from https://github.com/iancoleman/strcase and adapted. Thanks to @iancoleman for the original work.

See https://github.com/steebchen/prisma-client-go/issues/1103 for details.

# Functions

New creates a new Converter.
Revert returns a string converted from Go case to normal case.
ToLower returns a string converted to Go upper case.
ToUpper returns a string converted to Go lower case.
WithInitialisms is an option to set initialisms.

# Variables

DefaultInitialisms is a list of default initialisms.

# Structs

Converter represents a conversion object.

# Interfaces

Option is an option that configures Converter.