# Functions
ConvertAddressStrToSlice convert address like "127.0.0.1:2379,127.0.0.1:2380" to endpoints like ["127.0.0.1:2379", "127.0.0.1:2380"] if enableHttps, the func will convert address to endpoints like ["https://127.0.0.1:2379","https://127.0.0.1:2380"].
No description provided by the author
No description provided by the author
GetWorkerIDByIp use ip low 10 bit to generate workerID.
No description provided by the author
ValidateHostPort validate that hostPort is correct.