mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-17 15:21:31 +00:00
10 lines
169 B
Go
10 lines
169 B
Go
//go:build !linux
|
|
|
|
package stats
|
|
|
|
import "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
|
|
|
|
func fillInMemStatus(status *volume_server_pb.MemStatus) {
|
|
return
|
|
}
|