编写自定义剧本插件
type Step interface {
ID() string
SetID(id string)
Exec(session *transport.Session, sudo bool) ([]byte, error)
GetSchema() (interface{}, error)
Create(conf []byte) (Step, error)
Name() string
Desc() string
Config() interface{}
}name: vnc_install
import: vnc_install
Last updated