mirror of
https://github.com/luscis/openlan.git
synced 2025-10-16 22:10:41 +08:00
fea: add qos support for client
This commit is contained in:
13
pkg/cache/qos.go
vendored
Normal file
13
pkg/cache/qos.go
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/luscis/openlan/pkg/libol"
|
||||
)
|
||||
|
||||
type qos struct {
|
||||
QosConfig *libol.SafeStrMap
|
||||
}
|
||||
|
||||
var pos = &qos{
|
||||
QosConfig: libol.NewSafeStrMap(1024),
|
||||
}
|
Reference in New Issue
Block a user