(string, http.FileSystem)
| 48 | StaticFileFS(string, string, http.FileSystem) IRoutes |
| 49 | Static(string, string) IRoutes |
| 50 | StaticFS(string, http.FileSystem) IRoutes |
| 51 | } |
| 52 | |
| 53 | // RouterGroup is used internally to configure router, a RouterGroup is associated with |
no outgoing calls