script

package
v0.0.0-...-6a8978f Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Excutor

type Excutor struct {
	ModuleDir string
	// contains filtered or unexported fields
}

负责执行脚本(模块) 执行: 脚本的名称(模块名称), 脚本的参数 Script Excutor 需要在一个目录下面 搜索脚本, 搜索目录需要提前定义

func NewExcutor

func NewExcutor(modules string) *Excutor

func (*Excutor) Exec

func (e *Excutor) Exec(moduleName string, moduleParams string, dst io.Writer) error

moduleName 模块名称 moduleParams 参数 Json 继续的结果, IO 数据流

Jump to

Keyboard shortcuts

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