refactoring

This commit is contained in:
Chris Lu
2020-04-12 20:48:21 -07:00
parent b062393f3f
commit 8e23dc078b
3 changed files with 9 additions and 4 deletions

5
weed/pb/shared_values.go Normal file
View File

@@ -0,0 +1,5 @@
package pb
const (
AdminShellClient = "shell"
)