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

Method GetKey

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

Source from the content-addressed store, hash-verified

85}
86
87func (x *GetRequest) GetKey() string {
88 if x != nil {
89 return x.Key
90 }
91 return ""
92}
93
94// GetResponse represents a response from the key-value store for a
95// particular value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected