| 25 | } |
| 26 | |
| 27 | type getPeerHandler struct { |
| 28 | controller *agent.Controller |
| 29 | } |
| 30 | |
| 31 | func (h *getPeerHandler) Handle(params restapi.GetBgpPeersParams) middleware.Responder { |
| 32 | if h.controller == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected