mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
move DiskStatus and MemStatus to protobuf
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
package stats
|
||||
|
||||
func (mem *MemStatus) fillInStatus() {
|
||||
import "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
|
||||
|
||||
func fillInMemStatus(status *volume_server_pb.MemStatus) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user