New creates a new plugin repository
()
| 222 | |
| 223 | // New creates a new plugin repository |
| 224 | func New() Interface { |
| 225 | return &data{} |
| 226 | } |
| 227 | |
| 228 | // Close closes all the connections to the plugins |
| 229 | func (r *data) Close() { |
no outgoing calls
no test coverage detected