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

Method PostTelemetry

tailnet/controllers.go:98–98  ·  view source on GitHub ↗
(ctx context.Context, in *proto.TelemetryRequest)

Source from the content-addressed store, hash-verified

96
97type TelemetryClient interface {
98 PostTelemetry(ctx context.Context, in *proto.TelemetryRequest) (*proto.TelemetryResponse, error)
99}
100
101type TelemetryController interface {

Callers 2

sendTelemetryFunction · 0.65

Implementers 4

fakeTelemetryClienttailnet/controllers_test.go
DRPCServicetailnet/service.go
drpcTailnetClienttailnet/proto/tailnet_drpc.pb.go
DRPCTailnetUnimplementedServertailnet/proto/tailnet_drpc.pb.go

Calls

no outgoing calls

Tested by 1