pub type NetWrite = NetWriteEntity;
pub struct NetWrite { pub addr: String, }
addr: String
Endpoint address string (for example 127.0.0.1:8080).
127.0.0.1:8080