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

Method Struct

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

Source from the content-addressed store, hash-verified

694type ServerInfo_Promise struct{ *capnp.Pipeline }
695
696func (p ServerInfo_Promise) Struct() (ServerInfo, error) {
697 s, err := p.Pipeline.Struct()
698 return ServerInfo{s}, err
699}
700
701type AuthenticateResponse struct{ capnp.Struct }
702

Callers

nothing calls this directly

Calls 1

StructMethod · 0.45

Tested by

no test coverage detected