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

Method Put

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

Source from the content-addressed store, hash-verified

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()
85}

Callers

nothing calls this directly

Implementers 1

UnimplementedKeyValueServerch08/grpc/keyvalue/keyvalue_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected