netmaker/cli/cmd/network_user/flags.go

11 lines
141 B
Go
Raw Normal View History

2022-11-29 21:53:39 +08:00
package network_user
var (
accessLevel int
clientLimit int
nodeLimit int
clients string
nodes string
id string
)