Files
seaweedfs/weed/pb/shared_values.go

6 lines
50 B
Go
Raw Normal View History

2020-04-12 20:48:21 -07:00
package pb
const (
AdminShellClient = "shell"
2020-04-12 21:00:55 -07:00
)