forked from TrueCloudLab/frostfs-node
[#412] ir/locode: Fix docs of the VerifyAndUpdate method
`Validator.VerifyAndUpdate` method does not add location code attribute. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
096acb2a44
commit
75d6702d2e
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ var errMissingRequiredAttr = errors.New("missing required attribute in DB record
|
||||||
// If DB entry R was found w/o errors, then new attributes are:
|
// If DB entry R was found w/o errors, then new attributes are:
|
||||||
// * CountryCode: R.CountryCode().String();
|
// * CountryCode: R.CountryCode().String();
|
||||||
// * Country: R.CountryName();
|
// * Country: R.CountryName();
|
||||||
// * LocationCode: R.LocationCode().String();
|
|
||||||
// * Location: Record.LocationName();
|
// * Location: Record.LocationName();
|
||||||
// * SubDivCode: R.SubDivCode();
|
// * SubDivCode: R.SubDivCode();
|
||||||
// * SubDiv: R.SubDivName();
|
// * SubDiv: R.SubDivName();
|
||||||
|
|
Loading…
Reference in a new issue