Versions in this module Expand all Collapse all v1 v1.0.2 Oct 28, 2022 Changes in this version + func GetBaseConfig(c framework.Container) *contract.SSHConfig + func NewHeroSSH(params ...interface{}) (interface{}, error) + func WithConfigPath(configPath string) contract.SSHOption + func WithSSHConfig(f func(options *contract.SSHConfig)) contract.SSHOption + type HeroSSH struct + func (app *HeroSSH) 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