MCPcopy Create free account
hub / github.com/coder/coder / NewConn

Method NewConn

vpn/client.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, serverURL *url.URL, token string, options *Options)

Source from the content-addressed store, hash-verified

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

Callers 2

startMethod · 0.65

Calls

no outgoing calls

Tested by 1