(k string)
| 2107 | } |
| 2108 | |
| 2109 | func boolKV(k string) *v1_common.KeyValue { |
| 2110 | return &v1_common.KeyValue{ |
| 2111 | Key: k, |
| 2112 | Value: &v1_common.AnyValue{Value: &v1_common.AnyValue_BoolValue{BoolValue: true}}, |
| 2113 | } |
| 2114 | } |
| 2115 | |
| 2116 | // Helper function to make a tag search |
| 2117 | func makeReq(k, v string) *tempopb.SearchRequest { |