URL is used to get the pluginRepo's server url
()
| 131 | |
| 132 | // URL is used to get the pluginRepo's server url |
| 133 | func (pluginRepoServer *PluginRepositoryServerWithPlugin) URL() string { |
| 134 | return pluginRepoServer.server.URL() |
| 135 | } |
| 136 | |
| 137 | // Close is used to destroy the repo server and cleanup any files |
| 138 | func (pluginRepoServer *PluginRepositoryServerWithPlugin) Cleanup() { |
no outgoing calls
no test coverage detected