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

Method Struct

tunnelrpc/proto/tunnelrpc.capnp.go:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116type Authentication_Promise struct{ *capnp.Pipeline }
117
118func (p Authentication_Promise) Struct() (Authentication, error) {
119 s, err := p.Pipeline.Struct()
120 return Authentication{s}, err
121}
122
123type TunnelRegistration struct{ capnp.Struct }
124

Callers

nothing calls this directly

Calls 1

StructMethod · 0.45

Tested by

no test coverage detected