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

Method Shutdown

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

Source from the content-addressed store, hash-verified

31 TTL(ctx context.Context, in *MasterTTLRequest, opts ...grpc.CallOption) (*MasterTTLResponse, error)
32 Ping(ctx context.Context, in *MasterPingRequest, opts ...grpc.CallOption) (*MasterPingResponse, error)
33 Shutdown(ctx context.Context, in *MasterShutdownRequest, opts ...grpc.CallOption) (*MasterShutdownResponse, error)
34 RegisterSlave(ctx context.Context, in *MasterRegisterSlaveRequest, opts ...grpc.CallOption) (*MasterRegisterSlaveResponse, error)
35 CurrentLeader(ctx context.Context, in *MasterCurrentLeaderRequest, opts ...grpc.CallOption) (*MasterCurrentLeaderResponse, error)
36 ReceiveHeartbeat(ctx context.Context, in *MasterHeartbeatRequest, opts ...grpc.CallOption) (*MasterHeartbeatResponse, error)

Callers 2

CloseMethod · 0.65

Implementers 3

masterGrpcServiceClientlib/proto/master_grpc.pb.go
UnimplementedMasterGrpcServiceServerlib/proto/master_grpc.pb.go
Masterlib/raft/raft.go

Calls

no outgoing calls

Tested by

no test coverage detected