Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CtxKey_Host = CtxKey("host")
)
Functions ¶
This section is empty.
Types ¶
type CallResp ¶
type CallResp struct { Result ResultType `json:"result,omitempty"` Error string `json:"error,omitempty"` }
type HostFunc ¶
type HostFunc func(param ParamType) (result ResultType, err error)
type ResultType ¶
type ResultType interface{}
Click to show internal directories.
Click to hide internal directories.