Documentation ¶
Index ¶
- func PackageFunctions(pkgDir, genFilename, namePrefix string, printOnly bool, ...) error
- func RewriteAstFile(fset *token.FileSet, filePkg *ast.Package, astFile *ast.File, filePath string, ...) (err error)
- func RewriteDir(path string, verbose bool, printOnly io.Writer, ...) (err error)
- func RewriteFile(filePath string, verbose bool, printOnly io.Writer, ...) (err error)
- type Impl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PackageFunctions ¶
func RewriteAstFile ¶
func RewriteDir ¶
Types ¶
type Impl ¶
type Impl int
const ( ImplDescription Impl = 1 << iota ImplCallWrapper ImplCallWithStringsWrapper ImplCallWithNamedStringsWrapper ImplCallWithJSONWrapper ImplWrapper = ImplDescription | ImplCallWrapper | ImplCallWithStringsWrapper | ImplCallWithNamedStringsWrapper | ImplCallWithJSONWrapper )
func ImplFromString ¶
Click to show internal directories.
Click to hide internal directories.