1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-07 03:50:11 +02:00
seaweedfs/weed/stats/memory_notsupported.go

11 lines
186 B
Go

//go:build !linux
// +build !linux
package stats
import "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
func fillInMemStatus(status *volume_server_pb.MemStatus) {
return
}