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

Struct DRPCTailnetUnimplementedServer

tailnet/proto/tailnet_drpc.pb.go:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203type DRPCTailnetUnimplementedServer struct{}
204
205func (s *DRPCTailnetUnimplementedServer) PostTelemetry(context.Context, *TelemetryRequest) (*TelemetryResponse, error) {
206 return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected