| 240 | } |
| 241 | |
| 242 | type convertClient struct { |
| 243 | contentapi.ContentClient |
| 244 | } |
| 245 | |
| 246 | func (c convertClient) Info(ctx context.Context, req *contentapi.InfoRequest) (*contentapi.InfoResponse, error) { |
| 247 | return c.ContentClient.Info(ctx, req) |
nothing calls this directly
no outgoing calls
no test coverage detected