| 50 | } |
| 51 | |
| 52 | type drpcProvisionerDaemonClient struct { |
| 53 | cc drpc.Conn |
| 54 | } |
| 55 | |
| 56 | func NewDRPCProvisionerDaemonClient(cc drpc.Conn) DRPCProvisionerDaemonClient { |
| 57 | return &drpcProvisionerDaemonClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected