pbs

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_bmail_srv_proto protoreflect.FileDescriptor

Functions

func VerifyProto

func VerifyProto(r *BMReq) error

Types

type AccountOperation

type AccountOperation struct {
	IsDel     bool     `protobuf:"varint,1,opt,name=isDel,proto3" json:"isDel,omitempty"`
	Address   string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Emails    []string `protobuf:"bytes,3,rep,name=emails,proto3" json:"emails,omitempty"`
	UserLevel int32    `protobuf:"varint,4,opt,name=userLevel,proto3" json:"userLevel,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountOperation) Descriptor deprecated

func (*AccountOperation) Descriptor() ([]byte, []int)

Deprecated: Use AccountOperation.ProtoReflect.Descriptor instead.

func (*AccountOperation) GetAddress

func (x *AccountOperation) GetAddress() string

func (*AccountOperation) GetEmails

func (x *AccountOperation) GetEmails() []string

func (*AccountOperation) GetIsDel

func (x *AccountOperation) GetIsDel() bool

func (*AccountOperation) GetUserLevel added in v1.0.4

func (x *AccountOperation) GetUserLevel() int32

func (*AccountOperation) ProtoMessage

func (*AccountOperation) ProtoMessage()

func (*AccountOperation) ProtoReflect

func (x *AccountOperation) ProtoReflect() protoreflect.Message

func (*AccountOperation) Reset

func (x *AccountOperation) Reset()

func (*AccountOperation) String

func (x *AccountOperation) String() string

type BMReq

type BMReq struct {
	Address   string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Payload   []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*BMReq) Descriptor deprecated

func (*BMReq) Descriptor() ([]byte, []int)

Deprecated: Use BMReq.ProtoReflect.Descriptor instead.

func (*BMReq) GetAddress

func (x *BMReq) GetAddress() string

func (*BMReq) GetPayload

func (x *BMReq) GetPayload() []byte

func (*BMReq) GetSignature

func (x *BMReq) GetSignature() string

func (*BMReq) ProtoMessage

func (*BMReq) ProtoMessage()

func (*BMReq) ProtoReflect

func (x *BMReq) ProtoReflect() protoreflect.Message

func (*BMReq) Reset

func (x *BMReq) Reset()

func (*BMReq) String

func (x *BMReq) String() string

type BMRsp

type BMRsp struct {
	Success   bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Msg       string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Signature string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	Payload   []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*BMRsp) Descriptor deprecated

func (*BMRsp) Descriptor() ([]byte, []int)

Deprecated: Use BMRsp.ProtoReflect.Descriptor instead.

func (*BMRsp) GetMsg

func (x *BMRsp) GetMsg() string

func (*BMRsp) GetPayload

func (x *BMRsp) GetPayload() []byte

func (*BMRsp) GetSignature

func (x *BMRsp) GetSignature() string

func (*BMRsp) GetSuccess

func (x *BMRsp) GetSuccess() bool

func (*BMRsp) ProtoMessage

func (*BMRsp) ProtoMessage()

func (*BMRsp) ProtoReflect

func (x *BMRsp) ProtoReflect() protoreflect.Message

func (*BMRsp) Reset

func (x *BMRsp) Reset()

func (*BMRsp) String

func (x *BMRsp) String() string

type BMailAccount

type BMailAccount struct {
	Address string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Level   int32    `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	License string   `protobuf:"bytes,3,opt,name=license,proto3" json:"license,omitempty"`
	Emails  []string `protobuf:"bytes,4,rep,name=emails,proto3" json:"emails,omitempty"`
	// contains filtered or unexported fields
}

func (*BMailAccount) Descriptor deprecated

func (*BMailAccount) Descriptor() ([]byte, []int)

Deprecated: Use BMailAccount.ProtoReflect.Descriptor instead.

func (*BMailAccount) GetAddress

func (x *BMailAccount) GetAddress() string

func (*BMailAccount) GetEmails

func (x *BMailAccount) GetEmails() []string

func (*BMailAccount) GetLevel

func (x *BMailAccount) GetLevel() int32

func (*BMailAccount) GetLicense

func (x *BMailAccount) GetLicense() string

func (*BMailAccount) ProtoMessage

func (*BMailAccount) ProtoMessage()

func (*BMailAccount) ProtoReflect

func (x *BMailAccount) ProtoReflect() protoreflect.Message

func (*BMailAccount) Reset

func (x *BMailAccount) Reset()

func (*BMailAccount) String

func (x *BMailAccount) String() string

type BindAction added in v1.0.4

type BindAction struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Mail    string `protobuf:"bytes,2,opt,name=mail,proto3" json:"mail,omitempty"`
	// contains filtered or unexported fields
}

func (*BindAction) Descriptor deprecated added in v1.0.4

func (*BindAction) Descriptor() ([]byte, []int)

Deprecated: Use BindAction.ProtoReflect.Descriptor instead.

func (*BindAction) GetAddress added in v1.0.4

func (x *BindAction) GetAddress() string

func (*BindAction) GetMail added in v1.0.4

func (x *BindAction) GetMail() string

func (*BindAction) ProtoMessage added in v1.0.4

func (*BindAction) ProtoMessage()

func (*BindAction) ProtoReflect added in v1.0.4

func (x *BindAction) ProtoReflect() protoreflect.Message

func (*BindAction) Reset added in v1.0.4

func (x *BindAction) Reset()

func (*BindAction) String added in v1.0.4

func (x *BindAction) String() string

type ContactItem

type ContactItem struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"`
	Remark   string `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactItem) Descriptor deprecated

func (*ContactItem) Descriptor() ([]byte, []int)

Deprecated: Use ContactItem.ProtoReflect.Descriptor instead.

func (*ContactItem) GetAddress

func (x *ContactItem) GetAddress() string

func (*ContactItem) GetEmail

func (x *ContactItem) GetEmail() string

func (*ContactItem) GetNickName

func (x *ContactItem) GetNickName() string

func (*ContactItem) GetRemark

func (x *ContactItem) GetRemark() string

func (*ContactItem) ProtoMessage

func (*ContactItem) ProtoMessage()

func (*ContactItem) ProtoReflect

func (x *ContactItem) ProtoReflect() protoreflect.Message

func (*ContactItem) Reset

func (x *ContactItem) Reset()

func (*ContactItem) String

func (x *ContactItem) String() string

type ContactOperation

type ContactOperation struct {
	IsDel    bool           `protobuf:"varint,1,opt,name=isDel,proto3" json:"isDel,omitempty"`
	Contacts []*ContactItem `protobuf:"bytes,2,rep,name=contacts,proto3" json:"contacts,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactOperation) Descriptor deprecated

func (*ContactOperation) Descriptor() ([]byte, []int)

Deprecated: Use ContactOperation.ProtoReflect.Descriptor instead.

func (*ContactOperation) GetContacts

func (x *ContactOperation) GetContacts() []*ContactItem

func (*ContactOperation) GetIsDel

func (x *ContactOperation) GetIsDel() bool

func (*ContactOperation) ProtoMessage

func (*ContactOperation) ProtoMessage()

func (*ContactOperation) ProtoReflect

func (x *ContactOperation) ProtoReflect() protoreflect.Message

func (*ContactOperation) Reset

func (x *ContactOperation) Reset()

func (*ContactOperation) String

func (x *ContactOperation) String() string

type EmailReflect

type EmailReflect struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailReflect) Descriptor deprecated

func (*EmailReflect) Descriptor() ([]byte, []int)

Deprecated: Use EmailReflect.ProtoReflect.Descriptor instead.

func (*EmailReflect) GetAddress

func (x *EmailReflect) GetAddress() string

func (*EmailReflect) ProtoMessage

func (*EmailReflect) ProtoMessage()

func (*EmailReflect) ProtoReflect

func (x *EmailReflect) ProtoReflect() protoreflect.Message

func (*EmailReflect) Reset

func (x *EmailReflect) Reset()

func (*EmailReflect) String

func (x *EmailReflect) String() string

type EmailReflects

type EmailReflects struct {
	Reflects map[string]*EmailReflect `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EmailReflects) Descriptor deprecated

func (*EmailReflects) Descriptor() ([]byte, []int)

Deprecated: Use EmailReflects.ProtoReflect.Descriptor instead.

func (*EmailReflects) GetReflects

func (x *EmailReflects) GetReflects() map[string]*EmailReflect

func (*EmailReflects) ProtoMessage

func (*EmailReflects) ProtoMessage()

func (*EmailReflects) ProtoReflect

func (x *EmailReflects) ProtoReflect() protoreflect.Message

func (*EmailReflects) Reset

func (x *EmailReflects) Reset()

func (*EmailReflects) String

func (x *EmailReflects) String() string

type QueryReq

type QueryReq struct {
	Address      string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	OneEmailAddr string   `protobuf:"bytes,2,opt,name=oneEmailAddr,proto3" json:"oneEmailAddr,omitempty"`
	EmailList    []string `protobuf:"bytes,3,rep,name=emailList,proto3" json:"emailList,omitempty"`
	SignInTime   string   `protobuf:"bytes,4,opt,name=signInTime,proto3" json:"signInTime,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryReq) Descriptor deprecated

func (*QueryReq) Descriptor() ([]byte, []int)

Deprecated: Use QueryReq.ProtoReflect.Descriptor instead.

func (*QueryReq) GetAddress

func (x *QueryReq) GetAddress() string

func (*QueryReq) GetEmailList

func (x *QueryReq) GetEmailList() []string

func (*QueryReq) GetOneEmailAddr

func (x *QueryReq) GetOneEmailAddr() string

func (*QueryReq) GetSignInTime added in v1.0.4

func (x *QueryReq) GetSignInTime() string

func (*QueryReq) ProtoMessage

func (*QueryReq) ProtoMessage()

func (*QueryReq) ProtoReflect

func (x *QueryReq) ProtoReflect() protoreflect.Message

func (*QueryReq) Reset

func (x *QueryReq) Reset()

func (*QueryReq) String

func (x *QueryReq) String() string

Jump to

Keyboard shortcuts

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