Commit 1f93aab2 authored by “prajwalp”'s avatar “prajwalp”
Browse files

MetaData Frontend change

No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -15,6 +15,7 @@ const ( ...@@ -15,6 +15,7 @@ const (
CONDITIONPARSEERROR = 1007 CONDITIONPARSEERROR = 1007
CONDITIONEVALERROR = 1008 CONDITIONEVALERROR = 1008
NEXTFORMEVALERROR = 1009 NEXTFORMEVALERROR = 1009
MARSHALERR = 3001
// DB Errors // DB Errors
MONGOERROR = 2001 MONGOERROR = 2001
......
...@@ -119,7 +119,7 @@ type AbstractBusinessLogicHolder struct { ...@@ -119,7 +119,7 @@ type AbstractBusinessLogicHolder struct {
Metadata MetaData Metadata MetaData
} }
type MetaData struct { type MetaData struct {
Header http.Header Header http.Header `json:"headers"`
} }
// SetGlobalConfig - SetGlobalConfig // SetGlobalConfig - SetGlobalConfig
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment