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
|
|
}
|