mirror of
https://github.com/livekit/livekit.git
synced 2026-04-26 17:27:33 +00:00
* Updated protocol from protocol/proto -> protocol/livekit * separate MediaTrack from PublishedTrack
11 lines
196 B
Go
11 lines
196 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package prometheus
|
|
|
|
import livekit "github.com/livekit/protocol/livekit"
|
|
|
|
func updateCurrentNodeSystemStats(nodeStats *livekit.NodeStats) error {
|
|
return nil
|
|
}
|