insert routes to main and driver
This commit is contained in:
7
models/jsonResponse.go
Normal file
7
models/jsonResponse.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type JsonResponse struct {
|
||||
Error bool `json:"error,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
Data string `json:"data,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user