mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
11 lines
141 B
Go
11 lines
141 B
Go
|
package network_user
|
||
|
|
||
|
var (
|
||
|
accessLevel int
|
||
|
clientLimit int
|
||
|
nodeLimit int
|
||
|
clients string
|
||
|
nodes string
|
||
|
id string
|
||
|
)
|