Versions in this module Expand all Collapse all v2 v2.6.9 Nov 11, 2024 v2.6.8 Nov 11, 2024 Changes in this version + type Greet interface + SayHello func(ctx context.Context, in *HelloReq, opts ...grpc.CallOption) (*HelloResp, error) + func NewGreet(cli zrpc.Client) Greet + type HelloReq = hello.HelloReq + type HelloResp = hello.HelloResp v2.6.7 Jul 12, 2024 Other modules containing this package github.com/SinTod/goctl