mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 04:46:45 +08:00
10 lines
141 B
Go
10 lines
141 B
Go
package network_user
|
|
|
|
var (
|
|
accessLevel int
|
|
clientLimit int
|
|
nodeLimit int
|
|
clients string
|
|
nodes string
|
|
id string
|
|
)
|