pb

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Aggregation

type Aggregation struct {
	IsAggregation    bool   `protobuf:"varint,1,opt,name=is_aggregation,json=isAggregation,proto3" json:"is_aggregation,omitempty"`
	ActivitySource   int32  `protobuf:"varint,2,opt,name=activity_source,json=activitySource,proto3" json:"activity_source,omitempty"`
	ActivityIdentity string `protobuf:"bytes,3,opt,name=activity_identity,json=activityIdentity,proto3" json:"activity_identity,omitempty"`
	NotShow          int32  `protobuf:"varint,4,opt,name=not_show,json=notShow,proto3" json:"not_show,omitempty"`
	// contains filtered or unexported fields
}

func (*Aggregation) Descriptor deprecated

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

Deprecated: Use Aggregation.ProtoReflect.Descriptor instead.

func (*Aggregation) GetActivityIdentity

func (x *Aggregation) GetActivityIdentity() string

func (*Aggregation) GetActivitySource

func (x *Aggregation) GetActivitySource() int32

func (*Aggregation) GetIsAggregation

func (x *Aggregation) GetIsAggregation() bool

func (*Aggregation) GetNotShow

func (x *Aggregation) GetNotShow() int32

func (*Aggregation) ProtoMessage

func (*Aggregation) ProtoMessage()

func (*Aggregation) ProtoReflect

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

func (*Aggregation) Reset

func (x *Aggregation) Reset()

func (*Aggregation) String

func (x *Aggregation) String() string

type Bubble

type Bubble struct {
	Id    int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	IdV2  int32  `protobuf:"varint,3,opt,name=id_v2,json=idV2,proto3" json:"id_v2,omitempty"`
	// contains filtered or unexported fields
}

func (*Bubble) Descriptor deprecated

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

Deprecated: Use Bubble.ProtoReflect.Descriptor instead.

func (*Bubble) GetColor

func (x *Bubble) GetColor() string

func (*Bubble) GetId

func (x *Bubble) GetId() int32

func (*Bubble) GetIdV2

func (x *Bubble) GetIdV2() int32

func (*Bubble) ProtoMessage

func (*Bubble) ProtoMessage()

func (*Bubble) ProtoReflect

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

func (*Bubble) Reset

func (x *Bubble) Reset()

func (*Bubble) String

func (x *Bubble) String() string

type Check

type Check struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Ts    int32  `protobuf:"varint,2,opt,name=ts,proto3" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*Check) Descriptor deprecated

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

Deprecated: Use Check.ProtoReflect.Descriptor instead.

func (*Check) GetToken

func (x *Check) GetToken() string

func (*Check) GetTs

func (x *Check) GetTs() int32

func (*Check) ProtoMessage

func (*Check) ProtoMessage()

func (*Check) ProtoReflect

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

func (*Check) Reset

func (x *Check) Reset()

func (*Check) String

func (x *Check) String() string

type Dm

type Dm struct {
	IdStr       string              `protobuf:"bytes,1,opt,name=id_str,json=idStr,proto3" json:"id_str,omitempty"`
	Mode        int32               `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"`
	Fontsize    int32               `protobuf:"varint,3,opt,name=fontsize,proto3" json:"fontsize,omitempty"`
	Color       uint32              `protobuf:"varint,4,opt,name=color,proto3" json:"color,omitempty"`
	MidHash     string              `protobuf:"bytes,5,opt,name=mid_hash,json=midHash,proto3" json:"mid_hash,omitempty"`
	Content     string              `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	Ctime       int32               `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Weight      int32               `protobuf:"varint,8,opt,name=weight,proto3" json:"weight,omitempty"`
	Rnd         int32               `protobuf:"varint,9,opt,name=rnd,proto3" json:"rnd,omitempty"`
	Attr        int32               `protobuf:"varint,10,opt,name=attr,proto3" json:"attr,omitempty"`
	BizScene    int32               `protobuf:"varint,11,opt,name=biz_scene,json=bizScene,proto3" json:"biz_scene,omitempty"`
	Bubble      *Bubble             `protobuf:"bytes,12,opt,name=bubble,proto3" json:"bubble,omitempty"`
	DmType      int32               `protobuf:"varint,13,opt,name=dm_type,json=dmType,proto3" json:"dm_type,omitempty"`
	Emoticons   []*EmoticonMapEntry `protobuf:"bytes,14,rep,name=emoticons,proto3" json:"emoticons,omitempty"`
	Voice       *Voice              `protobuf:"bytes,15,opt,name=voice,proto3" json:"voice,omitempty"`
	Animation   string              `protobuf:"bytes,16,opt,name=animation,proto3" json:"animation,omitempty"`
	Aggregation *Aggregation        `protobuf:"bytes,17,opt,name=aggregation,proto3" json:"aggregation,omitempty"`
	SendFromMe  bool                `protobuf:"varint,18,opt,name=send_from_me,json=sendFromMe,proto3" json:"send_from_me,omitempty"`
	Check       *Check              `protobuf:"bytes,19,opt,name=check,proto3" json:"check,omitempty"`
	User        *User               `protobuf:"bytes,20,opt,name=user,proto3" json:"user,omitempty"`
	Room        *Room               `protobuf:"bytes,21,opt,name=room,proto3" json:"room,omitempty"`
	Icon        *Icon               `protobuf:"bytes,22,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*Dm) Descriptor deprecated

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

Deprecated: Use Dm.ProtoReflect.Descriptor instead.

func (*Dm) GetAggregation

func (x *Dm) GetAggregation() *Aggregation

func (*Dm) GetAnimation

func (x *Dm) GetAnimation() string

func (*Dm) GetAttr

func (x *Dm) GetAttr() int32

func (*Dm) GetBizScene

func (x *Dm) GetBizScene() int32

func (*Dm) GetBubble

func (x *Dm) GetBubble() *Bubble

func (*Dm) GetCheck

func (x *Dm) GetCheck() *Check

func (*Dm) GetColor

func (x *Dm) GetColor() uint32

func (*Dm) GetContent

func (x *Dm) GetContent() string

func (*Dm) GetCtime

func (x *Dm) GetCtime() int32

func (*Dm) GetDmType

func (x *Dm) GetDmType() int32

func (*Dm) GetEmoticons

func (x *Dm) GetEmoticons() []*EmoticonMapEntry

func (*Dm) GetFontsize

func (x *Dm) GetFontsize() int32

func (*Dm) GetIcon

func (x *Dm) GetIcon() *Icon

func (*Dm) GetIdStr

func (x *Dm) GetIdStr() string

func (*Dm) GetMidHash

func (x *Dm) GetMidHash() string

func (*Dm) GetMode

func (x *Dm) GetMode() int32

func (*Dm) GetRnd

func (x *Dm) GetRnd() int32

func (*Dm) GetRoom

func (x *Dm) GetRoom() *Room

func (*Dm) GetSendFromMe

func (x *Dm) GetSendFromMe() bool

func (*Dm) GetUser

func (x *Dm) GetUser() *User

func (*Dm) GetVoice

func (x *Dm) GetVoice() *Voice

func (*Dm) GetWeight

func (x *Dm) GetWeight() int32

func (*Dm) ProtoMessage

func (*Dm) ProtoMessage()

func (*Dm) ProtoReflect

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

func (*Dm) Reset

func (x *Dm) Reset()

func (*Dm) String

func (x *Dm) String() string

type Emoticon

type Emoticon struct {
	Unique       string `protobuf:"bytes,1,opt,name=unique,proto3" json:"unique,omitempty"`
	Url          string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	IsDynamic    bool   `protobuf:"varint,3,opt,name=is_dynamic,json=isDynamic,proto3" json:"is_dynamic,omitempty"`
	InPlayerArea int32  `protobuf:"varint,4,opt,name=in_player_area,json=inPlayerArea,proto3" json:"in_player_area,omitempty"`
	BulgeDisplay int32  `protobuf:"varint,5,opt,name=bulge_display,json=bulgeDisplay,proto3" json:"bulge_display,omitempty"`
	Height       int32  `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"`
	Width        int32  `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*Emoticon) Descriptor deprecated

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

Deprecated: Use Emoticon.ProtoReflect.Descriptor instead.

func (*Emoticon) GetBulgeDisplay

func (x *Emoticon) GetBulgeDisplay() int32

func (*Emoticon) GetHeight

func (x *Emoticon) GetHeight() int32

func (*Emoticon) GetInPlayerArea

func (x *Emoticon) GetInPlayerArea() int32

func (*Emoticon) GetIsDynamic

func (x *Emoticon) GetIsDynamic() bool

func (*Emoticon) GetUnique

func (x *Emoticon) GetUnique() string

func (*Emoticon) GetUrl

func (x *Emoticon) GetUrl() string

func (*Emoticon) GetWidth

func (x *Emoticon) GetWidth() int32

func (*Emoticon) ProtoMessage

func (*Emoticon) ProtoMessage()

func (*Emoticon) ProtoReflect

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

func (*Emoticon) Reset

func (x *Emoticon) Reset()

func (*Emoticon) String

func (x *Emoticon) String() string

type EmoticonMapEntry

type EmoticonMapEntry struct {
	Key   string    `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *Emoticon `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EmoticonMapEntry) Descriptor deprecated

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

Deprecated: Use EmoticonMapEntry.ProtoReflect.Descriptor instead.

func (*EmoticonMapEntry) GetKey

func (x *EmoticonMapEntry) GetKey() string

func (*EmoticonMapEntry) GetValue

func (x *EmoticonMapEntry) GetValue() *Emoticon

func (*EmoticonMapEntry) ProtoMessage

func (*EmoticonMapEntry) ProtoMessage()

func (*EmoticonMapEntry) ProtoReflect

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

func (*EmoticonMapEntry) Reset

func (x *EmoticonMapEntry) Reset()

func (*EmoticonMapEntry) String

func (x *EmoticonMapEntry) String() string

type Icon

type Icon struct {
	Prefix *Prefix `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*Icon) Descriptor deprecated

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

Deprecated: Use Icon.ProtoReflect.Descriptor instead.

func (*Icon) GetPrefix

func (x *Icon) GetPrefix() *Prefix

func (*Icon) ProtoMessage

func (*Icon) ProtoMessage()

func (*Icon) ProtoReflect

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

func (*Icon) Reset

func (x *Icon) Reset()

func (*Icon) String

func (x *Icon) String() string

type Identify

type Identify struct {
	BeginningUrl string `protobuf:"bytes,1,opt,name=beginning_url,json=beginningUrl,proto3" json:"beginning_url,omitempty"`
	EndingUrl    string `protobuf:"bytes,2,opt,name=ending_url,json=endingUrl,proto3" json:"ending_url,omitempty"`
	JumpToUrl    string `protobuf:"bytes,3,opt,name=jump_to_url,json=jumpToUrl,proto3" json:"jump_to_url,omitempty"`
	// contains filtered or unexported fields
}

func (*Identify) Descriptor deprecated

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

Deprecated: Use Identify.ProtoReflect.Descriptor instead.

func (*Identify) GetBeginningUrl

func (x *Identify) GetBeginningUrl() string

func (*Identify) GetEndingUrl

func (x *Identify) GetEndingUrl() string

func (*Identify) GetJumpToUrl

func (x *Identify) GetJumpToUrl() string

func (*Identify) ProtoMessage

func (*Identify) ProtoMessage()

func (*Identify) ProtoReflect

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

func (*Identify) Reset

func (x *Identify) Reset()

func (*Identify) String

func (x *Identify) String() string

type Medal

type Medal struct {
	Level              int32  `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Name               string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Special            string `protobuf:"bytes,3,opt,name=special,proto3" json:"special,omitempty"`
	Color              int32  `protobuf:"varint,4,opt,name=color,proto3" json:"color,omitempty"`
	IconId             int32  `protobuf:"varint,5,opt,name=icon_id,json=iconId,proto3" json:"icon_id,omitempty"`
	BorderColor        int32  `protobuf:"varint,6,opt,name=border_color,json=borderColor,proto3" json:"border_color,omitempty"`
	GradientStartColor int32  `protobuf:"varint,7,opt,name=gradient_start_color,json=gradientStartColor,proto3" json:"gradient_start_color,omitempty"`
	GradientEndColor   int32  `protobuf:"varint,8,opt,name=gradient_end_color,json=gradientEndColor,proto3" json:"gradient_end_color,omitempty"`
	Privilege          int32  `protobuf:"varint,9,opt,name=privilege,proto3" json:"privilege,omitempty"`
	Light              int32  `protobuf:"varint,10,opt,name=light,proto3" json:"light,omitempty"`
	// contains filtered or unexported fields
}

func (*Medal) Descriptor deprecated

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

Deprecated: Use Medal.ProtoReflect.Descriptor instead.

func (*Medal) GetBorderColor

func (x *Medal) GetBorderColor() int32

func (*Medal) GetColor

func (x *Medal) GetColor() int32

func (*Medal) GetGradientEndColor

func (x *Medal) GetGradientEndColor() int32

func (*Medal) GetGradientStartColor

func (x *Medal) GetGradientStartColor() int32

func (*Medal) GetIconId

func (x *Medal) GetIconId() int32

func (*Medal) GetLevel

func (x *Medal) GetLevel() int32

func (*Medal) GetLight

func (x *Medal) GetLight() int32

func (*Medal) GetName

func (x *Medal) GetName() string

func (*Medal) GetPrivilege

func (x *Medal) GetPrivilege() int32

func (*Medal) GetSpecial

func (x *Medal) GetSpecial() string

func (*Medal) ProtoMessage

func (*Medal) ProtoMessage()

func (*Medal) ProtoReflect

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

func (*Medal) Reset

func (x *Medal) Reset()

func (*Medal) String

func (x *Medal) String() string

type Prefix

type Prefix struct {
	Type     int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*Prefix) Descriptor deprecated

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

Deprecated: Use Prefix.ProtoReflect.Descriptor instead.

func (*Prefix) GetResource

func (x *Prefix) GetResource() string

func (*Prefix) GetType

func (x *Prefix) GetType() int32

func (*Prefix) ProtoMessage

func (*Prefix) ProtoMessage()

func (*Prefix) ProtoReflect

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

func (*Prefix) Reset

func (x *Prefix) Reset()

func (*Prefix) String

func (x *Prefix) String() string

type Room

type Room struct {
	Uid  int32  `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Room) Descriptor deprecated

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

Deprecated: Use Room.ProtoReflect.Descriptor instead.

func (*Room) GetName

func (x *Room) GetName() string

func (*Room) GetUid

func (x *Room) GetUid() int32

func (*Room) ProtoMessage

func (*Room) ProtoMessage()

func (*Room) ProtoReflect

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

func (*Room) Reset

func (x *Room) Reset()

func (*Room) String

func (x *Room) String() string

type Title

type Title struct {
	Title    string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	OldTitle string `protobuf:"bytes,2,opt,name=old_title,json=oldTitle,proto3" json:"old_title,omitempty"`
	// contains filtered or unexported fields
}

func (*Title) Descriptor deprecated

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

Deprecated: Use Title.ProtoReflect.Descriptor instead.

func (*Title) GetOldTitle

func (x *Title) GetOldTitle() string

func (*Title) GetTitle

func (x *Title) GetTitle() string

func (*Title) ProtoMessage

func (*Title) ProtoMessage()

func (*Title) ProtoReflect

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

func (*Title) Reset

func (x *Title) Reset()

func (*Title) String

func (x *Title) String() string

type User

type User struct {
	Uid          int32      `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name         string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	NameColor    string     `protobuf:"bytes,3,opt,name=name_color,json=nameColor,proto3" json:"name_color,omitempty"`
	Face         string     `protobuf:"bytes,4,opt,name=face,proto3" json:"face,omitempty"`
	Vip          int32      `protobuf:"varint,5,opt,name=vip,proto3" json:"vip,omitempty"`
	Svip         int32      `protobuf:"varint,6,opt,name=svip,proto3" json:"svip,omitempty"`
	Rank         int32      `protobuf:"varint,7,opt,name=rank,proto3" json:"rank,omitempty"`
	MobileVerify int32      `protobuf:"varint,8,opt,name=mobile_verify,json=mobileVerify,proto3" json:"mobile_verify,omitempty"`
	LplStatus    int32      `protobuf:"varint,9,opt,name=lpl_status,json=lplStatus,proto3" json:"lpl_status,omitempty"`
	Attr         int32      `protobuf:"varint,10,opt,name=attr,proto3" json:"attr,omitempty"`
	Medal        *Medal     `protobuf:"bytes,11,opt,name=medal,proto3" json:"medal,omitempty"`
	Level        *UserLevel `protobuf:"bytes,12,opt,name=level,proto3" json:"level,omitempty"`
	Title        *Title     `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"`
	Identify     *Identify  `protobuf:"bytes,14,opt,name=identify,proto3" json:"identify,omitempty"`
	Wealth       *Wealth    `protobuf:"bytes,15,opt,name=wealth,proto3" json:"wealth,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAttr

func (x *User) GetAttr() int32

func (*User) GetFace

func (x *User) GetFace() string

func (*User) GetIdentify

func (x *User) GetIdentify() *Identify

func (*User) GetLevel

func (x *User) GetLevel() *UserLevel

func (*User) GetLplStatus

func (x *User) GetLplStatus() int32

func (*User) GetMedal

func (x *User) GetMedal() *Medal

func (*User) GetMobileVerify

func (x *User) GetMobileVerify() int32

func (*User) GetName

func (x *User) GetName() string

func (*User) GetNameColor

func (x *User) GetNameColor() string

func (*User) GetRank

func (x *User) GetRank() int32

func (*User) GetSvip

func (x *User) GetSvip() int32

func (*User) GetTitle

func (x *User) GetTitle() *Title

func (*User) GetUid

func (x *User) GetUid() int32

func (*User) GetVip

func (x *User) GetVip() int32

func (*User) GetWealth

func (x *User) GetWealth() *Wealth

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserLevel

type UserLevel struct {
	Level      int32  `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Color      int32  `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"`
	Rank       string `protobuf:"bytes,3,opt,name=rank,proto3" json:"rank,omitempty"`
	OnlineRank int32  `protobuf:"varint,4,opt,name=online_rank,json=onlineRank,proto3" json:"online_rank,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLevel) Descriptor deprecated

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

Deprecated: Use UserLevel.ProtoReflect.Descriptor instead.

func (*UserLevel) GetColor

func (x *UserLevel) GetColor() int32

func (*UserLevel) GetLevel

func (x *UserLevel) GetLevel() int32

func (*UserLevel) GetOnlineRank

func (x *UserLevel) GetOnlineRank() int32

func (*UserLevel) GetRank

func (x *UserLevel) GetRank() string

func (*UserLevel) ProtoMessage

func (*UserLevel) ProtoMessage()

func (*UserLevel) ProtoReflect

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

func (*UserLevel) Reset

func (x *UserLevel) Reset()

func (*UserLevel) String

func (x *UserLevel) String() string

type Voice

type Voice struct {
	Url          string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	FileFormat   string `protobuf:"bytes,2,opt,name=file_format,json=fileFormat,proto3" json:"file_format,omitempty"`
	Text         string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	FileDuration int32  `protobuf:"varint,4,opt,name=file_duration,json=fileDuration,proto3" json:"file_duration,omitempty"`
	FileId       string `protobuf:"bytes,5,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Voice) Descriptor deprecated

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

Deprecated: Use Voice.ProtoReflect.Descriptor instead.

func (*Voice) GetFileDuration

func (x *Voice) GetFileDuration() int32

func (*Voice) GetFileFormat

func (x *Voice) GetFileFormat() string

func (*Voice) GetFileId

func (x *Voice) GetFileId() string

func (*Voice) GetText

func (x *Voice) GetText() string

func (*Voice) GetUrl

func (x *Voice) GetUrl() string

func (*Voice) ProtoMessage

func (*Voice) ProtoMessage()

func (*Voice) ProtoReflect

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

func (*Voice) Reset

func (x *Voice) Reset()

func (*Voice) String

func (x *Voice) String() string

type Wealth

type Wealth struct {
	Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*Wealth) Descriptor deprecated

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

Deprecated: Use Wealth.ProtoReflect.Descriptor instead.

func (*Wealth) GetLevel

func (x *Wealth) GetLevel() int32

func (*Wealth) ProtoMessage

func (*Wealth) ProtoMessage()

func (*Wealth) ProtoReflect

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

func (*Wealth) Reset

func (x *Wealth) Reset()

func (*Wealth) String

func (x *Wealth) String() string

Jump to

Keyboard shortcuts

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