Documentation ¶
Index ¶
Constants ¶
View Source
const TARGETAPPID = "hedlzgp1u48kjf50xtcvwdklminbqe9a"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClasterJob ¶
type ClasterJob interface {
Do()
}
type ClasterTask ¶
type ClasterTask struct {
// contains filtered or unexported fields
}
func NewClasterTask ¶
func (*ClasterTask) Do ¶
func (ct *ClasterTask) Do()
type ClasterTaskPool ¶
type ClasterTaskPool struct { JobQueue chan ClasterJob WorkerQueue chan chan ClasterJob // contains filtered or unexported fields }
func NewClasterTaskPool ¶
func NewClasterTaskPool(workerlen int) *ClasterTaskPool
func (*ClasterTaskPool) Run ¶
func (ctp *ClasterTaskPool) Run()
type ConcretProxy ¶
func NewConcretProxy ¶
func NewConcretProxy(pt types.ProxyType) *ConcretProxy
func (*ConcretProxy) Response ¶
func (cp *ConcretProxy) Response() *chan []byte
type DeployProxy ¶
func NewDeployProxy ¶
func NewDeployProxy(pt types.ProxyType) *DeployProxy
func (*DeployProxy) ErrorRes ¶
func (dp *DeployProxy) ErrorRes(err error) []byte
func (*DeployProxy) Response ¶
func (dp *DeployProxy) Response() *chan []byte
type FilterProxy ¶
func NewFilterProxy ¶
func NewFilterProxy(pt types.ProxyType) *FilterProxy
func (*FilterProxy) Response ¶
func (fp *FilterProxy) Response() *chan []byte
type Response ¶
type Response struct { Ret interface{} `json:"ret"` Data interface{} `json:"data"` Message string `json:"message"` }
func HandleResponse ¶
Click to show internal directories.
Click to hide internal directories.