Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Encoding transform.Encoding TypeName string Keys map[ast.Node]string ConfigContent any Cfg ast.Expr // config type, needed to be placed in a TypeSpec Named []*ast.GenDecl // Named types Isolated *ast.GenDecl // Product of organization process Iterators []*ast.FuncDecl // .Range() methods Imports []string // package paths }
func ReadConfigFile ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.