()
| 433 | ) |
| 434 | |
| 435 | func init() { |
| 436 | LoadTokenInfo() |
| 437 | SqlDialect.Init() |
| 438 | FilterQLDialect.Init() |
| 439 | JsonDialect.Init() |
| 440 | } |
| 441 | |
| 442 | // LoadTokenInfo load the token info into global map |
| 443 | func LoadTokenInfo() { |
nothing calls this directly
no test coverage detected