✨ add go-captcha / add base auth api
This commit is contained in:
6
common/enum/deleted.go
Normal file
6
common/enum/deleted.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package enum
|
||||
|
||||
var (
|
||||
UNDELETED int64 = 0
|
||||
DELETED int64 = 1
|
||||
)
|
Reference in New Issue
Block a user