Home
last modified time | relevance | path

Searched refs:ConnectionOpts (Results 1 – 25 of 25) sorted by relevance

/dports/net/bosh-cli/bosh-cli-5.5.0/ssh/sshfakes/
H A Dfake_runner.go12 RunStub func(ssh.ConnectionOpts, boshdir.SSHResult, []string) error
15 arg1 ssh.ConnectionOpts
29 func (fake *FakeRunner) Run(arg1 ssh.ConnectionOpts, arg2 boshdir.SSHResult, arg3 []string) error {
38 arg1 ssh.ConnectionOpts
59 func (fake *FakeRunner) RunArgsForCall(i int) (ssh.ConnectionOpts, boshdir.SSHResult, []string) {
H A Dfake_scprunner.go12 RunStub func(ssh.ConnectionOpts, boshdir.SSHResult, ssh.SCPArgs) error
15 arg1 ssh.ConnectionOpts
29 func (fake *FakeSCPRunner) Run(arg1 ssh.ConnectionOpts, arg2 boshdir.SSHResult, arg3 ssh.SCPArgs) e…
33 arg1 ssh.ConnectionOpts
54 func (fake *FakeSCPRunner) RunArgsForCall(i int) (ssh.ConnectionOpts, boshdir.SSHResult, ssh.SCPArg…
/dports/net/bosh-cli/bosh-cli-5.5.0/ssh/
H A Dinterfaces.go12 Run(ConnectionOpts, boshdir.SSHResult, []string) error argument
18 Run(ConnectionOpts, boshdir.SSHResult, SCPArgs) error argument
21 type ConnectionOpts struct { struct
H A Dprovider.go20 sshSessionFactory := func(connOpts ConnectionOpts, result boshdir.SSHResult) Session {
32 scpSessionFactory := func(connOpts ConnectionOpts, result boshdir.SSHResult) Session {
H A Dcombo_runner.go19 sessionFactory func(ConnectionOpts, boshdir.SSHResult) Session
32 sessionFactory func(ConnectionOpts, boshdir.SSHResult) Session, argument
53 func (r ComboRunner) Run(connOpts ConnectionOpts, result boshdir.SSHResult, cmdFactory func(boshdir…
H A Dsession.go13 connOpts ConnectionOpts
28 connOpts ConnectionOpts, argument
H A Dssh_args.go19 ConnOpts ConnectionOpts
36 func NewSSHArgs(connOpts ConnectionOpts, result boshdir.SSHResult, forceTTY bool, privKeyFile boshs… argument
H A Dssh_args_test.go19 connOpts ConnectionOpts
30 connOpts = ConnectionOpts{}
H A Dsession_test.go17 connOpts ConnectionOpts
27 connOpts = ConnectionOpts{}
H A Dscp.go17 func (r SCPRunnerImpl) Run(connOpts ConnectionOpts, result boshdir.SSHResult, scpArgs SCPArgs) erro…
H A Dnon_interactive.go18 func (r NonInteractiveRunner) Run(connOpts ConnectionOpts, result boshdir.SSHResult, rawCmd []strin…
H A Dcombo_runner_test.go40 sessFactory := func(_ ConnectionOpts, _ boshdir.SSHResult) Session { return session }
63 connOpts ConnectionOpts
69 connOpts = ConnectionOpts{}
H A Dinteractive.go20 func (r InteractiveRunner) Run(connOpts ConnectionOpts, result boshdir.SSHResult, rawCmd []string) …
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Dgateway_flags.go10 func (f GatewayFlags) AsSSHOpts() (boshdir.SSHOpts, boshssh.ConnectionOpts, error) {
13 …return boshdir.SSHOpts{}, boshssh.ConnectionOpts{}, bosherr.WrapErrorf(err, "Generating SSH option…
16 connOpts := boshssh.ConnectionOpts{
H A Dssh_test.go71 (*runner).RunStub = func(boshssh.ConnectionOpts, boshdir.SSHResult, []string) error {
156 intSSHRunner.RunStub = func(boshssh.ConnectionOpts, boshdir.SSHResult, []string) error {
H A Dscp_test.go60 scpRunner.RunStub = func(boshssh.ConnectionOpts, boshdir.SSHResult, boshssh.SCPArgs) error {
H A Dlogs_test.go151 nonIntSSHRunner.RunStub = func(boshssh.ConnectionOpts, boshdir.SSHResult, []string) error {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/
H A Dconnection.go397 type ConnectionOpts struct { struct
438 opts ConnectionOpts, argument
467 opts ConnectionOpts, argument
494 opts ConnectionOpts, argument
521 opts ConnectionOpts, argument
546 opts ConnectionOpts, argument
553 log ConnectionLog, opts ConnectionOpts) *Connection { argument
592 log LogOutputWithDepthAdder, opts ConnectionOpts) *Connection { argument
H A Dconnection_test_util.go140 opts := ConnectionOpts{
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dshared_keybase_transport.go23 opts := rpc.ConnectionOpts{
H A Dbserver_remote.go43 connOpts rpc.ConnectionOpts
84 b.connOpts = rpc.ConnectionOpts{
H A Dmdserver_remote.go55 connOpts rpc.ConnectionOpts
124 mdServer.connOpts = rpc.ConnectionOpts{
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_ping.go192 opts := rpc.ConnectionOpts{
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor.go1567 opts := rpc.ConnectionOpts{
1614 opts := rpc.ConnectionOpts{
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver_test.go80 opts := rpc.ConnectionOpts{