(cc grpc.ClientConnInterface)
| 83 | } |
| 84 | |
| 85 | func NewUserRegistryClient(cc grpc.ClientConnInterface) UserRegistryClient { |
| 86 | return &userRegistryClient{cc} |
| 87 | } |
| 88 | |
| 89 | func (c *userRegistryClient) Create(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error) { |
| 90 | out := new(User) |
no outgoing calls