Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 v1.10.1 Mar 31, 2023 Changes in this version + type Grpc interface + Client func(ctx context.Context, name string) (*grpc.ClientConn, error) + Run func(host ...string) error + Server func() *grpc.Server + UnaryClientInterceptorGroups func(map[string][]grpc.UnaryClientInterceptor) + UnaryServerInterceptors func([]grpc.UnaryServerInterceptor)