Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverLoader ¶
type OverLoader struct {
// contains filtered or unexported fields
}
func New ¶
func New() *OverLoader
New is a constructor method for creating a new OverLoader with default templates loaded.
func (*OverLoader) GenerateFromPath ¶
func (l *OverLoader) GenerateFromPath(path string) (map[string][]byte, error)
GenerateFromPath is responsible for orchestrating the Code generation. It results in a byte array that can be written to any file desired. It has already had goimports run on the code before being returned.
Click to show internal directories.
Click to hide internal directories.