Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PolyRequest ¶
type PolyRequest struct { PolyName string `json:"poly_name"` Value interface{} `json:"value"` }
type Polymetric ¶
type Polymetric int
func (*Polymetric) Ping ¶
func (this *Polymetric) Ping(req cmodel.NullRpcRequest, resp *cmodel.SimpleRpcResponse) error
func (*Polymetric) Update ¶
func (t *Polymetric) Update(args []*cmodel.PolyRequest, reply *PolymetricResp) error
type PolymetricResp ¶
func (*PolymetricResp) String ¶
func (t *PolymetricResp) String() string
Click to show internal directories.
Click to hide internal directories.