mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-19 10:16:53 +08:00
merge ranges
This commit is contained in:
@@ -34,3 +34,7 @@ func (tc *throwPacketRateConfig) setVal (val interface{}) (err error){
|
||||
func (tc *throwPacketRateConfig) getVal () (val interface{}){
|
||||
return tc.value
|
||||
}
|
||||
|
||||
func (tc *throwPacketRateConfig) GetValFloat64 () (val float64){
|
||||
return tc.value
|
||||
}
|
||||
|
Reference in New Issue
Block a user