struct LavinMQ::Etcd::Connection

Defined in:

lavinmq/etcd.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(socket : IO, address : String, auth : String | Nil) #

[View source]

Instance Method Detail

def address : String #

def auth : String | Nil #

def clone #

[View source]
def copy_with(socket _socket = @socket, address _address = @address, auth _auth = @auth) #

[View source]
def socket : IO #