package
Version:
v1.3.6
Opens a new window with list of versions in this module.
Published: Nov 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command struct {
Command []string `yaml:"command,omitempty,flow"`
Args []string `yaml:"args,omitempty,flow"`
}
type Plugin struct {
Name string `yaml:"name"`
Init *Command `yaml:"init,omitempty"`
Generate *Command `yaml:"generate,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.