| 21 | } |
| 22 | |
| 23 | type getRoutePoliciesHandler struct { |
| 24 | controller *agent.Controller |
| 25 | } |
| 26 | |
| 27 | func (h *getRoutePoliciesHandler) Handle(params restapi.GetBgpRoutePoliciesParams) middleware.Responder { |
| 28 | if h.controller == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected