Documentation
¶
Overview ¶
Package scaffold generates blit boilerplate for a given package path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// PkgPath is the import path or directory path of the package under test.
PkgPath string
// Component is an optional component type name. When non-empty the
// boilerplate is tailored to that type.
Component string
}
Options controls the output of Generate.
Click to show internal directories.
Click to hide internal directories.