Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronjobPluginParser ¶
func CronjobPluginParser(fp string) (*cronjob.CreateParam, error)
func KeywordPluginParser ¶
func KeywordPluginParser(fp string) (*keyword.CreateParam, error)
Types ¶
type CronjobPlugin ¶
type CronjobPlugin struct { Config *cronjob.CreateParam `json:"config"` Error string `json:"error"` Name string `json:"file"` }
func CronjobPluginSetup ¶
func CronjobPluginSetup() []*CronjobPlugin
type KeywordPlugin ¶
type KeywordPlugin struct { Config *keyword.CreateParam `json:"config"` Error string `json:"error"` Name string `json:"file"` }
func KeywordPluginSetup ¶
func KeywordPluginSetup() []*KeywordPlugin
Click to show internal directories.
Click to hide internal directories.