MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Envelope

Struct Envelope

proto/proto.go:49–55  ·  view source on GitHub ↗

Envelope is the protocol header.

Source from the content-addressed store, hash-verified

47
48// Envelope is the protocol header.
49type Envelope struct {
50 Version string `json:"v"`
51 TTL time.Duration `json:"t"`
52 Expire time.Duration `json:"e"`
53 NodeID *RawNodeID `json:"id"`
54 _ctx context.Context
55}
56
57// PingReq is Ping RPC request.
58type PingReq struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected