()
| 213 | } |
| 214 | |
| 215 | func (c pluginFileLoadError) Error() string { |
| 216 | return fmt.Sprintf("error while loading plugin %s: %s", c.Filename, c.UnderlyingError) |
| 217 | } |
| 218 | |
| 219 | func (m *Manager) loadPlugins(directory string) error { |
| 220 | if directory == "" { |
no outgoing calls