MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Set

Method Set

lib/proto/slave_grpc.pb.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, in *SlaveSetRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

24type SlaveGrpcServiceClient interface {
25 Get(ctx context.Context, in *SlaveGetRequest, opts ...grpc.CallOption) (*SlaveGetResponse, error)
26 Set(ctx context.Context, in *SlaveSetRequest, opts ...grpc.CallOption) (*SlaveSetResponse, error)
27 Del(ctx context.Context, in *SlaveDelRequest, opts ...grpc.CallOption) (*SlaveDelResponse, error)
28 Keys(ctx context.Context, in *SlaveKeysRequest, opts ...grpc.CallOption) (*SlaveKeysResponse, error)
29 Exists(ctx context.Context, in *SlaveExistsRequest, opts ...grpc.CallOption) (*SlaveExistsResponse, error)

Callers 15

TestPutFunction · 0.65
TestDelFunction · 0.65
TestGetFunction · 0.65
TestPostFunction · 0.65
TestGetListKeysHandlerFunction · 0.65
TestAddExtensionFunction · 0.65
TestRocksDbStore_SetFunction · 0.65
TestRocksDbStore_GetFunction · 0.65
TestBoltDbStore_SetFunction · 0.65
TestBoltDbStore_GetFunction · 0.65

Implementers 3

slaveGrpcServiceClientlib/proto/slave_grpc.pb.go
UnimplementedSlaveGrpcServiceServerlib/proto/slave_grpc.pb.go
Slavelib/raft/raft.go

Calls

no outgoing calls

Tested by 15

TestPutFunction · 0.52
TestDelFunction · 0.52
TestGetFunction · 0.52
TestPostFunction · 0.52
TestGetListKeysHandlerFunction · 0.52
TestAddExtensionFunction · 0.52
TestRocksDbStore_SetFunction · 0.52
TestRocksDbStore_GetFunction · 0.52
TestBoltDbStore_SetFunction · 0.52
TestBoltDbStore_GetFunction · 0.52