修改代码符合规范
This commit is contained in:
@ -19,8 +19,10 @@ const (
|
||||
|
||||
const Token = "X-Auth-Token"
|
||||
|
||||
type Key string
|
||||
|
||||
const (
|
||||
DB = "db"
|
||||
DB Key = "db"
|
||||
|
||||
SSH = "ssh"
|
||||
RDP = "rdp"
|
||||
|
Reference in New Issue
Block a user