Versions in this module Expand all Collapse all v0 v0.2.3 Nov 5, 2022 Changes in this version + func NamingStyles() (ns []string) + type Apache struct + func (a *Apache) Identify(name string) (string, error) + func (a *Apache) Name() string + func (a *Apache) UseInitialisms(enable bool) + type GoLint struct + func (g *GoLint) Identify(name string) (string, error) + func (g *GoLint) Name() string + func (g *GoLint) UseInitialisms(enable bool) + type Naming interface + Identify func(name string) (string, error) + Name func() string + UseInitialisms func(enable bool) + func NewNamingStyle(name string) Naming + type ThriftGo struct + func (tg *ThriftGo) Identify(name string) (string, error) + func (tg *ThriftGo) Name() string + func (tg *ThriftGo) UseInitialisms(enable bool)