etcd 0.0.1 copy "etcd: ^0.0.1" to clipboard
etcd: ^0.0.1 copied to clipboard

outdated

A client for connecting to and interacting with ETCD, a distributed, reliable key-value store for the most critical data of a distributed system

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add etcd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  etcd: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:etcd/etcd.dart';
3
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A client for connecting to and interacting with ETCD, a distributed, reliable key-value store for the most critical data of a distributed system

Homepage
Repository

License

unknown (license)

Dependencies

fixnum, grpc, logging, path, protobuf, stack_trace

More

Packages that depend on etcd