Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigKey = "hello"
ConfigKey for this repo
Variables ¶
View Source
var H = new(Config)
H config of hello
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.1.0
type Config struct {
Print string `json:"print"`
Times int `json:"times"`
RunAfters []string `json:"run_after,omitempty"`
}
Config implements tao.Config
Click to show internal directories.
Click to hide internal directories.