ds: add WorkerServer

This commit is contained in:
realaltffour 2020-06-15 13:05:30 +03:00
parent 48693bfcc2
commit 962f9f8267
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
2 changed files with 5 additions and 0 deletions

View File

View File

@ -0,0 +1,5 @@
#[derive(PartialEq, Debug)]
pub struct WorkerServer {
name: String,
server_ip: Ipv4Addr,
}