DocsModule defines a http provider for container.Container. It serves static files under `./docs`. `./docs` is supposed to contain doc serving engines such as Swagger, Docify or plain markdowns.
| 9 | // DocsModule defines a http provider for container.Container. It serves static files under `./docs`. |
| 10 | // `./docs` is supposed to contain doc serving engines such as Swagger, Docify or plain markdowns. |
| 11 | type DocsModule struct{} |
| 12 | |
| 13 | // ProvideHTTP implements container.HTTPProvider |
| 14 | func (d DocsModule) ProvideHTTP(router *mux.Router) { |
nothing calls this directly
no outgoing calls
no test coverage detected