Documentation ¶
Overview ¶
Package com_hailocab_service_login_readuser is a generated protocol buffer package.
It is generated from these files:
github.com/hailocab/h2/proto/login/proto/readuser/readuser.proto
It has these top-level messages:
Request Response
Index ¶
- type Request
- type Response
- func (m *Response) GetApplication() string
- func (m *Response) GetCreatedTimestamp() int64
- func (m *Response) GetIds() []string
- func (m *Response) GetPassword() string
- func (m *Response) GetPasswordChangeTimestamp() int64
- func (m *Response) GetRoles() []string
- func (m *Response) GetUid() string
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Application *string `protobuf:"bytes,1,req,name=application" json:"application,omitempty"` Uid *string `protobuf:"bytes,2,req,name=uid" json:"uid,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetApplication ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Application *string `protobuf:"bytes,1,req,name=application" json:"application,omitempty"` Uid *string `protobuf:"bytes,2,req,name=uid" json:"uid,omitempty"` Ids []string `protobuf:"bytes,3,rep,name=ids" json:"ids,omitempty"` CreatedTimestamp *int64 `protobuf:"varint,4,req,name=createdTimestamp" json:"createdTimestamp,omitempty"` Roles []string `protobuf:"bytes,5,rep,name=roles" json:"roles,omitempty"` Password *string `protobuf:"bytes,6,opt,name=password" json:"password,omitempty"` PasswordChangeTimestamp *int64 `protobuf:"varint,7,opt,name=passwordChangeTimestamp" json:"passwordChangeTimestamp,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetApplication ¶
func (*Response) GetCreatedTimestamp ¶
func (*Response) GetPassword ¶
func (*Response) GetPasswordChangeTimestamp ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.