Searched refs:NewRemoteClient (Results 1 – 9 of 9) sorted by relevance
/dports/net/s5cmd/s5cmd-1.4.0/storage/ |
H A D | storage.go | 49 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 D | remoteclient.go | 19 func NewRemoteClient(g *globals.Context, cli rpc.GenericClient) *RemoteClient { func
|
H A D | mobilepush.go | 64 cli := chat1.RemoteClient{Cli: NewRemoteClient(h.G(), conn.GetClient())}
|
/dports/net/s5cmd/s5cmd-1.4.0/command/ |
H A D | rb.go | 72 client, err := storage.NewRemoteClient(ctx, &url.URL{}, b.storageOpts)
|
H A D | mb.go | 73 client, err := storage.NewRemoteClient(ctx, &url.URL{}, b.storageOpts)
|
H A D | cat.go | 76 client, err := storage.NewRemoteClient(ctx, c.src, c.storageOpts)
|
H A D | select.go | 108 client, err := storage.NewRemoteClient(ctx, srcurl, s.storageOpts)
|
H A D | ls.go | 126 client, err := storage.NewRemoteClient(ctx, url, storageOpts)
|
/dports/security/keybase/client-v5.7.1/go/service/ |
H A D | gregor.go | 334 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)}
|