| 2841 | } |
| 2842 | |
| 2843 | type ingesterClient struct { |
| 2844 | cc *grpc.ClientConn |
| 2845 | } |
| 2846 | |
| 2847 | func NewIngesterClient(cc *grpc.ClientConn) IngesterClient { |
| 2848 | return &ingesterClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected