Documentation ¶
Index ¶
Constants ¶
View Source
const ( ERR_SERVER_NOT_FOUND = "RPC server not found" ERR_METHOD_NOT_FOUND = "Method not found" )
Variables ¶
This section is empty.
Functions ¶
func Call ¶ added in v1.0.11
* * Call * @param method string * @param data et.Json * @return et.Item * @return error *
func GetRouters ¶ added in v1.0.11
* * GetRouters * @return et.Items * @return error *
Types ¶
type Router ¶ added in v1.0.11
type Router struct { PackageName string `json:"packageName"` Host string `json:"host"` Port int `json:"port"` Solvers map[string]et.Json `json:"routes"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.