mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-15 17:42:01 -05:00
8 lines
128 B
Go
8 lines
128 B
Go
package command
|
|
|
|
const (
|
|
CommandGroupServer = "Server"
|
|
CommandGroupServices = "Service"
|
|
CommandGroupStorage = "Storage"
|
|
)
|