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

Method GetValue

ch08/grpc/keyvalue/keyvalue.pb.go:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (x *PutRequest) GetValue() string {
194 if x != nil {
195 return x.Value
196 }
197 return ""
198}
199
200// PutResponse represents a response from the key-value store for a
201// Put action.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected