class
Configuration::Datastore
- Configuration::Datastore
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
configuration/datastore.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(mode : String = "etcd", external_datastore_endpoint : String = "", etcd : Configuration::DatastoreTypes::Etcd = ::Configuration::DatastoreTypes::Etcd.new)
Instance Method Summary
Constructor Detail
def self.new(mode : String = "etcd", external_datastore_endpoint : String = "", etcd : Configuration::DatastoreTypes::Etcd = ::Configuration::DatastoreTypes::Etcd.new)
#