Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package verifyMgr
|
||||
|
||||
type VerifyType int8
|
||||
|
||||
const (
|
||||
// Method=GET
|
||||
Con_Get VerifyType = 1
|
||||
|
||||
// Method=POST
|
||||
Con_Post VerifyType = 2
|
||||
)
|
||||
Reference in New Issue
Block a user