package
0.2.0-beta.7
Repository: https://github.com/dspasibenko/teleport.git
Documentation: pkg.go.dev

# Packages

Copyright 2015 Gravitational, Inc.
Package etcdbk implements Etcd powered backend.
Package test contains a backend acceptance test suite that is backend implementation independant each backend will use the suite to test itself.

# Constants

Forever means that object TTL will not expire unless deleted.

# Structs

No description provided by the author

# Interfaces

Backend implements abstraction over local or remote storage backend Storage is modeled after BoltDB: * bucket is a slice []string{"a", "b"} * buckets contain key value pairs .