Initial chaos
This commit is contained in:
5
pkg/models/errors.go
Normal file
5
pkg/models/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type BaseError struct {
|
||||
Message string `json:"msg"`
|
||||
}
|
Reference in New Issue
Block a user