mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-06 08:27:03 +08:00
9 lines
122 B
Go
9 lines
122 B
Go
package constants
|
|
|
|
const (
|
|
BIND_NONE = 0
|
|
BIND_OPTION_HEADER = 1 << iota
|
|
BIND_OPTION_BODY
|
|
BIND_OPTION_QUERY
|
|
)
|