namer

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Namer

type Namer struct {
	// use this to add any exceptions to look up
	Exceptions map[string]string
	// Use this to either convert everything to lowercase/upper case
	// or anything else based on whether the parameter will be public
	// or private.
	Finalize func(string) string
}

func (*Namer) Name

func (n *Namer) Name(input string) string

Name gives out the final plural names which are to be scaffolded

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL