Home
last modified time | relevance | path

Searched refs:NewRemoteClient (Results 1 – 9 of 9) sorted by relevance

/dports/net/s5cmd/s5cmd-1.4.0/storage/
H A Dstorage.go49 func NewRemoteClient(ctx context.Context, url *url.URL, opts Options) (*S3, error) { func
64 return NewRemoteClient(ctx, url, opts)
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dremoteclient.go19 func NewRemoteClient(g *globals.Context, cli rpc.GenericClient) *RemoteClient { func
H A Dmobilepush.go64 cli := chat1.RemoteClient{Cli: NewRemoteClient(h.G(), conn.GetClient())}
/dports/net/s5cmd/s5cmd-1.4.0/command/
H A Drb.go72 client, err := storage.NewRemoteClient(ctx, &url.URL{}, b.storageOpts)
H A Dmb.go73 client, err := storage.NewRemoteClient(ctx, &url.URL{}, b.storageOpts)
H A Dcat.go76 client, err := storage.NewRemoteClient(ctx, c.src, c.storageOpts)
H A Dselect.go108 client, err := storage.NewRemoteClient(ctx, srcurl, s.storageOpts)
H A Dls.go126 client, err := storage.NewRemoteClient(ctx, url, storageOpts)
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor.go334 return chat1.RemoteClient{Cli: chat.NewRemoteClient(g.G(), cli)}
341 return chat1.RemoteClient{Cli: chat.NewRemoteClient(g.G(), cli)}
781 chatCli := chat1.RemoteClient{Cli: chat.NewRemoteClient(g.G(), cli)}