Documentation
¶
Index ¶
Constants ¶
View Source
const ProtocolName = "http_client"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpRequest ¶
type HttpResponse ¶
type HttpResponse struct {
HttpRequest
StatusCode int `json:"statusCode"`
}
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Initialize ¶
func (p *Plugin) Initialize(c config.DeviceConfig)
type TimerParam ¶
type TimerParam struct {
Auth string `json:"auth"` //认证信息
}
Click to show internal directories.
Click to hide internal directories.