Documentation ¶
Index ¶
- type CreateUser
- func (*CreateUser) Descriptor() ([]byte, []int)
- func (m *CreateUser) GetEmail() stringdeprecated
- func (m *CreateUser) GetId() string
- func (m *CreateUser) GetName() string
- func (m *CreateUser) GetPassword() string
- func (m *CreateUser) GetUsername() string
- func (*CreateUser) ProtoMessage()
- func (m *CreateUser) Reset()
- func (m *CreateUser) String() string
- func (m *CreateUser) XXX_DiscardUnknown()
- func (m *CreateUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreateUser) XXX_Merge(src proto.Message)
- func (m *CreateUser) XXX_Size() int
- func (m *CreateUser) XXX_Unmarshal(b []byte) error
- type Email
- func (*Email) Descriptor() ([]byte, []int)
- func (m *Email) GetEmail() string
- func (*Email) ProtoMessage()
- func (m *Email) Reset()
- func (m *Email) String() string
- func (m *Email) XXX_DiscardUnknown()
- func (m *Email) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Email) XXX_Merge(src proto.Message)
- func (m *Email) XXX_Size() int
- func (m *Email) XXX_Unmarshal(b []byte) error
- type GetUsersReq
- func (*GetUsersReq) Descriptor() ([]byte, []int)
- func (*GetUsersReq) ProtoMessage()
- func (m *GetUsersReq) Reset()
- func (m *GetUsersReq) String() string
- func (m *GetUsersReq) XXX_DiscardUnknown()
- func (m *GetUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetUsersReq) XXX_Merge(src proto.Message)
- func (m *GetUsersReq) XXX_Size() int
- func (m *GetUsersReq) XXX_Unmarshal(b []byte) error
- type UpdateSelf
- func (*UpdateSelf) Descriptor() ([]byte, []int)
- func (m *UpdateSelf) GetId() string
- func (m *UpdateSelf) GetName() string
- func (m *UpdateSelf) GetPassword() string
- func (m *UpdateSelf) GetPreviousPassword() string
- func (m *UpdateSelf) GetUsername() string
- func (*UpdateSelf) ProtoMessage()
- func (m *UpdateSelf) Reset()
- func (m *UpdateSelf) String() string
- func (m *UpdateSelf) XXX_DiscardUnknown()
- func (m *UpdateSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateSelf) XXX_Merge(src proto.Message)
- func (m *UpdateSelf) XXX_Size() int
- func (m *UpdateSelf) XXX_Unmarshal(b []byte) error
- type UpdateUser
- func (*UpdateUser) Descriptor() ([]byte, []int)
- func (m *UpdateUser) GetEmail() stringdeprecated
- func (m *UpdateUser) GetId() string
- func (m *UpdateUser) GetName() string
- func (m *UpdateUser) GetPassword() string
- func (m *UpdateUser) GetUsername() string
- func (*UpdateUser) ProtoMessage()
- func (m *UpdateUser) Reset()
- func (m *UpdateUser) String() string
- func (m *UpdateUser) XXX_DiscardUnknown()
- func (m *UpdateUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateUser) XXX_Merge(src proto.Message)
- func (m *UpdateUser) XXX_Size() int
- func (m *UpdateUser) XXX_Unmarshal(b []byte) error
- type Username
- func (*Username) Descriptor() ([]byte, []int)
- func (m *Username) GetUsername() string
- func (*Username) ProtoMessage()
- func (m *Username) Reset()
- func (m *Username) String() string
- func (m *Username) XXX_DiscardUnknown()
- func (m *Username) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Username) XXX_Merge(src proto.Message)
- func (m *Username) XXX_Size() int
- func (m *Username) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUser ¶
type CreateUser struct { Id string `protobuf:"bytes,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"` // Deprecated: Do not use. Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateUser) Descriptor ¶
func (*CreateUser) Descriptor() ([]byte, []int)
func (*CreateUser) GetEmail
deprecated
func (m *CreateUser) GetEmail() string
Deprecated: Do not use.
func (*CreateUser) GetId ¶
func (m *CreateUser) GetId() string
func (*CreateUser) GetName ¶
func (m *CreateUser) GetName() string
func (*CreateUser) GetPassword ¶
func (m *CreateUser) GetPassword() string
func (*CreateUser) GetUsername ¶
func (m *CreateUser) GetUsername() string
func (*CreateUser) ProtoMessage ¶
func (*CreateUser) ProtoMessage()
func (*CreateUser) Reset ¶
func (m *CreateUser) Reset()
func (*CreateUser) String ¶
func (m *CreateUser) String() string
func (*CreateUser) XXX_DiscardUnknown ¶
func (m *CreateUser) XXX_DiscardUnknown()
func (*CreateUser) XXX_Marshal ¶
func (m *CreateUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateUser) XXX_Merge ¶
func (dst *CreateUser) XXX_Merge(src proto.Message)
func (*CreateUser) XXX_Size ¶
func (m *CreateUser) XXX_Size() int
func (*CreateUser) XXX_Unmarshal ¶
func (m *CreateUser) XXX_Unmarshal(b []byte) error
type Email ¶
type Email struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Email) Descriptor ¶
func (*Email) ProtoMessage ¶
func (*Email) ProtoMessage()
func (*Email) XXX_DiscardUnknown ¶
func (m *Email) XXX_DiscardUnknown()
func (*Email) XXX_Marshal ¶
func (*Email) XXX_Unmarshal ¶
type GetUsersReq ¶
type GetUsersReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUsersReq) Descriptor ¶
func (*GetUsersReq) Descriptor() ([]byte, []int)
func (*GetUsersReq) ProtoMessage ¶
func (*GetUsersReq) ProtoMessage()
func (*GetUsersReq) Reset ¶
func (m *GetUsersReq) Reset()
func (*GetUsersReq) String ¶
func (m *GetUsersReq) String() string
func (*GetUsersReq) XXX_DiscardUnknown ¶
func (m *GetUsersReq) XXX_DiscardUnknown()
func (*GetUsersReq) XXX_Marshal ¶
func (m *GetUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsersReq) XXX_Merge ¶
func (dst *GetUsersReq) XXX_Merge(src proto.Message)
func (*GetUsersReq) XXX_Size ¶
func (m *GetUsersReq) XXX_Size() int
func (*GetUsersReq) XXX_Unmarshal ¶
func (m *GetUsersReq) XXX_Unmarshal(b []byte) error
type UpdateSelf ¶
type UpdateSelf struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` PreviousPassword string `protobuf:"bytes,5,opt,name=previous_password,json=previousPassword,proto3" json:"previous_password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateSelf) Descriptor ¶
func (*UpdateSelf) Descriptor() ([]byte, []int)
func (*UpdateSelf) GetId ¶
func (m *UpdateSelf) GetId() string
func (*UpdateSelf) GetName ¶
func (m *UpdateSelf) GetName() string
func (*UpdateSelf) GetPassword ¶
func (m *UpdateSelf) GetPassword() string
func (*UpdateSelf) GetPreviousPassword ¶
func (m *UpdateSelf) GetPreviousPassword() string
func (*UpdateSelf) GetUsername ¶
func (m *UpdateSelf) GetUsername() string
func (*UpdateSelf) ProtoMessage ¶
func (*UpdateSelf) ProtoMessage()
func (*UpdateSelf) Reset ¶
func (m *UpdateSelf) Reset()
func (*UpdateSelf) String ¶
func (m *UpdateSelf) String() string
func (*UpdateSelf) XXX_DiscardUnknown ¶
func (m *UpdateSelf) XXX_DiscardUnknown()
func (*UpdateSelf) XXX_Marshal ¶
func (m *UpdateSelf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateSelf) XXX_Merge ¶
func (dst *UpdateSelf) XXX_Merge(src proto.Message)
func (*UpdateSelf) XXX_Size ¶
func (m *UpdateSelf) XXX_Size() int
func (*UpdateSelf) XXX_Unmarshal ¶
func (m *UpdateSelf) XXX_Unmarshal(b []byte) error
type UpdateUser ¶
type UpdateUser struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // Deprecated: Do not use. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateUser) Descriptor ¶
func (*UpdateUser) Descriptor() ([]byte, []int)
func (*UpdateUser) GetEmail
deprecated
func (m *UpdateUser) GetEmail() string
Deprecated: Do not use.
func (*UpdateUser) GetId ¶
func (m *UpdateUser) GetId() string
func (*UpdateUser) GetName ¶
func (m *UpdateUser) GetName() string
func (*UpdateUser) GetPassword ¶
func (m *UpdateUser) GetPassword() string
func (*UpdateUser) GetUsername ¶
func (m *UpdateUser) GetUsername() string
func (*UpdateUser) ProtoMessage ¶
func (*UpdateUser) ProtoMessage()
func (*UpdateUser) Reset ¶
func (m *UpdateUser) Reset()
func (*UpdateUser) String ¶
func (m *UpdateUser) String() string
func (*UpdateUser) XXX_DiscardUnknown ¶
func (m *UpdateUser) XXX_DiscardUnknown()
func (*UpdateUser) XXX_Marshal ¶
func (m *UpdateUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUser) XXX_Merge ¶
func (dst *UpdateUser) XXX_Merge(src proto.Message)
func (*UpdateUser) XXX_Size ¶
func (m *UpdateUser) XXX_Size() int
func (*UpdateUser) XXX_Unmarshal ¶
func (m *UpdateUser) XXX_Unmarshal(b []byte) error
type Username ¶
type Username struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Username) Descriptor ¶
func (*Username) GetUsername ¶
func (*Username) ProtoMessage ¶
func (*Username) ProtoMessage()
func (*Username) XXX_DiscardUnknown ¶
func (m *Username) XXX_DiscardUnknown()
func (*Username) XXX_Marshal ¶
func (*Username) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.