Versions in this module Expand all Collapse all v0 v0.6.1 Oct 23, 2017 Changes in this version + type Backend interface + GetLatest func() (name string, err error) + Open func(name string) (rc io.ReadCloser, err error) + Purge func(maxBackupFiles int) error + Save func(etcdVersion string, rev int64, r io.Reader) (size int64, err error) + Total func() (int, error) + TotalSize func() (int64, error) + func NewAbsBackend(abs *abs.ABS) Backend + func NewFileBackend(dir string) Backend + func NewS3Backend(s3 *s3.S3, dir string) Backend