GITLAB
Marko Tikvić
/ webutility
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
832243a5df0508d4a16b90a424c98ddfd4f93e0a
Authored by
Marko Tikvić
2019-12-13 12:03:51 +0100
1 parent
25b39d69c8
Exists in
master
todo
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
http.go
Side-by-side Diff
Inline Diff
http.go
Diff comments
View file @
832243a
...
...
@@ -110,6 +110,7 @@ func Created(w http.ResponseWriter, payload interface{}) {
110
110
type weberror struct {
111
111
Request string `json:"request"`
112
112
Error string `json:"error"`
113
+ //Code int64 `json:"code"` TODO
113
114
}
114
115
115
116
// Error ...
...
...