1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-02 16:50:25 +02:00
seaweedfs/weed/stats/disk_notsupported.go
2018-10-15 22:25:28 -07:00

10 lines
200 B
Go

// +build windows openbsd netbsd plan9 solaris
package stats
import "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
func fillInDiskStatus(status *volume_server_pb.DiskStatus) {
return
}