discovery.etcd.io

command module
v0.0.0-...-9024675 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

README

discovery.etcd.io

This code powers the public service at https://discovery.etcd.io. The API is documented in

https://github.com/coreos/etcd/tree/master/Documentation/cluster-discovery.md https://github.com/coreos/etcd/tree/master/Documentation/discovery-protocol.md

Development

discovery.etcd.io uses devweb for easy development. It is simple to get started:

./devweb
curl --verbose -X PUT localhost:8087/new

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
lockstring
Lockstring implements a string protected by a RWLock
Lockstring implements a string protected by a RWLock
third_party
src/code.google.com/p/rsc/appfs/appfile command
appfile is a command-line interface to an appfs file system.
appfile is a command-line interface to an appfs file system.
src/code.google.com/p/rsc/appfs/appmount command
appmount mounts an appfs file system.
appmount mounts an appfs file system.
src/code.google.com/p/rsc/appfs/client
Package client implements a basic appfs client.
Package client implements a basic appfs client.
src/code.google.com/p/rsc/appfs/fs
Package fs is an indirection layer, allowing code to use a file system without knowing whether it is the host file system (running without App Engine) or the datastore-based app file system (running on App Engine).
Package fs is an indirection layer, allowing code to use a file system without knowing whether it is the host file system (running without App Engine) or the datastore-based app file system (running on App Engine).
src/code.google.com/p/rsc/appfs/proto
Package proto defines the protocol between appfs client and server.
Package proto defines the protocol between appfs client and server.
src/code.google.com/p/rsc/appfs/server
Package server implements an appfs server backed by the App Engine datastore.
Package server implements an appfs server backed by the App Engine datastore.
src/code.google.com/p/rsc/arq
Package arq implements read-only access to Arq backups stored on S3.
Package arq implements read-only access to Arq backups stored on S3.
src/code.google.com/p/rsc/arq/arqfs command
Arqfs implements a file system interface to a collection of Arq backups.
Arqfs implements a file system interface to a collection of Arq backups.
src/code.google.com/p/rsc/arq/hist command
Hist shows the history of a given file, using Arq backups.
Hist shows the history of a given file, using Arq backups.
src/code.google.com/p/rsc/blog/atom
Package atom defines XML data structures for an Atom feed.
Package atom defines XML data structures for an Atom feed.
src/code.google.com/p/rsc/cloudprint
Package cloudprint implements sending and receiving print jobs using Google Cloud Print (https://developers.google.com/cloud-print/).
Package cloudprint implements sending and receiving print jobs using Google Cloud Print (https://developers.google.com/cloud-print/).
src/code.google.com/p/rsc/cmd/asmlint command
Asmlint looks for errors in and sometimes rewrites assembly source files.
Asmlint looks for errors in and sometimes rewrites assembly source files.
src/code.google.com/p/rsc/cmd/crypt command
Crypt is a simple password-based encryption program, demonstrating how to use code.google.com/p/rsc/crypt.
Crypt is a simple password-based encryption program, demonstrating how to use code.google.com/p/rsc/crypt.
src/code.google.com/p/rsc/cmd/dateseq command
Dateseq prints a sequence of dates.
Dateseq prints a sequence of dates.
src/code.google.com/p/rsc/cmd/googlecsv command
Googlecsv prints a spreadsheet from Google Drive in CSV format.
Googlecsv prints a spreadsheet from Google Drive in CSV format.
src/code.google.com/p/rsc/cmd/jfmt command
jfmt reads JSON from standard input, formats it, and writes it to standard output.
jfmt reads JSON from standard input, formats it, and writes it to standard output.
src/code.google.com/p/rsc/cmd/labels command
Labels converts comma-separated-value records to PostScript mailing labels.
Labels converts comma-separated-value records to PostScript mailing labels.
src/code.google.com/p/rsc/cmd/numbers command
Numbers is a text-based calculator language.
Numbers is a text-based calculator language.
src/code.google.com/p/rsc/cmd/pprof_mac_fix command
pprof_mac_fix applies a binary patch to the OS X kernel in order to make pprof profiling report accurate values.
pprof_mac_fix applies a binary patch to the OS X kernel in order to make pprof profiling report accurate values.
src/code.google.com/p/rsc/cmd/uploadbot command
Uploadbot uploads tgz snapshots of Mercurial repositories to the download section of a Google Code project.
Uploadbot uploads tgz snapshots of Mercurial repositories to the download section of a Google Code project.
src/code.google.com/p/rsc/crypt
Package crypt provides simple, password-based encryption and decryption of data blobs.
Package crypt provides simple, password-based encryption and decryption of data blobs.
src/code.google.com/p/rsc/dbstore
Package dbstore stores and retrieves Go data structures as rows in a SQL database.
Package dbstore stores and retrieves Go data structures as rows in a SQL database.
src/code.google.com/p/rsc/devweb command
Devweb is a simple environment for developing a web server.
Devweb is a simple environment for developing a web server.
src/code.google.com/p/rsc/ext2
Package ext2 implements read-only access to EXT2 file systems.
Package ext2 implements read-only access to EXT2 file systems.
src/code.google.com/p/rsc/fuse
Package fuse enables writing FUSE file systems on FreeBSD, Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
Package fuse enables writing FUSE file systems on FreeBSD, Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
src/code.google.com/p/rsc/fuse/hellofs command
Hellofs implements a simple "hello world" file system.
Hellofs implements a simple "hello world" file system.
src/code.google.com/p/rsc/gf256
Package gf256 implements arithmetic over the Galois Field GF(256).
Package gf256 implements arithmetic over the Galois Field GF(256).
src/code.google.com/p/rsc/issue
Package issue provides access to the Google Code Issue Tracker API.
Package issue provides access to the Google Code Issue Tracker API.
src/code.google.com/p/rsc/issue/dashboard
Package dashboard implements the issue dashboard for an upcoming Go release.
Package dashboard implements the issue dashboard for an upcoming Go release.
src/code.google.com/p/rsc/keychain
Package keychain implements access to the passwords and other keys stored in the system-provided keychain.
Package keychain implements access to the passwords and other keys stored in the system-provided keychain.
src/code.google.com/p/rsc/oauthprompt
Package oauthprompt implements prompting a local user for an OAuth token and caching the result in the user's home directory.
Package oauthprompt implements prompting a local user for an OAuth token and caching the result in the user's home directory.
src/code.google.com/p/rsc/plist
Package plist implements parsing of Apple plist files.
Package plist implements parsing of Apple plist files.
src/code.google.com/p/rsc/qr
Package qr encodes QR codes.
Package qr encodes QR codes.
src/code.google.com/p/rsc/qr/coding
Package coding implements low-level QR coding details.
Package coding implements low-level QR coding details.
src/code.google.com/p/rsc/qr/libqrencode
Package libqrencode wraps the C libqrencode library.
Package libqrencode wraps the C libqrencode library.
src/code.google.com/p/rsc/s3get command
S3get fetches a single object from or lists the objects in an S3 bucket.
S3get fetches a single object from or lists the objects in an S3 bucket.
src/code.google.com/p/rsc/scancab command
Scancab is an implementation of a document scanning cabinet.
Scancab is an implementation of a document scanning cabinet.
src/code.google.com/p/rsc/scancab/database
Package database implements the database for the scanning cabinet.
Package database implements the database for the scanning cabinet.
src/code.google.com/p/rsc/smugmug
Package smugmug uses the SmugMug API to manipulate photo albums stored on smugmug.com.
Package smugmug uses the SmugMug API to manipulate photo albums stored on smugmug.com.
src/code.google.com/p/rsc/smugmug/smugup command
Smugup uploads a collection of photos to SmugMug.
Smugup uploads a collection of photos to SmugMug.
src/code.google.com/p/rsc/webdriver
Package webdriver implements a client for the Selenium WebDriver wire protocol.
Package webdriver implements a client for the Selenium WebDriver wire protocol.
src/code.google.com/p/rsc/websrv
Package websrv provides a stylized way to write HTTP handlers and run an HTTP server.
Package websrv provides a stylized way to write HTTP handlers and run an HTTP server.
src/code.google.com/p/rsc/xmpp
Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921.
Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921.
src/github.com/coreos/go-systemd/activation
Package activation implements primitives for systemd socket activation.
Package activation implements primitives for systemd socket activation.
src/github.com/coreos/go-systemd/dbus
Integration with the systemd D-Bus API.
Integration with the systemd D-Bus API.
src/github.com/coreos/go-systemd/examples/activation command
Activation example used by the activation unit tests.
Activation example used by the activation unit tests.
src/github.com/coreos/go-systemd/journal
Package journal provides write bindings to the systemd journal
Package journal provides write bindings to the systemd journal
src/github.com/gorilla/context
Package gorilla/context stores values shared during a request lifetime.
Package gorilla/context stores values shared during a request lifetime.
src/github.com/gorilla/handlers
Package handlers is a collection of handlers for use with Go's net/http package.
Package handlers is a collection of handlers for use with Go's net/http package.
src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL