package app // --------------------------------------------------------------------- // routesUpdate helpers: table identifiers // --------------------------------------------------------------------- func routesTableName() string { return "agvpn" } // --------------------------------------------------------------------- // EN: `routesTableNum` contains core logic for routes table num. // RU: `routesTableNum` - содержит основную логику для routes table num. // --------------------------------------------------------------------- func routesTableNum() string { return "666" }