mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-30 01:46:37 +08:00
[网站服务]可以审核域名、查看审核结果,用户端可以启用、停用域名
This commit is contained in:
5
internal/db/models/errors.go
Normal file
5
internal/db/models/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAPI/internal/errors"
|
||||
|
||||
var ErrNotFound = errors.New("not found")
|
||||
Reference in New Issue
Block a user