MCPcopy Index your code
hub / github.com/coder/coder / DRPCRegisterTailnet

Function DRPCRegisterTailnet

tailnet/proto/tailnet_drpc.pb.go:280–282  ·  view source on GitHub ↗
(mux drpc.Mux, impl DRPCTailnetServer)

Source from the content-addressed store, hash-verified

278}
279
280func DRPCRegisterTailnet(mux drpc.Mux, impl DRPCTailnetServer) error {
281 return mux.Register(impl, DRPCTailnetDescription{})
282}
283
284type DRPCTailnet_PostTelemetryStream interface {
285 drpc.Stream

Callers 2

NewClientServiceFunction · 0.92
NewClientWithSecretsFunction · 0.92

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected