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

Method Descriptor

ch08/grpc/keyvalue/keyvalue.pb.go:132–134  ·  view source on GitHub ↗

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

()

Source from the content-addressed store, hash-verified

130
131// Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
132func (*GetResponse) Descriptor() ([]byte, []int) {
133 return file_keyvalue_proto_rawDescGZIP(), []int{1}
134}
135
136func (x *GetResponse) GetValue() string {
137 if x != nil {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected