| 16 | ) |
| 17 | |
| 18 | type ServerModule struct { |
| 19 | Sts *leader.Status |
| 20 | } |
| 21 | |
| 22 | func (s ServerModule) ProvideHTTP(router *mux.Router) { |
| 23 | router.HandleFunc("/", func(writer http.ResponseWriter, request *http.Request) { |
nothing calls this directly
no outgoing calls
no test coverage detected