Documentation ¶
Index ¶
- type User
- type UserFixed
- func (*UserFixed) Descriptor() ([]byte, []int)
- func (m *UserFixed) GetCity() string
- func (m *UserFixed) GetCountry() string
- func (m *UserFixed) GetEmail() string
- func (m *UserFixed) GetID() int64
- func (m *UserFixed) GetName() string
- func (*UserFixed) ProtoMessage()
- func (m *UserFixed) Reset()
- func (m *UserFixed) String() string
- func (m *UserFixed) XXX_DiscardUnknown()
- func (m *UserFixed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserFixed) XXX_Merge(src proto.Message)
- func (m *UserFixed) XXX_Size() int
- func (m *UserFixed) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserFixed ¶
type UserFixed struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Email string `protobuf:"bytes,3,opt,name=Email,proto3" json:"Email,omitempty"` City string `protobuf:"bytes,4,opt,name=City,proto3" json:"City,omitempty"` Country string `protobuf:"bytes,5,opt,name=Country,proto3" json:"Country,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UserFixed) Descriptor ¶
func (*UserFixed) GetCountry ¶
func (*UserFixed) ProtoMessage ¶
func (*UserFixed) ProtoMessage()
func (*UserFixed) XXX_DiscardUnknown ¶
func (m *UserFixed) XXX_DiscardUnknown()
func (*UserFixed) XXX_Marshal ¶
func (*UserFixed) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.