class Consul::Client

Defined in:

consul/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "127.0.0.1", port : Int32 = 8500, scheme : String = "http", token : String = "", consistency : String = "default") #

[View source]

Instance Method Detail

def agent : Consul::Agent #

[View source]
def catalog : Consul::Catalog #

[View source]
def consistency : String #

[View source]
def coordinate : Consul::Coordinate #

[View source]
def event : Consul::Event #

[View source]
def health : Consul::Health #

[View source]
def host : String #

[View source]
def kv : Consul::KV #

[View source]
def port : Int32 #

[View source]
def scheme : String #

[View source]
def snapshot : Consul::Snapshot #

[View source]
def status : Consul::Status #

[View source]
def token : String #

[View source]