[#316] locode/boltdb: Replace all references to the City with Location

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-02-10 13:20:39 +03:00 committed by Leonard Lyubich
parent 0a87fec6c6
commit 9a425924cf
4 changed files with 27 additions and 27 deletions

View file

@ -30,7 +30,7 @@ type locodeBoltEntryWrapper struct {
}
func (l *locodeBoltEntryWrapper) LocationName() string {
return l.Record.CityName()
return l.Record.LocationName()
}
type locodeBoltDBWrapper locodebolt.DB