Code readability updates
[ealt-edge.git] / mep / mepserver / mp1 / plan_register_svc.go
index 2a65de8..fe68be1 100644 (file)
@@ -44,6 +44,7 @@ type DecodeRestReq struct {
        RestBody      interface{}     `json:"restBody,out"`
 }
 
+//service request handler
 func (t *DecodeRestReq) OnRequest(data string) workspace.TaskCode {
        t.GetParam(t.R)
        err := t.ParseBody(t.R)