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