Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string = "v0.0.1"
Functions ¶
This section is empty.
Types ¶
type AliyunOptions ¶
type CoreOptions ¶
type CoreOptions struct {
Log LogOptions `yaml:"log"`
}
type InputOutputOptions ¶
type LogOptions ¶
type Options ¶
type Options struct { Core CoreOptions `yaml:"core"` Tasks []TaskOptions `yaml:"tasks"` }
func NewOptions ¶
func NewOptions() (opts Options)
type TaskOptions ¶
type TaskOptions struct { Name string `yaml:"name"` Enabled bool `yaml:"enabled"` Type string `yaml:"type"` Threads int `yaml:"threads"` Aliyun AliyunOptions `yaml:"aliyun"` Tencent TencentOptions `yaml:"tencent"` Input InputOutputOptions `yaml:"input"` Output InputOutputOptions `yaml:"output"` }
Click to show internal directories.
Click to hide internal directories.