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

Method GetKey

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

Source from the content-addressed store, hash-verified

280}
281
282func (x *DeleteRequest) GetKey() string {
283 if x != nil {
284 return x.Key
285 }
286 return ""
287}
288
289// DeleteResponse represents a response from the key-value store for a
290// Delete action.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected