ssh

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBaseConfig

func GetBaseConfig(c framework.Container) *contract.SSHConfig

GetBaseConfig 读取database.yaml根目录结构

func NewYogoSSH

func NewYogoSSH(params ...interface{}) (interface{}, error)

NewYogoSSH 代表实例化Client

func WithConfigPath

func WithConfigPath(configPath string) contract.SSHOption

WithConfigPath 加载配置文件地址

func WithSSHConfig

func WithSSHConfig(f func(options *contract.SSHConfig)) contract.SSHOption

WithSSHConfig 表示自行配置redis的配置信息

Types

type SSHProvider

type SSHProvider struct {
}

SSHProvider 提供App的具体实现方法

func (*SSHProvider) Boot

func (h *SSHProvider) Boot(container framework.Container) error

Boot 启动调用

func (*SSHProvider) IsDefer

func (h *SSHProvider) IsDefer() bool

IsDefer 是否延迟初始化

func (*SSHProvider) Name

func (h *SSHProvider) Name() string

Name 获取字符串凭证

func (*SSHProvider) Params

func (h *SSHProvider) Params(container framework.Container) []interface{}

Params 获取初始化参数

func (*SSHProvider) Register

func (h *SSHProvider) Register(container framework.Container) framework.NewInstance

Register 注册方法

type YogoSSH

type YogoSSH struct {
	// contains filtered or unexported fields
}

YogoSSH 代表yogo框架的ssh实现

func (*YogoSSH) GetClient

func (app *YogoSSH) GetClient(option ...contract.SSHOption) (*ssh.Client, error)

GetClient 获取Client实例

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL