mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
10 lines
203 B
Go
10 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
|
|
}
|