Versions in this module Expand all Collapse all v0 v0.0.3 Jan 15, 2024 v0.0.2 Jan 2, 2024 Changes in this version + func HelloService() *helloService + func SetClient(c clientInterface) + type HelloServiceSayHelloRequest struct + Name string + type HelloServiceSayHelloResponse struct + Reply string v0.0.1 Jan 1, 2024 Changes in this version + func SetCaller(c caller) + type SayHelloRequest struct + Name string + type SayHelloResponse struct + Reply string + func SayHello(ctx context.Context, req *SayHelloRequest) (*SayHelloResponse, error)