MCPcopy Create free account
hub / github.com/PasarGuard/node / Base

Method Base

controller/rest/base.go:11–13  ·  view source on GitHub ↗
(w http.ResponseWriter, _ *http.Request)

Source from the content-addressed store, hash-verified

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

Callers 2

findXrayProcessesFunction · 0.80
findXrayProcessesFunction · 0.80

Implementers 1

Controllercontroller/controller.go

Calls 2

SendProtoResponseFunction · 0.92
BaseInfoResponseMethod · 0.80

Tested by

no test coverage detected