Merge branch 'JoeWrightss-patch-1'
This commit is contained in:
commit
401a2b75e8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ validation of the `storagedriver.StorageDriver` interface.
|
||||||
|
|
||||||
## Driver selection and configuration
|
## Driver selection and configuration
|
||||||
|
|
||||||
The preferred method of selecting a storage driver is using the `StorageDriverFactory` interface in the `storagedriver/factory` package. These factories provide a common interface for constructing storage drivers with a parameters map. The factory model is based off of the [Register](http://golang.org/pkg/database/sql/#Register) and [Open](http://golang.org/pkg/database/sql/#Open) methods in the builtin [database/sql](http://golang.org/pkg/database/sql) package.
|
The preferred method of selecting a storage driver is using the `StorageDriverFactory` interface in the `storagedriver/factory` package. These factories provide a common interface for constructing storage drivers with a parameters map. The factory model is based on the [Register](http://golang.org/pkg/database/sql/#Register) and [Open](http://golang.org/pkg/database/sql/#Open) methods in the builtin [database/sql](http://golang.org/pkg/database/sql) package.
|
||||||
|
|
||||||
Storage driver factories may be registered by name using the
|
Storage driver factories may be registered by name using the
|
||||||
`factory.Register` method, and then later invoked by calling `factory.Create`
|
`factory.Register` method, and then later invoked by calling `factory.Create`
|
||||||
|
|
Loading…
Reference in a new issue