Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PooledSession ¶
func (*PooledSession) Close ¶
func (ps *PooledSession) Close() error
type SshPool ¶
type SshPool struct {
// contains filtered or unexported fields
}
func (*SshPool) GetSession ¶
func (p *SshPool) GetSession(ctx context.Context, host string, port int, auth auth.AuthMethodAndCA) (*PooledSession, error)
Click to show internal directories.
Click to hide internal directories.