()
| 42 | } |
| 43 | |
| 44 | func (Plugin) Name() string { return pluginName } |
| 45 | func (Plugin) Version() plugin.Version { return pluginVersion } |
| 46 | func (Plugin) SupportedProjectVersions() []config.Version { return supportedProjectVersions } |
| 47 | func (p Plugin) GetInitSubcommand() plugin.InitSubcommand { return &p.initSubcommand } |
no outgoing calls