refactor: hrp convert

This commit is contained in:
buyuxiang
2022-05-24 13:36:34 +08:00
parent f19492c3f0
commit d0b2568797
37 changed files with 2245 additions and 626 deletions

View File

@@ -47,7 +47,7 @@ func (path *APIPath) ToAPI() (*API, error) {
if err != nil {
return nil, err
}
err = convertCompatValidator(api.Validators)
err = convertValidatorCompat2GoEngine(api.Validators)
convertExtract(api.Extract)
return api, err
}