request

package
v0.0.0-...-0490640 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Email) GetEmail

func (m *Email) GetEmail() string

func (*Email) ProtoMessage

func (*Email) ProtoMessage()

func (*Email) Reset

func (m *Email) Reset()

func (*Email) String

func (m *Email) String() string

func (*Email) XXX_DiscardUnknown

func (m *Email) XXX_DiscardUnknown()

func (*Email) XXX_Marshal

func (m *Email) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Email) XXX_Merge

func (dst *Email) XXX_Merge(src proto.Message)

func (*Email) XXX_Size

func (m *Email) XXX_Size() int

func (*Email) XXX_Unmarshal

func (m *Email) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Username) GetUsername

func (m *Username) GetUsername() string

func (*Username) ProtoMessage

func (*Username) ProtoMessage()

func (*Username) Reset

func (m *Username) Reset()

func (*Username) String

func (m *Username) String() string

func (*Username) XXX_DiscardUnknown

func (m *Username) XXX_DiscardUnknown()

func (*Username) XXX_Marshal

func (m *Username) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Username) XXX_Merge

func (dst *Username) XXX_Merge(src proto.Message)

func (*Username) XXX_Size

func (m *Username) XXX_Size() int

func (*Username) XXX_Unmarshal

func (m *Username) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL