MCPcopy
hub / github.com/usememos/memos / testLogger

Struct testLogger

internal/scheduler/middleware_test.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type testLogger struct {
132 onInfo func(msg string, args ...interface{})
133 onError func(msg string, args ...interface{})
134}
135
136func (l *testLogger) Info(msg string, args ...interface{}) {
137 if l.onInfo != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected