Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeforeDeveloper ¶
BeforeDeveloper is an interface that will allow to identify those plugins that need to run before the dev commands is run.
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command is the dev command, it runs the dev plugins, each one on a different go routine. the detail to what happen on each of these plugins is up to each of the Developer plugins.
func (Command) ParentName ¶
Click to show internal directories.
Click to hide internal directories.