Files
seaweedfs/weed/stats/disk_notsupported.go
T
2026-02-20 18:42:00 -08:00

10 lines
180 B
Go

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