struct LavinMQ::Etcd::Endpoint

Defined in:

lavinmq/etcd.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32, auth : String | Nil, tls : Bool) #

[View source]

Instance Method Detail

def auth : String | Nil #

def clone #

[View source]
def copy_with(host _host = @host, port _port = @port, auth _auth = @auth, tls _tls = @tls) #

[View source]
def host : String #

def port : Int32 #

def tls : Bool #