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

11 lines
241 B
Go

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