| 45 | } |
| 46 | |
| 47 | type stackdriverSink struct { |
| 48 | projectID string |
| 49 | w *syncwriter.Writer |
| 50 | } |
| 51 | |
| 52 | func (s stackdriverSink) LogEntry(ctx context.Context, ent slog.SinkEntry) { |
| 53 | // Note that these documents are inconsistent, so we only use the special |
nothing calls this directly
no outgoing calls
no test coverage detected