Initial commit (code only without large binaries)
This commit is contained in:
5
EdgeAPI/internal/db/models/errors.go
Normal file
5
EdgeAPI/internal/db/models/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAPI/internal/errors"
|
||||
|
||||
var ErrNotFound = errors.New("resource not found")
|
||||
Reference in New Issue
Block a user