Documentation ¶ Index ¶ type Plugin func (w Plugin) Develop(ctx context.Context, root string) error func (w Plugin) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin ¶ type Plugin struct{} Plugin takes care of refresh related operations that the CLI needs to take care. I contains methods to satisfy the needs of each of the commands that will call it. func (Plugin) Develop ¶ func (w Plugin) Develop(ctx context.Context, root string) error func (Plugin) Name ¶ func (w Plugin) Name() string Source Files ¶ View all Source files dev.gotool.go Click to show internal directories. Click to hide internal directories.