MCPcopy Create free account

hub / github.com/Jille/raft-grpc-example / functions

Functions52 in github.com/Jille/raft-grpc-example

↓ 4 callersFunctionfile_service_proto_rawDescGZIP
()
proto/service.pb.go:253
↓ 3 callersMethodAddWord
(ctx context.Context, in *AddWordRequest, opts ...grpc.CallOption)
proto/service.pb.go:366
↓ 3 callersMethodGetWords
(ctx context.Context, in *GetWordsRequest, opts ...grpc.CallOption)
proto/service.pb.go:367
↓ 3 callersMethodString
()
proto/service.pb.go:49
↓ 2 callersFunctioncloneWords
(words [3]string)
application.go:33
↓ 1 callersMethodApply
(l *raft.Log)
application.go:39
↓ 1 callersMethodGetWord
()
proto/service.pb.go:72
↓ 1 callersFunctionNewRaft
(ctx context.Context, myID, myAddress string, fsm raft.FSM)
main.go:67
↓ 1 callersFunctioncompareWords
compareWords returns true if a is longer (lexicography breaking ties).
application.go:26
↓ 1 callersFunctionfile_service_proto_init
()
proto/service.pb.go:280
↓ 1 callersFunctiongenerateWords
()
cmd/hammer/hammer.go:60
MethodAddWord
(ctx context.Context, req *pb.AddWordRequest)
application.go:89
MethodAddWord
(ctx context.Context, in *AddWordRequest, opts ...grpc.CallOption)
proto/service.pb.go:378
MethodAddWord
(context.Context, *AddWordRequest)
proto/service.pb.go:398
MethodAddWord
(context.Context, *AddWordRequest)
proto/service.pb.go:406
MethodDescriptor
Deprecated: Use AddWordRequest.ProtoReflect.Descriptor instead.
proto/service.pb.go:68
MethodDescriptor
Deprecated: Use AddWordResponse.ProtoReflect.Descriptor instead.
proto/service.pb.go:115
MethodDescriptor
Deprecated: Use GetWordsRequest.ProtoReflect.Descriptor instead.
proto/service.pb.go:160
MethodDescriptor
Deprecated: Use GetWordsResponse.ProtoReflect.Descriptor instead.
proto/service.pb.go:201
MethodGetBestWords
()
proto/service.pb.go:212
MethodGetCommitIndex
()
proto/service.pb.go:119
MethodGetReadAtIndex
()
proto/service.pb.go:205
MethodGetWords
(ctx context.Context, req *pb.GetWordsRequest)
application.go:99
MethodGetWords
(ctx context.Context, in *GetWordsRequest, opts ...grpc.CallOption)
proto/service.pb.go:387
MethodGetWords
(context.Context, *GetWordsRequest)
proto/service.pb.go:399
MethodGetWords
(context.Context, *GetWordsRequest)
proto/service.pb.go:409
FunctionNewExampleClient
(cc grpc.ClientConnInterface)
proto/service.pb.go:374
MethodPersist
(sink raft.SnapshotSink)
application.go:72
MethodProtoMessage
()
proto/service.pb.go:53
MethodProtoMessage
()
proto/service.pb.go:100
MethodProtoMessage
()
proto/service.pb.go:145
MethodProtoMessage
()
proto/service.pb.go:186
MethodProtoReflect
()
proto/service.pb.go:55
MethodProtoReflect
()
proto/service.pb.go:102
MethodProtoReflect
()
proto/service.pb.go:147
MethodProtoReflect
()
proto/service.pb.go:188
FunctionRegisterExampleServer
(s *grpc.Server, srv ExampleServer)
proto/service.pb.go:413
MethodRelease
()
application.go:81
MethodReset
()
proto/service.pb.go:40
MethodReset
()
proto/service.pb.go:87
MethodReset
()
proto/service.pb.go:132
MethodReset
()
proto/service.pb.go:173
MethodRestore
(r io.ReadCloser)
application.go:58
MethodSnapshot
()
application.go:53
MethodString
()
proto/service.pb.go:96
MethodString
()
proto/service.pb.go:141
MethodString
()
proto/service.pb.go:182
Function_Example_AddWord_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/service.pb.go:417
Function_Example_GetWords_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/service.pb.go:435
Functioninit
()
proto/service.pb.go:279
Functionmain
()
main.go:30
Functionmain
()
cmd/hammer/hammer.go:21