【修改方法名】

This commit is contained in:
weizhihong 2023-10-31 09:26:36 +08:00
parent d650595166
commit e21995b695

View File

@ -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)