Documentation
¶
Index ¶
- Constants
- func DefaultNameSystem() string
- func GetTargets(context *generator.Context, args *args.Args) []generator.Target
- func IsPrivateGoName(name string) bool
- func NameSystems() namer.NameSystems
- func NewGenKeepAlive(outputFilename, targetPackage string, usePool bool, useMongo bool) generator.Generator
Constants ¶
View Source
const (
IgnoreTag = "ignore_autogenerated_keepalive"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultNameSystem ¶
func DefaultNameSystem() string
DefaultNameSystem returns the default name system for ordering the types to be processed by the generators in this package.
func IsPrivateGoName ¶
IsPrivateGoName Returns whether a name is a private Go name.
func NameSystems ¶
func NameSystems() namer.NameSystems
NameSystems returns the name system used by the generators in this package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.