Target returns the request target for logging purpose.
()
| 114 | |
| 115 | // Target returns the request target for logging purpose. |
| 116 | func (c *RawCaller) Target() string { |
| 117 | return c.targetAddr |
| 118 | } |
| 119 | |
| 120 | // New returns brand new caller. |
| 121 | func (c *RawCaller) New() rpc.PCaller { |
no outgoing calls