| 335 | } |
| 336 | |
| 337 | type certificateIssuerClient struct { |
| 338 | cc *grpc.ClientConn |
| 339 | } |
| 340 | |
| 341 | func NewCertificateIssuerClient(cc *grpc.ClientConn) CertificateIssuerClient { |
| 342 | return &certificateIssuerClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected