DialService implements the wtf.DialService over the HTTP protocol.
| 321 | |
| 322 | // DialService implements the wtf.DialService over the HTTP protocol. |
| 323 | type DialService struct { |
| 324 | Client *Client |
| 325 | } |
| 326 | |
| 327 | // NewDialService returns a new instance of DialService. |
| 328 | func NewDialService(client *Client) *DialService { |
nothing calls this directly
no outgoing calls
no test coverage detected