(w http.ResponseWriter, _ *http.Request)
| 9 | ) |
| 10 | |
| 11 | func (s *Service) Base(w http.ResponseWriter, _ *http.Request) { |
| 12 | common.SendProtoResponse(w, s.BaseInfoResponse()) |
| 13 | } |
| 14 | |
| 15 | func (s *Service) Start(w http.ResponseWriter, r *http.Request) { |
| 16 | data := &common.Backend{} |
no test coverage detected