Home
last modified time | relevance | path

Searched refs:QueryIndexResponse (Results 1 – 15 of 15) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/indexgateway/indexgatewaypb/
H A Dgateway.pb.go32 type QueryIndexResponse struct { struct
37 func (m *QueryIndexResponse) Reset() { *m = QueryIndexResponse{} } argument
38 func (*QueryIndexResponse) ProtoMessage() {} argument
60 func (m *QueryIndexResponse) XXX_Size() int { argument
76 func (m *QueryIndexResponse) GetRows() []*Row { argument
297 that1, ok := that.(*QueryIndexResponse)
299 that2, ok := that.(QueryIndexResponse)
516 Recv() (*QueryIndexResponse, error)
525 m := new(QueryIndexResponse)
560 Send(*QueryIndexResponse) error argument
[all …]
H A Dgateway.proto8 rpc QueryIndex(QueryIndexRequest) returns (stream QueryIndexResponse);
11 message QueryIndexResponse { message
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/
H A Dgateway_client.go152 *indexgatewaypb.QueryIndexResponse anonMember
158 QueryIndexResponse: r.QueryIndexResponse,
164 *indexgatewaypb.QueryIndexResponse anonMember
H A Dgateway_client_test.go39 resp := indexgatewaypb.QueryIndexResponse{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/grpc/
H A Dindex_client.go84 func (r *QueryIndexResponse) Iterator() chunk.ReadBatchIterator {
87 QueryIndexResponse: r,
93 *QueryIndexResponse anonMember
H A Dgrpc.proto14 rpc QueryIndex(QueryIndexRequest) returns (stream QueryIndexResponse);
86 message QueryIndexResponse { message
H A Dgrpc.pb.go488 type QueryIndexResponse struct { struct
492 func (m *QueryIndexResponse) Reset() { *m = QueryIndexResponse{} } argument
493 func (*QueryIndexResponse) ProtoMessage() {} argument
515 func (m *QueryIndexResponse) XXX_Size() int { argument
524 func (m *QueryIndexResponse) GetRows() []*Row { argument
1424 that1, ok := that.(*QueryIndexResponse)
1426 that2, ok := that.(QueryIndexResponse)
2058 Recv() (*QueryIndexResponse, error)
2067 m := new(QueryIndexResponse)
2276 Send(*QueryIndexResponse) error argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/indexgateway/
H A Dgateway_test.go60 callback func(resp *indexgatewaypb.QueryIndexResponse)
63 func (m *mockQueryIndexServer) Send(resp *indexgatewaypb.QueryIndexResponse) error {
77 callback: func(resp *indexgatewaypb.QueryIndexResponse) {
H A Dgateway.go67 err := server.Send(&indexgatewaypb.QueryIndexResponse{
84 err := server.Send(&indexgatewaypb.QueryIndexResponse{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/grpc/
H A Dindex_client.go84 func (r *QueryIndexResponse) Iterator() chunk.ReadBatchIterator {
87 QueryIndexResponse: r,
93 *QueryIndexResponse anonMember
H A Dgrpc.proto14 rpc QueryIndex(QueryIndexRequest) returns (stream QueryIndexResponse);
86 message QueryIndexResponse { message
H A Dgrpc.pb.go488 type QueryIndexResponse struct { struct
492 func (m *QueryIndexResponse) Reset() { *m = QueryIndexResponse{} } argument
493 func (*QueryIndexResponse) ProtoMessage() {} argument
515 func (m *QueryIndexResponse) XXX_Size() int { argument
524 func (m *QueryIndexResponse) GetRows() []*Row { argument
1423 that1, ok := that.(*QueryIndexResponse)
1425 that2, ok := that.(QueryIndexResponse)
2057 Recv() (*QueryIndexResponse, error)
2066 m := new(QueryIndexResponse)
2275 Send(*QueryIndexResponse) error argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/grpc/
H A Dindex_client.go84 func (r *QueryIndexResponse) Iterator() chunk.ReadBatchIterator {
87 QueryIndexResponse: r,
93 *QueryIndexResponse anonMember
H A Dgrpc.proto14 rpc QueryIndex(QueryIndexRequest) returns (stream QueryIndexResponse);
86 message QueryIndexResponse { message
H A Dgrpc.pb.go488 type QueryIndexResponse struct { struct
492 func (m *QueryIndexResponse) Reset() { *m = QueryIndexResponse{} } argument
493 func (*QueryIndexResponse) ProtoMessage() {} argument
515 func (m *QueryIndexResponse) XXX_Size() int { argument
524 func (m *QueryIndexResponse) GetRows() []*Row { argument
1423 that1, ok := that.(*QueryIndexResponse)
1425 that2, ok := that.(QueryIndexResponse)
2057 Recv() (*QueryIndexResponse, error)
2066 m := new(QueryIndexResponse)
2275 Send(*QueryIndexResponse) error argument
[all …]