Merge public:master into private
						commit
						62894d68b6
					
				|  | @ -31,7 +31,7 @@ validation of the `storagedriver.StorageDriver` interface. | |||
| 
 | ||||
| ## 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 | ||||
| `factory.Register` method, and then later invoked by calling `factory.Create` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue