MCPcopy
hub / github.com/openziti/ziti / PatchLinkHandler

Interface PatchLinkHandler

controller/rest_server/operations/link/patch_link.go:47–49  ·  view source on GitHub ↗

PatchLinkHandler interface for that can handle valid patch link params

Source from the content-addressed store, hash-verified

45
46// PatchLinkHandler interface for that can handle valid patch link params
47type PatchLinkHandler interface {
48 Handle(PatchLinkParams, any) middleware.Responder
49}
50
51// NewPatchLink creates a new http.Handler for the patch link operation
52func NewPatchLink(ctx *middleware.Context, handler PatchLinkHandler) *PatchLink {

Callers 1

ServeHTTPMethod · 0.65

Implementers 15

clientFirstRotatingServicetests/data_flow_hs_rotating_test.go
serverFirstRotatingServicetests/data_flow_hs_rotating_test.go
RouterDataModelSendercommon/router_data_model_sender.go
RouterDataModelcommon/router_data_model.go
removeLinkDestrouter/link/link_events.go
linkDestUpdaterouter/link/link_events.go
updateLinkStatusForLinkrouter/link/link_events.go
addLinkFaultForReplacedLinkrouter/link/link_events.go
updateLinkStatusToDialFailedrouter/link/link_events.go
inspectLinkStatesEventrouter/link/link_events.go
markNewLinksNotifiedrouter/link/link_events.go
markFaultedLinksNotifiedrouter/link/link_events.go

Calls

no outgoing calls

Tested by

no test coverage detected