MCPcopy
hub / github.com/gofr-dev/gofr / HelloServerWithGofr

Interface HelloServerWithGofr

examples/grpc/grpc-unary-server/server/hello_gofr.go:31–33  ·  view source on GitHub ↗

HelloServerWithGofr is the interface for the server implementation

Source from the content-addressed store, hash-verified

29
30// HelloServerWithGofr is the interface for the server implementation
31type HelloServerWithGofr interface {
32 SayHello(*gofr.Context) (any, error)
33}
34
35// HelloServerWrapper wraps the server and handles request and response logic
36type HelloServerWrapper struct {

Callers 2

SayHelloMethod · 0.65
_Hello_SayHello_HandlerFunction · 0.65

Implementers 11

HelloServerWrapperexamples/grpc/grpc-unary-server/server
HelloGoFrServerexamples/grpc/grpc-unary-server/server
helloClientexamples/grpc/grpc-unary-server/server
UnimplementedHelloServerexamples/grpc/grpc-unary-server/server
mockHelloServerexamples/grpc/grpc-unary-server/server
mockHelloServerWithErrorexamples/grpc/grpc-unary-server/server
mockHelloServerWrongTypeexamples/grpc/grpc-unary-server/server
SimpleHelloServerexamples/grpc/grpc-unary-client/main_t
helloClientexamples/grpc/grpc-unary-client/client
UnimplementedHelloServerexamples/grpc/grpc-unary-client/client
HelloClientWrapperexamples/grpc/grpc-unary-client/client

Calls

no outgoing calls

Tested by

no test coverage detected