(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption)
| 26 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 27 | type VersionClient interface { |
| 28 | Version(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*VersionResponse, error) |
| 29 | } |
| 30 | |
| 31 | type versionClient struct { |
no outgoing calls
no test coverage detected