Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultExitCode default err code if not get run task code DefaultExitCode int = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataAPI ¶
type DataAPI struct {
URL string `json:"url" comment:"URL"`
Method string `json:"method" comment:"Method"`
PayLoad string `json:"payload" comment:"PayLoad"`
Header map[string]string `json:"header" comment:"Header"`
}
DataAPI http req task
type DataCode ¶
type DataCode struct {
Lang Lang `json:"lang"`
LangDesc string `json:"langdesc" comment:"Lang"`
Code string `json:"code" comment:"Code"`
}
DataCode run code
Click to show internal directories.
Click to hide internal directories.