GetStorage is like GetHandler but requires that the Handler be a storage Handler.
(prefix string)
| 71 | // GetStorage is like GetHandler but requires that the Handler be |
| 72 | // a storage Handler. |
| 73 | GetStorage(prefix string) (Storage, error) |
| 74 | } |
| 75 | |
| 76 | // HandlerIniter is an optional interface which can be implemented |
no outgoing calls