MCPcopy
hub / github.com/chenhg5/cc-connect / Error

Method Error

platform/feishu/feishu.go:96–98  ·  view source on GitHub ↗
(ctx context.Context, args ...interface{})

Source from the content-addressed store, hash-verified

94}
95
96func (l *sanitizingLogger) Error(ctx context.Context, args ...interface{}) {
97 l.inner.Error(ctx, l.maskURL(args...)...)
98}
99
100func init() {
101 core.RegisterPlatform("feishu", func(opts map[string]any) (core.Platform, error) {

Calls 1

maskURLMethod · 0.95