Files
seaweedFS/weed/stats/disk_notsupported.go
Chris Lu e4b70c2521 go fix
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
}