修改代码符合规范

This commit is contained in:
dushixiang
2022-01-23 18:09:31 +08:00
parent a372e8ae8c
commit d8377bf06c
7 changed files with 21 additions and 15 deletions

View File

@ -19,8 +19,10 @@ const (
const Token = "X-Auth-Token"
type Key string
const (
DB = "db"
DB Key = "db"
SSH = "ssh"
RDP = "rdp"