mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 04:02:15 +02:00
necessary actions (#276)
This commit is contained in:
parent
14c299ee80
commit
fdc5154873
@ -18,6 +18,15 @@ type Agent struct {
|
|||||||
zCfg *zrokEdgeSdk.Config
|
zCfg *zrokEdgeSdk.Config
|
||||||
str *store.Store
|
str *store.Store
|
||||||
queue chan *metrics.Usage
|
queue chan *metrics.Usage
|
||||||
|
acctWarningEnforce []AccountAction
|
||||||
|
acctLimitEnforce []AccountAction
|
||||||
|
acctLimitRelax []AccountAction
|
||||||
|
envWarningEnforce []EnvironmentAction
|
||||||
|
envLimitEnforce []EnvironmentAction
|
||||||
|
envLimitRelax []EnvironmentAction
|
||||||
|
shrWarningEnforce []ShareAction
|
||||||
|
shrLimitEnforce []ShareAction
|
||||||
|
shrLimitRelax []ShareAction
|
||||||
close chan struct{}
|
close chan struct{}
|
||||||
join chan struct{}
|
join chan struct{}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user