class CryBase::CouchBase::Services::KV::BucketConfigClient

Defined in:

crybase/couchbase/services/kv/bucket_config_client.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(endpoint : Endpoint, username : String, password : String, bucket : String, connect_timeout : Time::Span = 5.seconds, read_timeout : Time::Span = 5.seconds, write_timeout : Time::Span = 5.seconds, *, tls_verify : Bool = true, tls_hostname : String | Nil = nil, tls_context : OpenSSL::SSL::Context::Client | Nil = nil) #

[View source]

Class Method Detail

def self.path(bucket : String) : String #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def endpoint : Endpoint #

[View source]
def fetch : BucketConfig #

[View source]