MCPcopy
hub / github.com/cloudflare/cloudflared / RegistrationServer

Struct RegistrationServer

tunnelrpc/registration_server.go:12–14  ·  view source on GitHub ↗

RegistrationServer provides a handler interface for a client to provide methods to handle the different types of requests that can be communicated by the stream.

Source from the content-addressed store, hash-verified

10// RegistrationServer provides a handler interface for a client to provide methods to handle the different types of
11// requests that can be communicated by the stream.
12type RegistrationServer struct {
13 registrationServer pogs.RegistrationServer
14}
15
16func NewRegistrationServer(registrationServer pogs.RegistrationServer) *RegistrationServer {
17 return &RegistrationServer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected