Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoConfigFile = fmt.Errorf("no config file exists") ErrNoGoFilesFoundInRoot = fmt.Errorf("no go files found in root search path") ErrPkgNotFound = fmt.Errorf("package not found in config") ErrGoModNotFound = fmt.Errorf("no go.mod file found") ErrGoModInvalid = fmt.Errorf("go.mod file has no module line") )
Functions ¶
This section is empty.
Types ¶
type NodeVisitor ¶
type NodeVisitor struct {
// contains filtered or unexported fields
}
func NewNodeVisitor ¶
func NewNodeVisitor(ctx context.Context) *NodeVisitor
func (*NodeVisitor) DeclaredInterfaces ¶
func (nv *NodeVisitor) DeclaredInterfaces() []string
type TemplateGenerator ¶
type TemplateGenerator struct {
// contains filtered or unexported fields
}
func NewTemplateGenerator ¶
Directories ¶
Path | Synopsis |
---|---|
recursive_generation/subpkg_with_only_autogenerated_files
Code generated by an arbitrary code generator thingy.
|
Code generated by an arbitrary code generator thingy. |
Click to show internal directories.
Click to hide internal directories.