mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-16 04:50:41 +08:00
update
This commit is contained in:
8
internal/app/constants/bind.go
Normal file
8
internal/app/constants/bind.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
BIND_NONE = 0
|
||||
BIND_OPTION_HEADER = 1 << iota
|
||||
BIND_OPTION_BODY
|
||||
BIND_OPTION_QUERY
|
||||
)
|
Reference in New Issue
Block a user