【修改方法名】
This commit is contained in:
parent
d650595166
commit
e21995b695
@ -181,7 +181,7 @@ func (repo *Repository) KeyList() []*Key {
|
||||
return list
|
||||
}
|
||||
|
||||
func (repo *Repository) CentralizedMap() []*proto.CentralizedStationRef {
|
||||
func (repo *Repository) CentralizedList() []*proto.CentralizedStationRef {
|
||||
var list []*proto.CentralizedStationRef
|
||||
for _, model := range repo.centralizedMap {
|
||||
list = append(list, model)
|
||||
|
Loading…
Reference in New Issue
Block a user