etcd: Ensure that fs.Fs implements afero.Fs
This commit is contained in:
@@ -43,6 +43,9 @@ const (
|
|||||||
superblock = "/some/superblock" // TODO: generate randomly per test?
|
superblock = "/some/superblock" // TODO: generate randomly per test?
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Ensure that etcdfs.Fs implements afero.Fs.
|
||||||
|
var _ afero.Fs = &etcdfs.Fs{}
|
||||||
|
|
||||||
// runEtcd starts etcd locally via the mgmt binary. It returns a function to
|
// runEtcd starts etcd locally via the mgmt binary. It returns a function to
|
||||||
// kill the process which the caller must use to clean up.
|
// kill the process which the caller must use to clean up.
|
||||||
func runEtcd() (func() error, error) {
|
func runEtcd() (func() error, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user