Documentation ¶
Index ¶
Constants ¶
View Source
const ( Yaml = EncodingLang(iota) Json )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodingLang ¶ added in v1.3.6
type EncodingLang int
type File ¶
type File struct { Lang EncodingLang 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.