class

Totem::RemoteProviders::Etcd

Inherits Totem::RemoteProviders::Adapter < Reference < Object

Etcd remote provider

Note: It dependency etcd-crystal shard. Install it before use.

Constructors

new(endpoint : String, path : String | Nil = nil)
Source

Instance methods

get(key : String) : Any | Nil
Source
get?(key)
Source
read(config_type : String | Nil = nil) : Hash(String, Totem::Any) | Nil
Source