mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
necessary actions (#276)
This commit is contained in:
parent
fdefa11db4
commit
baa6c4e7dd
@ -18,6 +18,15 @@ type Agent struct {
|
||||
zCfg *zrokEdgeSdk.Config
|
||||
str *store.Store
|
||||
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{}
|
||||
join chan struct{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user