MCPcopy
hub / github.com/MadAppGang/dingo / Error

Method Error

pkg/plugin/plugin.go:287–287  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

285type Logger interface {
286 Info(msg string)
287 Error(msg string)
288 Debugf(format string, args ...interface{})
289 Warnf(format string, args ...interface{})
290}

Calls

no outgoing calls