| 5 | ) |
| 6 | |
| 7 | type ReplicationEncoder struct { |
| 8 | //TODO:需要获取Slave集群的磁盘,CPU信息,根据这些信息实现合适的分配策略,有其他思路亦可提出来 |
| 9 | } |
| 10 | |
| 11 | func NewReplicationEncoder([]cluster.Slave) { |
| 12 | panic("implement me") |
nothing calls this directly
no outgoing calls
no test coverage detected