package
Version:
v0.0.0-...-35d75ae
Opens a new window with list of versions in this module.
Published: Oct 1, 2017
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IdRequest struct {
Id string `json:"id"`
}
IdRequest JobId请求json
type ResponseBody ¶
type ResponseBody struct {
Code int `json:"code"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
ResponseBody 响应Body格式
type TopicRequest struct {
Topic string `json:"topic"`
}
TopicRequest Job类型请求json
Source Files
¶
Click to show internal directories.
Click to hide internal directories.