Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface {
// Open returns a new Committer with the respect to the passed vault.
// The name is a string in a driver-specific format.
// The returned Committer is only used by one goroutine at a time.
Open(name string, sp view2.ServiceProvider, vault Vault) (Committer, error)
}
Driver is the interface that must be implemented by a committer driver.
Click to show internal directories.
Click to hide internal directories.