returns "" if unknown GetHandler returns either a Storage or an http.Handler. It forces the handler to be loaded and returns an error if a cycle is created.
(prefix string)
| 67 | // It forces the handler to be loaded and returns an error if |
| 68 | // a cycle is created. |
| 69 | GetHandler(prefix string) (interface{}, error) |
| 70 | |
| 71 | // GetStorage is like GetHandler but requires that the Handler be |
| 72 | // a storage Handler. |
no outgoing calls
no test coverage detected