 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package generate provides the core functionality of EasyP generate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
	Deps          []string
	Plugins       []Plugin
	Inputs        Inputs
	ModuleReflect *modulereflect.ModuleReflect
}
    Config is the configuration for EasyP generate.
type Generator ¶
type Generator struct {
	// contains filtered or unexported fields
}
    Generator is the core functionality of EasyP generate.
type Inputs ¶ added in v0.6.5
type Inputs struct {
	Dirs []string
}
    Inputs is the source for generating code.
 Click to show internal directories. 
   Click to hide internal directories.