spiders_scheme/
lib.rs

1pub mod entity;
2pub mod scheme;
3
4pub const SPIDERS_WEB_PORT_BASE: u16 = 63000;
5pub const SPIDERS_GRPC_PORT_BASE: u16 = 22000;
6pub const SPIDERS_WEBSOCKET_PORT_BASE: u16 = 55000;