Documentation
¶
Index ¶
- Variables
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetAge() *sql.NullInt64
- func (x *User) GetCreated() *timestamp.Timestamp
- func (x *User) GetFirstname() *sql.NullString
- func (x *User) GetLastname() *sql.NullString
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_example_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Age *sql.NullInt64 `protobuf:"bytes,1,opt,name=age,proto3" json:"age,omitempty"` Lastname *sql.NullString `protobuf:"bytes,2,opt,name=lastname,proto3" json:"lastname,omitempty"` Firstname *sql.NullString `protobuf:"bytes,3,opt,name=firstname,proto3" json:"firstname,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreated ¶
func (*User) GetFirstname ¶
func (x *User) GetFirstname() *sql.NullString
func (*User) GetLastname ¶
func (x *User) GetLastname() *sql.NullString
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.