| 432 | } |
| 433 | |
| 434 | type drpcAuthorizerClient struct { |
| 435 | cc drpc.Conn |
| 436 | } |
| 437 | |
| 438 | func NewDRPCAuthorizerClient(cc drpc.Conn) DRPCAuthorizerClient { |
| 439 | return &drpcAuthorizerClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected