chore: reorder api package structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package response
|
||||
|
||||
const (
|
||||
OkMes string = "OK"
|
||||
IntErrMes string = "An internal error occured, contact your administrator"
|
||||
)
|
||||
|
||||
type BasicResponse struct {
|
||||
Msg string `json:"msg"`
|
||||
Data any `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user