ssh

package
v0.0.0-...-8d54ad1 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: MIT Imports: 8 Imported by: 0

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 NewWebgoSSH

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

NewWebgoSSH 代表实例化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 WebgoSSH

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

WebgoSSH 代表webgo框架的ssh实现

func (*WebgoSSH) GetClient

func (app *WebgoSSH) 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