Skip to content

Instantly share code, notes, and snippets.

@enisoc
enisoc / ceph.go
Last active March 17, 2016 01:55
Vitess Ceph Backup Plugin
import (
"io"
"sync"
"github.com/youtube/vitess/go/vt/concurrency"
// ...
)
type CephBackupHandle struct {
errors concurrency.AllErrorRecorder
waitGroup sync.WaitGroup