Versions in this module Expand all Collapse all v0 v0.1.0 Sep 8, 2023 Changes in this version + var File_example_user_v1_user_proto protoreflect.FileDescriptor + type CreateUserRequest struct + User *User + func (*CreateUserRequest) Descriptor() ([]byte, []int) + func (*CreateUserRequest) ProtoMessage() + func (x *CreateUserRequest) GetUser() *User + func (x *CreateUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserRequest) Reset() + func (x *CreateUserRequest) String() string + type CreateUserResponse struct + User *User + func (*CreateUserResponse) Descriptor() ([]byte, []int) + func (*CreateUserResponse) ProtoMessage() + func (x *CreateUserResponse) GetUser() *User + func (x *CreateUserResponse) ProtoReflect() protoreflect.Message + func (x *CreateUserResponse) Reset() + func (x *CreateUserResponse) String() string + type User struct + BirthDate *timestamppb.Timestamp + Email string + SignupDate *timestamppb.Timestamp + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (x *User) GetBirthDate() *timestamppb.Timestamp + func (x *User) GetEmail() string + func (x *User) GetSignupDate() *timestamppb.Timestamp + func (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string