MCPcopy Create free account
hub / github.com/cloud-native-go/examples / GetResponse

Struct GetResponse

ch08/grpc/keyvalue/keyvalue.pb.go:96–102  ·  view source on GitHub ↗

GetResponse represents a response from the key-value store for a particular value

Source from the content-addressed store, hash-verified

94// GetResponse represents a response from the key-value store for a
95// particular value
96type GetResponse struct {
97 state protoimpl.MessageState
98 sizeCache protoimpl.SizeCache
99 unknownFields protoimpl.UnknownFields
100
101 Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
102}
103
104func (x *GetResponse) Reset() {
105 *x = GetResponse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected