MCPcopy
hub / github.com/gotify/server / Error

Method Error

plugin/manager.go:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls