v1

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package v1 is a generated liverpc stub package. This code was generated with go-common/app/tool/liverpc/protoc-gen-liverpc v0.1.

It is generated from these files:

v1/FansMedal.proto
v1/Medal.proto

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthFansMedal = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowFansMedal   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthMedal = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMedal   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type FansMedal

type FansMedal interface {
	// * 获取已佩戴的勋章
	//
	GetWearedMedal(context.Context, *FansMedalGetWearedMedalReq) (*FansMedalGetWearedMedalResp, error)

	// * 用户卡
	// 基于某房间|主播的 用户卡片信息
	TargetsWithMedal(context.Context, *FansMedalTargetsWithMedalReq) (*FansMedalTargetsWithMedalResp, error)
}

func NewFansMedalRpcClient

func NewFansMedalRpcClient(client *liverpc.Client) FansMedal

NewFansMedalRpcClient creates a Rpc client that implements the FansMedal interface. It communicates using Rpc and can be configured with a custom HTTPClient.

type FansMedalGetWearedMedalReq

type FansMedalGetWearedMedalReq struct {
	//
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	//
	Source int64 `protobuf:"varint,2,opt,name=source,proto3" json:"source"`
	//
	NeedRank bool `protobuf:"varint,3,opt,name=need_rank,json=needRank,proto3" json:"need_rank"`
	//
	NeedTodayIntimacy bool `protobuf:"varint,4,opt,name=need_today_intimacy,json=needTodayIntimacy,proto3" json:"need_today_intimacy"`
	//
	IgnoreUserinfo bool `protobuf:"varint,5,opt,name=ignore_userinfo,json=ignoreUserinfo,proto3" json:"ignore_userinfo"`
}

func (*FansMedalGetWearedMedalReq) Descriptor

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

func (*FansMedalGetWearedMedalReq) GetIgnoreUserinfo

func (m *FansMedalGetWearedMedalReq) GetIgnoreUserinfo() bool

func (*FansMedalGetWearedMedalReq) GetNeedRank

func (m *FansMedalGetWearedMedalReq) GetNeedRank() bool

func (*FansMedalGetWearedMedalReq) GetNeedTodayIntimacy

func (m *FansMedalGetWearedMedalReq) GetNeedTodayIntimacy() bool

func (*FansMedalGetWearedMedalReq) GetSource

func (m *FansMedalGetWearedMedalReq) GetSource() int64

func (*FansMedalGetWearedMedalReq) GetUid

func (m *FansMedalGetWearedMedalReq) GetUid() int64

func (*FansMedalGetWearedMedalReq) Marshal

func (m *FansMedalGetWearedMedalReq) Marshal() (dAtA []byte, err error)

func (*FansMedalGetWearedMedalReq) MarshalTo

func (m *FansMedalGetWearedMedalReq) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalGetWearedMedalReq) ProtoMessage

func (*FansMedalGetWearedMedalReq) ProtoMessage()

func (*FansMedalGetWearedMedalReq) Reset

func (m *FansMedalGetWearedMedalReq) Reset()

func (*FansMedalGetWearedMedalReq) Size

func (m *FansMedalGetWearedMedalReq) Size() (n int)

func (*FansMedalGetWearedMedalReq) String

func (m *FansMedalGetWearedMedalReq) String() string

func (*FansMedalGetWearedMedalReq) Unmarshal

func (m *FansMedalGetWearedMedalReq) Unmarshal(dAtA []byte) error

func (*FansMedalGetWearedMedalReq) XXX_DiscardUnknown

func (m *FansMedalGetWearedMedalReq) XXX_DiscardUnknown()

func (*FansMedalGetWearedMedalReq) XXX_Marshal

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

func (*FansMedalGetWearedMedalReq) XXX_Merge

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

func (*FansMedalGetWearedMedalReq) XXX_Size

func (m *FansMedalGetWearedMedalReq) XXX_Size() int

func (*FansMedalGetWearedMedalReq) XXX_Unmarshal

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

type FansMedalGetWearedMedalResp

type FansMedalGetWearedMedalResp struct {
	//
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	//
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Data *FansMedalGetWearedMedalResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*FansMedalGetWearedMedalResp) Descriptor

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

func (*FansMedalGetWearedMedalResp) GetCode

func (m *FansMedalGetWearedMedalResp) GetCode() int64

func (*FansMedalGetWearedMedalResp) GetData

func (*FansMedalGetWearedMedalResp) GetMsg

func (m *FansMedalGetWearedMedalResp) GetMsg() string

func (*FansMedalGetWearedMedalResp) Marshal

func (m *FansMedalGetWearedMedalResp) Marshal() (dAtA []byte, err error)

func (*FansMedalGetWearedMedalResp) MarshalTo

func (m *FansMedalGetWearedMedalResp) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalGetWearedMedalResp) ProtoMessage

func (*FansMedalGetWearedMedalResp) ProtoMessage()

func (*FansMedalGetWearedMedalResp) Reset

func (m *FansMedalGetWearedMedalResp) Reset()

func (*FansMedalGetWearedMedalResp) Size

func (m *FansMedalGetWearedMedalResp) Size() (n int)

func (*FansMedalGetWearedMedalResp) String

func (m *FansMedalGetWearedMedalResp) String() string

func (*FansMedalGetWearedMedalResp) Unmarshal

func (m *FansMedalGetWearedMedalResp) Unmarshal(dAtA []byte) error

func (*FansMedalGetWearedMedalResp) XXX_DiscardUnknown

func (m *FansMedalGetWearedMedalResp) XXX_DiscardUnknown()

func (*FansMedalGetWearedMedalResp) XXX_Marshal

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

func (*FansMedalGetWearedMedalResp) XXX_Merge

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

func (*FansMedalGetWearedMedalResp) XXX_Size

func (m *FansMedalGetWearedMedalResp) XXX_Size() int

func (*FansMedalGetWearedMedalResp) XXX_Unmarshal

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

type FansMedalGetWearedMedalResp_Data

type FansMedalGetWearedMedalResp_Data struct {
	//
	Max int64 `protobuf:"varint,1,opt,name=max,proto3" json:"max"`
	//
	Cnt int64 `protobuf:"varint,2,opt,name=cnt,proto3" json:"cnt"`
	//
	List []*FansMedalGetWearedMedalResp_List `protobuf:"bytes,3,rep,name=list" json:"list"`
}

func (*FansMedalGetWearedMedalResp_Data) Descriptor

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

func (*FansMedalGetWearedMedalResp_Data) GetCnt

func (*FansMedalGetWearedMedalResp_Data) GetList

func (*FansMedalGetWearedMedalResp_Data) GetMax

func (*FansMedalGetWearedMedalResp_Data) Marshal

func (m *FansMedalGetWearedMedalResp_Data) Marshal() (dAtA []byte, err error)

func (*FansMedalGetWearedMedalResp_Data) MarshalTo

func (m *FansMedalGetWearedMedalResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalGetWearedMedalResp_Data) ProtoMessage

func (*FansMedalGetWearedMedalResp_Data) ProtoMessage()

func (*FansMedalGetWearedMedalResp_Data) Reset

func (*FansMedalGetWearedMedalResp_Data) Size

func (m *FansMedalGetWearedMedalResp_Data) Size() (n int)

func (*FansMedalGetWearedMedalResp_Data) String

func (*FansMedalGetWearedMedalResp_Data) Unmarshal

func (m *FansMedalGetWearedMedalResp_Data) Unmarshal(dAtA []byte) error

func (*FansMedalGetWearedMedalResp_Data) XXX_DiscardUnknown

func (m *FansMedalGetWearedMedalResp_Data) XXX_DiscardUnknown()

func (*FansMedalGetWearedMedalResp_Data) XXX_Marshal

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

func (*FansMedalGetWearedMedalResp_Data) XXX_Merge

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

func (*FansMedalGetWearedMedalResp_Data) XXX_Size

func (m *FansMedalGetWearedMedalResp_Data) XXX_Size() int

func (*FansMedalGetWearedMedalResp_Data) XXX_Unmarshal

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

type FansMedalGetWearedMedalResp_List

type FansMedalGetWearedMedalResp_List struct {
	// 用户uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// up主uid
	TargetId int64 `protobuf:"varint,2,opt,name=target_id,json=targetId,proto3" json:"target_id"`
	// 勋章id
	MedalId int64 `protobuf:"varint,3,opt,name=medal_id,json=medalId,proto3" json:"medal_id"`
	// 勋章总经验值
	Score int64 `protobuf:"varint,4,opt,name=score,proto3" json:"score"`
	// 勋章等级
	Level int64 `protobuf:"varint,5,opt,name=level,proto3" json:"level"`
	// 当前等级亲密度
	Intimacy int64 `protobuf:"varint,6,opt,name=intimacy,proto3" json:"intimacy"`
	// 当前等级升级所需
	NextIntimacy int64 `protobuf:"varint,7,opt,name=next_intimacy,json=nextIntimacy,proto3" json:"next_intimacy"`
	// 佩戴状态  0:未佩戴 1:佩戴中
	Status int64 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
	// 来源 1直播 2:投币 3:充电
	Source int64 `protobuf:"varint,9,opt,name=source,proto3" json:"source"`
	// 领取渠道 1直播 2:主站
	ReceiveChannel int64 `protobuf:"varint,10,opt,name=receive_channel,json=receiveChannel,proto3" json:"receive_channel"`
	// 是否已经领取
	IsReceive int64 `protobuf:"varint,11,opt,name=is_receive,json=isReceive,proto3" json:"is_receive"`
	// 主站佩戴状态 0:未佩戴 1:佩戴中
	MasterStatus int64 `protobuf:"varint,12,opt,name=master_status,json=masterStatus,proto3" json:"master_status"`
	// 领取时间
	ReceiveTime string `protobuf:"bytes,13,opt,name=receive_time,json=receiveTime,proto3" json:"receive_time"`
	// 今日亲密度上限
	TodayIntimacy int64 `protobuf:"varint,14,opt,name=today_intimacy,json=todayIntimacy,proto3" json:"today_intimacy"`
	// 最后佩戴的时间戳
	LastWearTime int64 `protobuf:"varint,15,opt,name=last_wear_time,json=lastWearTime,proto3" json:"last_wear_time"`
	// 勋章名称
	MedalName string `protobuf:"bytes,16,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	// 用户uid
	MasterAvailable int64 `protobuf:"varint,17,opt,name=master_available,json=masterAvailable,proto3" json:"master_available"`
	// up主昵称
	TargetName string `protobuf:"bytes,18,opt,name=target_name,json=targetName,proto3" json:"target_name"`
	// up主头像
	TargetFace string `protobuf:"bytes,19,opt,name=target_face,json=targetFace,proto3" json:"target_face"`
	// 排名
	Rank string `protobuf:"bytes,20,opt,name=rank,proto3" json:"rank"`
	// 勋章颜色 不同等级颜色不同
	MedalColor int64 `protobuf:"varint,21,opt,name=medal_color,json=medalColor,proto3" json:"medal_color"`
	// 今天增加亲密度
	TodayFeed int64 `protobuf:"varint,22,opt,name=today_feed,json=todayFeed,proto3" json:"today_feed"`
	// 大航海类型 1 总督 2 提督 3 舰长
	GuardType int64 `protobuf:"varint,23,opt,name=guard_type,json=guardType,proto3" json:"guard_type"`
	// 今日亲密度上限
	DayLimit int64 `protobuf:"varint,24,opt,name=day_limit,json=dayLimit,proto3" json:"day_limit"`
}

func (*FansMedalGetWearedMedalResp_List) Descriptor

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

func (*FansMedalGetWearedMedalResp_List) GetDayLimit

func (m *FansMedalGetWearedMedalResp_List) GetDayLimit() int64

func (*FansMedalGetWearedMedalResp_List) GetGuardType

func (m *FansMedalGetWearedMedalResp_List) GetGuardType() int64

func (*FansMedalGetWearedMedalResp_List) GetIntimacy

func (m *FansMedalGetWearedMedalResp_List) GetIntimacy() int64

func (*FansMedalGetWearedMedalResp_List) GetIsReceive

func (m *FansMedalGetWearedMedalResp_List) GetIsReceive() int64

func (*FansMedalGetWearedMedalResp_List) GetLastWearTime

func (m *FansMedalGetWearedMedalResp_List) GetLastWearTime() int64

func (*FansMedalGetWearedMedalResp_List) GetLevel

func (*FansMedalGetWearedMedalResp_List) GetMasterAvailable

func (m *FansMedalGetWearedMedalResp_List) GetMasterAvailable() int64

func (*FansMedalGetWearedMedalResp_List) GetMasterStatus

func (m *FansMedalGetWearedMedalResp_List) GetMasterStatus() int64

func (*FansMedalGetWearedMedalResp_List) GetMedalColor

func (m *FansMedalGetWearedMedalResp_List) GetMedalColor() int64

func (*FansMedalGetWearedMedalResp_List) GetMedalId

func (m *FansMedalGetWearedMedalResp_List) GetMedalId() int64

func (*FansMedalGetWearedMedalResp_List) GetMedalName

func (m *FansMedalGetWearedMedalResp_List) GetMedalName() string

func (*FansMedalGetWearedMedalResp_List) GetNextIntimacy

func (m *FansMedalGetWearedMedalResp_List) GetNextIntimacy() int64

func (*FansMedalGetWearedMedalResp_List) GetRank

func (*FansMedalGetWearedMedalResp_List) GetReceiveChannel

func (m *FansMedalGetWearedMedalResp_List) GetReceiveChannel() int64

func (*FansMedalGetWearedMedalResp_List) GetReceiveTime

func (m *FansMedalGetWearedMedalResp_List) GetReceiveTime() string

func (*FansMedalGetWearedMedalResp_List) GetScore

func (*FansMedalGetWearedMedalResp_List) GetSource

func (m *FansMedalGetWearedMedalResp_List) GetSource() int64

func (*FansMedalGetWearedMedalResp_List) GetStatus

func (m *FansMedalGetWearedMedalResp_List) GetStatus() int64

func (*FansMedalGetWearedMedalResp_List) GetTargetFace

func (m *FansMedalGetWearedMedalResp_List) GetTargetFace() string

func (*FansMedalGetWearedMedalResp_List) GetTargetId

func (m *FansMedalGetWearedMedalResp_List) GetTargetId() int64

func (*FansMedalGetWearedMedalResp_List) GetTargetName

func (m *FansMedalGetWearedMedalResp_List) GetTargetName() string

func (*FansMedalGetWearedMedalResp_List) GetTodayFeed

func (m *FansMedalGetWearedMedalResp_List) GetTodayFeed() int64

func (*FansMedalGetWearedMedalResp_List) GetTodayIntimacy

func (m *FansMedalGetWearedMedalResp_List) GetTodayIntimacy() int64

func (*FansMedalGetWearedMedalResp_List) GetUid

func (*FansMedalGetWearedMedalResp_List) Marshal

func (m *FansMedalGetWearedMedalResp_List) Marshal() (dAtA []byte, err error)

func (*FansMedalGetWearedMedalResp_List) MarshalTo

func (m *FansMedalGetWearedMedalResp_List) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalGetWearedMedalResp_List) ProtoMessage

func (*FansMedalGetWearedMedalResp_List) ProtoMessage()

func (*FansMedalGetWearedMedalResp_List) Reset

func (*FansMedalGetWearedMedalResp_List) Size

func (m *FansMedalGetWearedMedalResp_List) Size() (n int)

func (*FansMedalGetWearedMedalResp_List) String

func (*FansMedalGetWearedMedalResp_List) Unmarshal

func (m *FansMedalGetWearedMedalResp_List) Unmarshal(dAtA []byte) error

func (*FansMedalGetWearedMedalResp_List) XXX_DiscardUnknown

func (m *FansMedalGetWearedMedalResp_List) XXX_DiscardUnknown()

func (*FansMedalGetWearedMedalResp_List) XXX_Marshal

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

func (*FansMedalGetWearedMedalResp_List) XXX_Merge

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

func (*FansMedalGetWearedMedalResp_List) XXX_Size

func (m *FansMedalGetWearedMedalResp_List) XXX_Size() int

func (*FansMedalGetWearedMedalResp_List) XXX_Unmarshal

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

type FansMedalTargetsWithMedalReq

type FansMedalTargetsWithMedalReq struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 主播id
	TargetIds []int64 `protobuf:"varint,2,rep,packed,name=target_ids,json=targetIds" json:"target_ids"`
}

func (*FansMedalTargetsWithMedalReq) Descriptor

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

func (*FansMedalTargetsWithMedalReq) GetTargetIds

func (m *FansMedalTargetsWithMedalReq) GetTargetIds() []int64

func (*FansMedalTargetsWithMedalReq) GetUid

func (m *FansMedalTargetsWithMedalReq) GetUid() int64

func (*FansMedalTargetsWithMedalReq) Marshal

func (m *FansMedalTargetsWithMedalReq) Marshal() (dAtA []byte, err error)

func (*FansMedalTargetsWithMedalReq) MarshalTo

func (m *FansMedalTargetsWithMedalReq) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalTargetsWithMedalReq) ProtoMessage

func (*FansMedalTargetsWithMedalReq) ProtoMessage()

func (*FansMedalTargetsWithMedalReq) Reset

func (m *FansMedalTargetsWithMedalReq) Reset()

func (*FansMedalTargetsWithMedalReq) Size

func (m *FansMedalTargetsWithMedalReq) Size() (n int)

func (*FansMedalTargetsWithMedalReq) String

func (*FansMedalTargetsWithMedalReq) Unmarshal

func (m *FansMedalTargetsWithMedalReq) Unmarshal(dAtA []byte) error

func (*FansMedalTargetsWithMedalReq) XXX_DiscardUnknown

func (m *FansMedalTargetsWithMedalReq) XXX_DiscardUnknown()

func (*FansMedalTargetsWithMedalReq) XXX_Marshal

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

func (*FansMedalTargetsWithMedalReq) XXX_Merge

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

func (*FansMedalTargetsWithMedalReq) XXX_Size

func (m *FansMedalTargetsWithMedalReq) XXX_Size() int

func (*FansMedalTargetsWithMedalReq) XXX_Unmarshal

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

type FansMedalTargetsWithMedalResp

type FansMedalTargetsWithMedalResp struct {
	//
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	//
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message"`
	//
	Data []int64 `protobuf:"varint,4,rep,packed,name=data" json:"data"`
}

func (*FansMedalTargetsWithMedalResp) Descriptor

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

func (*FansMedalTargetsWithMedalResp) GetCode

func (m *FansMedalTargetsWithMedalResp) GetCode() int64

func (*FansMedalTargetsWithMedalResp) GetData

func (m *FansMedalTargetsWithMedalResp) GetData() []int64

func (*FansMedalTargetsWithMedalResp) GetMessage

func (m *FansMedalTargetsWithMedalResp) GetMessage() string

func (*FansMedalTargetsWithMedalResp) GetMsg

func (*FansMedalTargetsWithMedalResp) Marshal

func (m *FansMedalTargetsWithMedalResp) Marshal() (dAtA []byte, err error)

func (*FansMedalTargetsWithMedalResp) MarshalTo

func (m *FansMedalTargetsWithMedalResp) MarshalTo(dAtA []byte) (int, error)

func (*FansMedalTargetsWithMedalResp) ProtoMessage

func (*FansMedalTargetsWithMedalResp) ProtoMessage()

func (*FansMedalTargetsWithMedalResp) Reset

func (m *FansMedalTargetsWithMedalResp) Reset()

func (*FansMedalTargetsWithMedalResp) Size

func (m *FansMedalTargetsWithMedalResp) Size() (n int)

func (*FansMedalTargetsWithMedalResp) String

func (*FansMedalTargetsWithMedalResp) Unmarshal

func (m *FansMedalTargetsWithMedalResp) Unmarshal(dAtA []byte) error

func (*FansMedalTargetsWithMedalResp) XXX_DiscardUnknown

func (m *FansMedalTargetsWithMedalResp) XXX_DiscardUnknown()

func (*FansMedalTargetsWithMedalResp) XXX_Marshal

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

func (*FansMedalTargetsWithMedalResp) XXX_Merge

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

func (*FansMedalTargetsWithMedalResp) XXX_Size

func (m *FansMedalTargetsWithMedalResp) XXX_Size() int

func (*FansMedalTargetsWithMedalResp) XXX_Unmarshal

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

type Medal

type Medal interface {
	// * up主开启勋章
	//
	Create(context.Context, *MedalCreateReq) (*MedalCreateResp, error)

	// * 获取up主自己的勋章,更严格的类型
	//
	Query(context.Context, *MedalQueryReq) (*MedalQueryResp, error)

	// * 根据ID查询勋章详情,返回严格的类型
	//
	QueryId(context.Context, *MedalQueryIdReq) (*MedalQueryIdResp, error)
}

func NewMedalRpcClient

func NewMedalRpcClient(client *liverpc.Client) Medal

NewMedalRpcClient creates a Rpc client that implements the Medal interface. It communicates using Rpc and can be configured with a custom HTTPClient.

type MedalCreateReq

type MedalCreateReq struct {
	//
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	//
	Source int64 `protobuf:"varint,2,opt,name=source,proto3" json:"source"`
}

func (*MedalCreateReq) Descriptor

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

func (*MedalCreateReq) GetSource

func (m *MedalCreateReq) GetSource() int64

func (*MedalCreateReq) GetUid

func (m *MedalCreateReq) GetUid() int64

func (*MedalCreateReq) Marshal

func (m *MedalCreateReq) Marshal() (dAtA []byte, err error)

func (*MedalCreateReq) MarshalTo

func (m *MedalCreateReq) MarshalTo(dAtA []byte) (int, error)

func (*MedalCreateReq) ProtoMessage

func (*MedalCreateReq) ProtoMessage()

func (*MedalCreateReq) Reset

func (m *MedalCreateReq) Reset()

func (*MedalCreateReq) Size

func (m *MedalCreateReq) Size() (n int)

func (*MedalCreateReq) String

func (m *MedalCreateReq) String() string

func (*MedalCreateReq) Unmarshal

func (m *MedalCreateReq) Unmarshal(dAtA []byte) error

func (*MedalCreateReq) XXX_DiscardUnknown

func (m *MedalCreateReq) XXX_DiscardUnknown()

func (*MedalCreateReq) XXX_Marshal

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

func (*MedalCreateReq) XXX_Merge

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

func (*MedalCreateReq) XXX_Size

func (m *MedalCreateReq) XXX_Size() int

func (*MedalCreateReq) XXX_Unmarshal

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

type MedalCreateResp

type MedalCreateResp struct {
	//
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	//
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Data *MedalCreateResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*MedalCreateResp) Descriptor

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

func (*MedalCreateResp) GetCode

func (m *MedalCreateResp) GetCode() int64

func (*MedalCreateResp) GetData

func (m *MedalCreateResp) GetData() *MedalCreateResp_Data

func (*MedalCreateResp) GetMsg

func (m *MedalCreateResp) GetMsg() string

func (*MedalCreateResp) Marshal

func (m *MedalCreateResp) Marshal() (dAtA []byte, err error)

func (*MedalCreateResp) MarshalTo

func (m *MedalCreateResp) MarshalTo(dAtA []byte) (int, error)

func (*MedalCreateResp) ProtoMessage

func (*MedalCreateResp) ProtoMessage()

func (*MedalCreateResp) Reset

func (m *MedalCreateResp) Reset()

func (*MedalCreateResp) Size

func (m *MedalCreateResp) Size() (n int)

func (*MedalCreateResp) String

func (m *MedalCreateResp) String() string

func (*MedalCreateResp) Unmarshal

func (m *MedalCreateResp) Unmarshal(dAtA []byte) error

func (*MedalCreateResp) XXX_DiscardUnknown

func (m *MedalCreateResp) XXX_DiscardUnknown()

func (*MedalCreateResp) XXX_Marshal

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

func (*MedalCreateResp) XXX_Merge

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

func (*MedalCreateResp) XXX_Size

func (m *MedalCreateResp) XXX_Size() int

func (*MedalCreateResp) XXX_Unmarshal

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

type MedalCreateResp_Data

type MedalCreateResp_Data struct {
	// 勋章ID
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// up主uid
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// 勋章名称
	MedalName string `protobuf:"bytes,3,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	// 直播开通状态 0 冻结 1 可用
	LiveStatus int64 `protobuf:"varint,4,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	// 主站开通状态 0 冻结 1 可用
	MasterStatus int64 `protobuf:"varint,5,opt,name=master_status,json=masterStatus,proto3" json:"master_status"`
	// 勋章审核状态 -1已拒绝 0未申请 1已申请 2已开通
	Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
	// 审核不通过通过的理由
	Reason string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason"`
	// 申请来源
	ApplySource int64 `protobuf:"varint,8,opt,name=apply_source,json=applySource,proto3" json:"apply_source"`
	// 最后一次修改勋章名称的时间戳
	LastRenameTime int64 `protobuf:"varint,9,opt,name=last_rename_time,json=lastRenameTime,proto3" json:"last_rename_time"`
	// 改名状态
	RenameStatus int64 `protobuf:"varint,10,opt,name=rename_status,json=renameStatus,proto3" json:"rename_status"`
	// 充电超过该数值可获得勋章
	ChargeNum int64 `protobuf:"varint,11,opt,name=charge_num,json=chargeNum,proto3" json:"charge_num"`
	// 投币超过该数值可获得勋章
	CoinNum int64 `protobuf:"varint,12,opt,name=coin_num,json=coinNum,proto3" json:"coin_num"`
	// 没有勋章时为 true
	IsNull bool `protobuf:"varint,13,opt,name=is_null,json=isNull,proto3" json:"is_null"`
}

func (*MedalCreateResp_Data) Descriptor

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

func (*MedalCreateResp_Data) GetApplySource

func (m *MedalCreateResp_Data) GetApplySource() int64

func (*MedalCreateResp_Data) GetChargeNum

func (m *MedalCreateResp_Data) GetChargeNum() int64

func (*MedalCreateResp_Data) GetCoinNum

func (m *MedalCreateResp_Data) GetCoinNum() int64

func (*MedalCreateResp_Data) GetId

func (m *MedalCreateResp_Data) GetId() int64

func (*MedalCreateResp_Data) GetIsNull

func (m *MedalCreateResp_Data) GetIsNull() bool

func (*MedalCreateResp_Data) GetLastRenameTime

func (m *MedalCreateResp_Data) GetLastRenameTime() int64

func (*MedalCreateResp_Data) GetLiveStatus

func (m *MedalCreateResp_Data) GetLiveStatus() int64

func (*MedalCreateResp_Data) GetMasterStatus

func (m *MedalCreateResp_Data) GetMasterStatus() int64

func (*MedalCreateResp_Data) GetMedalName

func (m *MedalCreateResp_Data) GetMedalName() string

func (*MedalCreateResp_Data) GetReason

func (m *MedalCreateResp_Data) GetReason() string

func (*MedalCreateResp_Data) GetRenameStatus

func (m *MedalCreateResp_Data) GetRenameStatus() int64

func (*MedalCreateResp_Data) GetStatus

func (m *MedalCreateResp_Data) GetStatus() int64

func (*MedalCreateResp_Data) GetUid

func (m *MedalCreateResp_Data) GetUid() int64

func (*MedalCreateResp_Data) Marshal

func (m *MedalCreateResp_Data) Marshal() (dAtA []byte, err error)

func (*MedalCreateResp_Data) MarshalTo

func (m *MedalCreateResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*MedalCreateResp_Data) ProtoMessage

func (*MedalCreateResp_Data) ProtoMessage()

func (*MedalCreateResp_Data) Reset

func (m *MedalCreateResp_Data) Reset()

func (*MedalCreateResp_Data) Size

func (m *MedalCreateResp_Data) Size() (n int)

func (*MedalCreateResp_Data) String

func (m *MedalCreateResp_Data) String() string

func (*MedalCreateResp_Data) Unmarshal

func (m *MedalCreateResp_Data) Unmarshal(dAtA []byte) error

func (*MedalCreateResp_Data) XXX_DiscardUnknown

func (m *MedalCreateResp_Data) XXX_DiscardUnknown()

func (*MedalCreateResp_Data) XXX_Marshal

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

func (*MedalCreateResp_Data) XXX_Merge

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

func (*MedalCreateResp_Data) XXX_Size

func (m *MedalCreateResp_Data) XXX_Size() int

func (*MedalCreateResp_Data) XXX_Unmarshal

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

type MedalQueryIdReq

type MedalQueryIdReq struct {
	//
	MedalId int64 `protobuf:"varint,1,opt,name=medal_id,json=medalId,proto3" json:"medal_id"`
}

func (*MedalQueryIdReq) Descriptor

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

func (*MedalQueryIdReq) GetMedalId

func (m *MedalQueryIdReq) GetMedalId() int64

func (*MedalQueryIdReq) Marshal

func (m *MedalQueryIdReq) Marshal() (dAtA []byte, err error)

func (*MedalQueryIdReq) MarshalTo

func (m *MedalQueryIdReq) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryIdReq) ProtoMessage

func (*MedalQueryIdReq) ProtoMessage()

func (*MedalQueryIdReq) Reset

func (m *MedalQueryIdReq) Reset()

func (*MedalQueryIdReq) Size

func (m *MedalQueryIdReq) Size() (n int)

func (*MedalQueryIdReq) String

func (m *MedalQueryIdReq) String() string

func (*MedalQueryIdReq) Unmarshal

func (m *MedalQueryIdReq) Unmarshal(dAtA []byte) error

func (*MedalQueryIdReq) XXX_DiscardUnknown

func (m *MedalQueryIdReq) XXX_DiscardUnknown()

func (*MedalQueryIdReq) XXX_Marshal

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

func (*MedalQueryIdReq) XXX_Merge

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

func (*MedalQueryIdReq) XXX_Size

func (m *MedalQueryIdReq) XXX_Size() int

func (*MedalQueryIdReq) XXX_Unmarshal

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

type MedalQueryIdResp

type MedalQueryIdResp struct {
	//
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	//
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Data *MedalQueryIdResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*MedalQueryIdResp) Descriptor

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

func (*MedalQueryIdResp) GetCode

func (m *MedalQueryIdResp) GetCode() int64

func (*MedalQueryIdResp) GetData

func (*MedalQueryIdResp) GetMsg

func (m *MedalQueryIdResp) GetMsg() string

func (*MedalQueryIdResp) Marshal

func (m *MedalQueryIdResp) Marshal() (dAtA []byte, err error)

func (*MedalQueryIdResp) MarshalTo

func (m *MedalQueryIdResp) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryIdResp) ProtoMessage

func (*MedalQueryIdResp) ProtoMessage()

func (*MedalQueryIdResp) Reset

func (m *MedalQueryIdResp) Reset()

func (*MedalQueryIdResp) Size

func (m *MedalQueryIdResp) Size() (n int)

func (*MedalQueryIdResp) String

func (m *MedalQueryIdResp) String() string

func (*MedalQueryIdResp) Unmarshal

func (m *MedalQueryIdResp) Unmarshal(dAtA []byte) error

func (*MedalQueryIdResp) XXX_DiscardUnknown

func (m *MedalQueryIdResp) XXX_DiscardUnknown()

func (*MedalQueryIdResp) XXX_Marshal

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

func (*MedalQueryIdResp) XXX_Merge

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

func (*MedalQueryIdResp) XXX_Size

func (m *MedalQueryIdResp) XXX_Size() int

func (*MedalQueryIdResp) XXX_Unmarshal

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

type MedalQueryIdResp_Data

type MedalQueryIdResp_Data struct {
	//
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	//
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	//
	MedalName string `protobuf:"bytes,3,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	//
	LiveStatus int64 `protobuf:"varint,4,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	//
	MasterStatus int64 `protobuf:"varint,5,opt,name=master_status,json=masterStatus,proto3" json:"master_status"`
	//
	Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
	//
	Reason int64 `protobuf:"varint,7,opt,name=reason,proto3" json:"reason"`
	//
	LastRenameTime int64 `protobuf:"varint,8,opt,name=last_rename_time,json=lastRenameTime,proto3" json:"last_rename_time"`
	//
	IsNull bool `protobuf:"varint,9,opt,name=is_null,json=isNull,proto3" json:"is_null"`
}

func (*MedalQueryIdResp_Data) Descriptor

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

func (*MedalQueryIdResp_Data) GetId

func (m *MedalQueryIdResp_Data) GetId() int64

func (*MedalQueryIdResp_Data) GetIsNull

func (m *MedalQueryIdResp_Data) GetIsNull() bool

func (*MedalQueryIdResp_Data) GetLastRenameTime

func (m *MedalQueryIdResp_Data) GetLastRenameTime() int64

func (*MedalQueryIdResp_Data) GetLiveStatus

func (m *MedalQueryIdResp_Data) GetLiveStatus() int64

func (*MedalQueryIdResp_Data) GetMasterStatus

func (m *MedalQueryIdResp_Data) GetMasterStatus() int64

func (*MedalQueryIdResp_Data) GetMedalName

func (m *MedalQueryIdResp_Data) GetMedalName() string

func (*MedalQueryIdResp_Data) GetReason

func (m *MedalQueryIdResp_Data) GetReason() int64

func (*MedalQueryIdResp_Data) GetStatus

func (m *MedalQueryIdResp_Data) GetStatus() int64

func (*MedalQueryIdResp_Data) GetUid

func (m *MedalQueryIdResp_Data) GetUid() int64

func (*MedalQueryIdResp_Data) Marshal

func (m *MedalQueryIdResp_Data) Marshal() (dAtA []byte, err error)

func (*MedalQueryIdResp_Data) MarshalTo

func (m *MedalQueryIdResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryIdResp_Data) ProtoMessage

func (*MedalQueryIdResp_Data) ProtoMessage()

func (*MedalQueryIdResp_Data) Reset

func (m *MedalQueryIdResp_Data) Reset()

func (*MedalQueryIdResp_Data) Size

func (m *MedalQueryIdResp_Data) Size() (n int)

func (*MedalQueryIdResp_Data) String

func (m *MedalQueryIdResp_Data) String() string

func (*MedalQueryIdResp_Data) Unmarshal

func (m *MedalQueryIdResp_Data) Unmarshal(dAtA []byte) error

func (*MedalQueryIdResp_Data) XXX_DiscardUnknown

func (m *MedalQueryIdResp_Data) XXX_DiscardUnknown()

func (*MedalQueryIdResp_Data) XXX_Marshal

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

func (*MedalQueryIdResp_Data) XXX_Merge

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

func (*MedalQueryIdResp_Data) XXX_Size

func (m *MedalQueryIdResp_Data) XXX_Size() int

func (*MedalQueryIdResp_Data) XXX_Unmarshal

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

type MedalQueryReq

type MedalQueryReq struct {
	//
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	//
	Source int64 `protobuf:"varint,2,opt,name=source,proto3" json:"source"`
}

func (*MedalQueryReq) Descriptor

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

func (*MedalQueryReq) GetSource

func (m *MedalQueryReq) GetSource() int64

func (*MedalQueryReq) GetUid

func (m *MedalQueryReq) GetUid() int64

func (*MedalQueryReq) Marshal

func (m *MedalQueryReq) Marshal() (dAtA []byte, err error)

func (*MedalQueryReq) MarshalTo

func (m *MedalQueryReq) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryReq) ProtoMessage

func (*MedalQueryReq) ProtoMessage()

func (*MedalQueryReq) Reset

func (m *MedalQueryReq) Reset()

func (*MedalQueryReq) Size

func (m *MedalQueryReq) Size() (n int)

func (*MedalQueryReq) String

func (m *MedalQueryReq) String() string

func (*MedalQueryReq) Unmarshal

func (m *MedalQueryReq) Unmarshal(dAtA []byte) error

func (*MedalQueryReq) XXX_DiscardUnknown

func (m *MedalQueryReq) XXX_DiscardUnknown()

func (*MedalQueryReq) XXX_Marshal

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

func (*MedalQueryReq) XXX_Merge

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

func (*MedalQueryReq) XXX_Size

func (m *MedalQueryReq) XXX_Size() int

func (*MedalQueryReq) XXX_Unmarshal

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

type MedalQueryResp

type MedalQueryResp struct {
	//
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	//
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Data *MedalQueryResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*MedalQueryResp) Descriptor

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

func (*MedalQueryResp) GetCode

func (m *MedalQueryResp) GetCode() int64

func (*MedalQueryResp) GetData

func (m *MedalQueryResp) GetData() *MedalQueryResp_Data

func (*MedalQueryResp) GetMsg

func (m *MedalQueryResp) GetMsg() string

func (*MedalQueryResp) Marshal

func (m *MedalQueryResp) Marshal() (dAtA []byte, err error)

func (*MedalQueryResp) MarshalTo

func (m *MedalQueryResp) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryResp) ProtoMessage

func (*MedalQueryResp) ProtoMessage()

func (*MedalQueryResp) Reset

func (m *MedalQueryResp) Reset()

func (*MedalQueryResp) Size

func (m *MedalQueryResp) Size() (n int)

func (*MedalQueryResp) String

func (m *MedalQueryResp) String() string

func (*MedalQueryResp) Unmarshal

func (m *MedalQueryResp) Unmarshal(dAtA []byte) error

func (*MedalQueryResp) XXX_DiscardUnknown

func (m *MedalQueryResp) XXX_DiscardUnknown()

func (*MedalQueryResp) XXX_Marshal

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

func (*MedalQueryResp) XXX_Merge

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

func (*MedalQueryResp) XXX_Size

func (m *MedalQueryResp) XXX_Size() int

func (*MedalQueryResp) XXX_Unmarshal

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

type MedalQueryResp_Data

type MedalQueryResp_Data struct {
	// 勋章ID
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// up主uid
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// 勋章名称
	MedalName string `protobuf:"bytes,3,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	// 直播开通状态 0 冻结 1 可用
	LiveStatus int64 `protobuf:"varint,4,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	// 主站开通状态 0 冻结 1 可用
	MasterStatus int64 `protobuf:"varint,5,opt,name=master_status,json=masterStatus,proto3" json:"master_status"`
	// 勋章审核状态 -1已拒绝 0未申请 1已申请 2已开通
	Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
	// 审核不通过通过的理由
	Reason string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason"`
	// 申请来源
	ApplySource int64 `protobuf:"varint,8,opt,name=apply_source,json=applySource,proto3" json:"apply_source"`
	// 最后一次修改勋章名称的时间戳
	LastRenameTime int64 `protobuf:"varint,9,opt,name=last_rename_time,json=lastRenameTime,proto3" json:"last_rename_time"`
	// 改名状态
	RenameStatus int64 `protobuf:"varint,10,opt,name=rename_status,json=renameStatus,proto3" json:"rename_status"`
	// 充电超过该数值可获得勋章
	ChargeNum int64 `protobuf:"varint,11,opt,name=charge_num,json=chargeNum,proto3" json:"charge_num"`
	// 投币超过该数值可获得勋章
	CoinNum int64 `protobuf:"varint,12,opt,name=coin_num,json=coinNum,proto3" json:"coin_num"`
	// 没有勋章时为 true
	IsNull bool `protobuf:"varint,13,opt,name=is_null,json=isNull,proto3" json:"is_null"`
}

func (*MedalQueryResp_Data) Descriptor

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

func (*MedalQueryResp_Data) GetApplySource

func (m *MedalQueryResp_Data) GetApplySource() int64

func (*MedalQueryResp_Data) GetChargeNum

func (m *MedalQueryResp_Data) GetChargeNum() int64

func (*MedalQueryResp_Data) GetCoinNum

func (m *MedalQueryResp_Data) GetCoinNum() int64

func (*MedalQueryResp_Data) GetId

func (m *MedalQueryResp_Data) GetId() int64

func (*MedalQueryResp_Data) GetIsNull

func (m *MedalQueryResp_Data) GetIsNull() bool

func (*MedalQueryResp_Data) GetLastRenameTime

func (m *MedalQueryResp_Data) GetLastRenameTime() int64

func (*MedalQueryResp_Data) GetLiveStatus

func (m *MedalQueryResp_Data) GetLiveStatus() int64

func (*MedalQueryResp_Data) GetMasterStatus

func (m *MedalQueryResp_Data) GetMasterStatus() int64

func (*MedalQueryResp_Data) GetMedalName

func (m *MedalQueryResp_Data) GetMedalName() string

func (*MedalQueryResp_Data) GetReason

func (m *MedalQueryResp_Data) GetReason() string

func (*MedalQueryResp_Data) GetRenameStatus

func (m *MedalQueryResp_Data) GetRenameStatus() int64

func (*MedalQueryResp_Data) GetStatus

func (m *MedalQueryResp_Data) GetStatus() int64

func (*MedalQueryResp_Data) GetUid

func (m *MedalQueryResp_Data) GetUid() int64

func (*MedalQueryResp_Data) Marshal

func (m *MedalQueryResp_Data) Marshal() (dAtA []byte, err error)

func (*MedalQueryResp_Data) MarshalTo

func (m *MedalQueryResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*MedalQueryResp_Data) ProtoMessage

func (*MedalQueryResp_Data) ProtoMessage()

func (*MedalQueryResp_Data) Reset

func (m *MedalQueryResp_Data) Reset()

func (*MedalQueryResp_Data) Size

func (m *MedalQueryResp_Data) Size() (n int)

func (*MedalQueryResp_Data) String

func (m *MedalQueryResp_Data) String() string

func (*MedalQueryResp_Data) Unmarshal

func (m *MedalQueryResp_Data) Unmarshal(dAtA []byte) error

func (*MedalQueryResp_Data) XXX_DiscardUnknown

func (m *MedalQueryResp_Data) XXX_DiscardUnknown()

func (*MedalQueryResp_Data) XXX_Marshal

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

func (*MedalQueryResp_Data) XXX_Merge

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

func (*MedalQueryResp_Data) XXX_Size

func (m *MedalQueryResp_Data) XXX_Size() int

func (*MedalQueryResp_Data) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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