MCPcopy
hub / github.com/cilium/cilium / getPeerHandler

Struct getPeerHandler

pkg/bgp/api/get_peer.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type getPeerHandler struct {
28 controller *agent.Controller
29}
30
31func (h *getPeerHandler) Handle(params restapi.GetBgpPeersParams) middleware.Responder {
32 if h.controller == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected