package
1.3.2
Repository: https://github.com/dspasibenko/teleport.git
Documentation: pkg.go.dev

# Packages

Copyright 2015 Gravitational, Inc.
Package dynamodbDynamoDBBackend implements DynamoDB storage backend for Teleport auth service, similar to etcd backend.
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

Config is used for 'storage' config section.
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 .