()
| 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 } |
| 48 | func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand { return &p.createAPISubcommand } |
no outgoing calls
no test coverage detected