String returns a string representation of this driver.
()
| 37 | type ProtoDriver interface { |
| 38 | // String returns a string representation of this driver. |
| 39 | String() string |
| 40 | // CreateReadWrite creates a new, empty filesystem layer that is ready |
| 41 | // to be used as the storage for a container. Additional options can |
| 42 | // be passed in opts. parent may be "" and opts may be nil. |
no outgoing calls