Commit 202a1cb8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7c1578e7
...@@ -39,7 +39,7 @@ type OpenOptions struct { ...@@ -39,7 +39,7 @@ type OpenOptions struct {
type DriverOptions struct { type DriverOptions struct {
ReadOnly bool // whether to open storage as read-only ReadOnly bool // whether to open storage as read-only
// Channel where watched storage events have to be delivered. // Channel where storage events have to be delivered.
// //
// Watchq can be nil to ignore such events. However if Watchq != nil, the events // Watchq can be nil to ignore such events. However if Watchq != nil, the events
// have to be consumed or else the storage driver will misbehave - e.g. // have to be consumed or else the storage driver will misbehave - e.g.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment