mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-03 00:49:13 +08:00
11 lines
203 B
Go
11 lines
203 B
Go
//go:build netbsd || plan9
|
|
// +build netbsd plan9
|
|
|
|
package stats
|
|
|
|
import "github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
|
|
|
|
func fillInDiskStatus(status *volume_server_pb.DiskStatus) {
|
|
return
|
|
}
|