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

Method Get

ch08/grpc/keyvalue/keyvalue_grpc.pb.go:81–81  ·  view source on GitHub ↗
(context.Context, *GetRequest)

Source from the content-addressed store, hash-verified

79// for forward compatibility
80type KeyValueServer interface {
81 Get(context.Context, *GetRequest) (*GetResponse, error)
82 Put(context.Context, *PutRequest) (*PutResponse, error)
83 Delete(context.Context, *DeleteRequest) (*PutResponse, error)
84 mustEmbedUnimplementedKeyValueServer()

Callers

nothing calls this directly

Implementers 1

UnimplementedKeyValueServerch08/grpc/keyvalue/keyvalue_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected