Struct consul::RegisterService [] [src]

pub struct RegisterService {
    pub ID: String,
    pub Name: String,
    pub Tags: Vec<String>,
    pub Port: u16,
    pub Address: String,
}

Service represents a service

Fields

Trait Implementations

impl Debug for RegisterService
[src]

Formats the value using the given formatter.