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

Struct Ack

types/ack_type.go:70–73  ·  view source on GitHub ↗

Ack defines a whole client ack request entity.

Source from the content-addressed store, hash-verified

68
69// Ack defines a whole client ack request entity.
70type Ack struct {
71 proto.Envelope
72 Header SignedAckHeader `json:"h"`
73}
74
75// AckResponse defines client ack response entity.
76type AckResponse struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected