This commit is contained in:
aozhiwei 2020-10-30 10:01:59 +08:00
parent 11db81a7e1
commit 9e6f58e5af

View File

@ -8,10 +8,10 @@ import (
const (
MT_SERVER_INFO = 0
MT_ALI_KEY = iota
MT_IP_WHITE_LIST = iota
MT_IP_BLACK_LIST = iota
MT_LAUNCH_WHITE_LIST = iota
MT_LAUNCH_BLACK_LIST = iota
MT_IP_WHITE_LIST
MT_IP_BLACK_LIST
MT_LAUNCH_WHITE_LIST
MT_LAUNCH_BLACK_LIST
MT_MAX = iota
)