1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-03 01:00:04 +02:00
seaweedfs/weed/stats/memory_notsupported.go
2021-09-01 02:45:42 -07:00

11 lines
186 B
Go

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