| 536 | } |
| 537 | |
| 538 | type adminServiceClient struct { |
| 539 | cc grpc.ClientConnInterface |
| 540 | } |
| 541 | |
| 542 | func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient { |
| 543 | return &adminServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected