Documentation
¶
Index ¶
- Variables
- func GeekhubYamlKey() string
- func GetAppleTuanYaml() map[string]string
- func GetAppleTuanYamlKey() string
- func GetChinaGYamlKey() string
- func GetGeekhubYaml() map[string]string
- func GetLd246YamlKey() string
- func GetPagodaWxMiniYamlKey() string
- func GetV2exYamlKey() string
- func Register(cronName string, support AutoRun)
- type AppleTuan
- type AutoRun
- type ChinaG
- type Famijia
- type Geekhub
- type ISupport
- type Ld246
- type PagodaWxMini
- type PagodaWxMiniYamlJson
- type Support
- type V2ex
Constants ¶
This section is empty.
Variables ¶
View Source
var Supports = make(map[string]AutoRun, 0)
支持的类型
Functions ¶
func GeekhubYamlKey ¶
func GeekhubYamlKey() string
func GetAppleTuanYaml ¶
func GetAppleTuanYamlKey ¶
func GetAppleTuanYamlKey() string
func GetChinaGYamlKey ¶
func GetChinaGYamlKey() string
func GetLd246YamlKey ¶
func GetLd246YamlKey() string
func GetPagodaWxMiniYamlKey ¶
func GetPagodaWxMiniYamlKey() string
func GetV2exYamlKey ¶
func GetV2exYamlKey() string
Types ¶
type PagodaWxMini ¶
type PagodaWxMini struct {
Support
}
func (PagodaWxMini) DoRun ¶
func (m PagodaWxMini) DoRun() error
type PagodaWxMiniYamlJson ¶
type PagodaWxMiniYamlJson struct {
Url string `json:"url"`
Headers map[string]string `json:"headers"`
}
func GetPagodaWxMiniYaml ¶
func GetPagodaWxMiniYaml() PagodaWxMiniYamlJson
Click to show internal directories.
Click to hide internal directories.