()
| 21 | } |
| 22 | |
| 23 | func (b Block) BlockMeta() *backend.BlockMeta { |
| 24 | return b.meta |
| 25 | } |
| 26 | |
| 27 | func (b Block) Search(context.Context, *tempopb.SearchRequest, common.SearchOptions) (*tempopb.SearchResponse, error) { |
| 28 | return &tempopb.SearchResponse{}, nil |
no outgoing calls