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

Method Delete

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

Source from the content-addressed store, hash-verified

81 Get(context.Context, *GetRequest) (*GetResponse, error)
82 Put(context.Context, *PutRequest) (*PutResponse, error)
83 Delete(context.Context, *DeleteRequest) (*PutResponse, error)
84 mustEmbedUnimplementedKeyValueServer()
85}
86

Callers

nothing calls this directly

Implementers 1

UnimplementedKeyValueServerch08/grpc/keyvalue/keyvalue_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected