| 27 | ) |
| 28 | |
| 29 | type ringWithReader struct { |
| 30 | *ringLogger |
| 31 | } |
| 32 | |
| 33 | func (r *ringWithReader) ReadLogs(ctx context.Context, cfg ReadConfig) *LogWatcher { |
| 34 | reader, ok := r.l.(LogReader) |
nothing calls this directly
no outgoing calls
no test coverage detected