(ts time.Time, tenant string, req *tempopb.PushBytesRequest)
| 22 | |
| 23 | type partitionSectionWriter interface { |
| 24 | pushBytes(ts time.Time, tenant string, req *tempopb.PushBytesRequest) error |
| 25 | flush(ctx context.Context, r tempodb.Reader, w tempodb.Writer, c tempodb.Compactor) error |
| 26 | } |
| 27 |
no outgoing calls