(cc drpc.Conn)
| 54 | } |
| 55 | |
| 56 | func NewDRPCProvisionerDaemonClient(cc drpc.Conn) DRPCProvisionerDaemonClient { |
| 57 | return &drpcProvisionerDaemonClient{cc} |
| 58 | } |
| 59 | |
| 60 | func (c *drpcProvisionerDaemonClient) DRPCConn() drpc.Conn { return c.cc } |
| 61 |
no outgoing calls
no test coverage detected