MCPcopy
hub / github.com/grafana/dskit / hTTPClient

Struct hTTPClient

httpgrpc/httpgrpc.pb.go:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410type hTTPClient struct {
411 cc *grpc.ClientConn
412}
413
414func NewHTTPClient(cc *grpc.ClientConn) HTTPClient {
415 return &hTTPClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected