Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -85,7 +85,7 @@ func WithEnvironment(e environment.Execution) Option {
|
| 85 | 85 |
} |
| 86 | 86 |
|
| 87 | 87 |
// WithStorageDriver sets store driver option |
| 88 |
-func WithStorageDriver(driver string) func(d *Daemon) {
|
|
| 88 |
+func WithStorageDriver(driver string) Option {
|
|
| 89 | 89 |
return func(d *Daemon) {
|
| 90 | 90 |
d.storageDriver = driver |
| 91 | 91 |
} |