(ctx context.Context, serverURL *url.URL, token string, options *Options)
| 61 | |
| 62 | type Client interface { |
| 63 | NewConn(ctx context.Context, serverURL *url.URL, token string, options *Options) (Conn, error) |
| 64 | } |
| 65 | |
| 66 | func NewClient() Client { |
no outgoing calls