mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* move callbacks out of messageRouter * OCD * more OCD * fix forwarder test * even more OCD * maximum OCD * package name collision, copy lock by value
11 lines
180 B
Go
11 lines
180 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package prometheus
|
|
|
|
import "github.com/livekit/protocol/livekit"
|
|
|
|
func updateCurrentNodeSystemStats(_ *livekit.NodeStats) error {
|
|
return nil
|
|
}
|