( ctx context.Context, sourceID string, start time.Time, opts ...logcache.ReadOption, )
| 13 | // LogCacheClient is a client for getting logs. |
| 14 | type LogCacheClient interface { |
| 15 | Read( |
| 16 | ctx context.Context, |
| 17 | sourceID string, |
| 18 | start time.Time, |
no outgoing calls
no test coverage detected