Versions in this module Expand all Collapse all v1 v1.0.0 Nov 30, 2021 Changes in this version + func GetBaseConfig(c framework.Container) *contract.SSHConfig + func NewHadeSSH(params ...interface{}) (interface{}, error) + func WithConfigPath(configPath string) contract.SSHOption + func WithSSHConfig(f func(options *contract.SSHConfig)) contract.SSHOption + type HadeSSH struct + func (app *HadeSSH) GetClient(option ...contract.SSHOption) (*ssh.Client, error) + type SSHProvider struct + func (h *SSHProvider) Boot(container framework.Container) error + func (h *SSHProvider) IsDefer() bool + func (h *SSHProvider) Name() string + func (h *SSHProvider) Params(container framework.Container) []interface{} + func (h *SSHProvider) Register(container framework.Container) framework.NewInstance