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 blademaster stub package. This code was generated with go-common/app/tool/bmgen/protoc-gen-bm v0.1.

It is generated from these files:

service.proto

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthService = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowService   = fmt.Errorf("proto: integer overflow")
)
View Source
var PathAnchorTaskAddReward = "/live.webucenter.v1.AnchorTask/addReward"
View Source
var PathAnchorTaskIsViewed = "/live.webucenter.v1.AnchorTask/isViewed"
View Source
var PathAnchorTaskMyReward = "/live.webucenter.v1.AnchorTask/myReward"
View Source
var PathAnchorTaskUseRecord = "/live.webucenter.v1.AnchorTask/useRecord"
View Source
var PathAnchorTaskUseReward = "/live.webucenter.v1.AnchorTask/useReward"
View Source
var PathCapsuleGetCapsuleInfo = "/live.webucenter.v1.Capsule/get_capsule_info"
View Source
var PathCapsuleGetDetail = "/live.webucenter.v1.Capsule/get_detail"
View Source
var PathCapsuleOpenCapsule = "/live.webucenter.v1.Capsule/open_capsule"
View Source
var PathCapsuleOpenCapsuleByType = "/live.webucenter.v1.Capsule/open_capsule_by_type"
View Source
var PathHistoryDelHistory = "/live.webucenter.v1.history/del_history"
View Source
var PathHistoryGetHistoryByUid = "/live.webucenter.v1.history/get_history_by_uid"

Functions

func RegisterAnchorTaskBMServer

func RegisterAnchorTaskBMServer(e *bm.Engine, server AnchorTaskBMServer)

RegisterAnchorTaskBMServer Register the blademaster route

func RegisterCapsuleBMServer

func RegisterCapsuleBMServer(e *bm.Engine, server CapsuleBMServer)

RegisterCapsuleBMServer Register the blademaster route

func RegisterHistoryBMServer

func RegisterHistoryBMServer(e *bm.Engine, server HistoryBMServer)

RegisterHistoryBMServer Register the blademaster route

func RegisterV1AnchorTaskService

func RegisterV1AnchorTaskService(e *bm.Engine, svc AnchorTaskBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1AnchorTaskService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

func RegisterV1CapsuleService

func RegisterV1CapsuleService(e *bm.Engine, svc CapsuleBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1CapsuleService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

func RegisterV1HistoryService

func RegisterV1HistoryService(e *bm.Engine, svc HistoryBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1HistoryService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

Types

type AnchorTaskAddRewardReq

type AnchorTaskAddRewardReq struct {
	// 奖励id, 1:任意门
	RewardId int64 `protobuf:"varint,4,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty" form:"reward_id" validate:"required"`
	// 房间号
	Roomid int64 `protobuf:"varint,8,opt,name=roomid,proto3" json:"roomid,omitempty" form:"roomid" validate:"required"`
	// 来源,1:主播任务,2:小时榜
	Source int64 `protobuf:"varint,9,opt,name=source,proto3" json:"source,omitempty" form:"source" validate:"required"`
	// 主播uid
	Uid int64 `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty" form:"uid" validate:"required"`
	// 流水单号
	OrderId              string   `protobuf:"bytes,11,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty" form:"order_id" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskAddRewardReq) Descriptor

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

func (*AnchorTaskAddRewardReq) GetOrderId

func (m *AnchorTaskAddRewardReq) GetOrderId() string

func (*AnchorTaskAddRewardReq) GetRewardId

func (m *AnchorTaskAddRewardReq) GetRewardId() int64

func (*AnchorTaskAddRewardReq) GetRoomid

func (m *AnchorTaskAddRewardReq) GetRoomid() int64

func (*AnchorTaskAddRewardReq) GetSource

func (m *AnchorTaskAddRewardReq) GetSource() int64

func (*AnchorTaskAddRewardReq) GetUid

func (m *AnchorTaskAddRewardReq) GetUid() int64

func (*AnchorTaskAddRewardReq) Marshal

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

func (*AnchorTaskAddRewardReq) MarshalTo

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

func (*AnchorTaskAddRewardReq) ProtoMessage

func (*AnchorTaskAddRewardReq) ProtoMessage()

func (*AnchorTaskAddRewardReq) Reset

func (m *AnchorTaskAddRewardReq) Reset()

func (*AnchorTaskAddRewardReq) Size

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

func (*AnchorTaskAddRewardReq) String

func (m *AnchorTaskAddRewardReq) String() string

func (*AnchorTaskAddRewardReq) Unmarshal

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

func (*AnchorTaskAddRewardReq) XXX_DiscardUnknown

func (m *AnchorTaskAddRewardReq) XXX_DiscardUnknown()

func (*AnchorTaskAddRewardReq) XXX_Marshal

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

func (*AnchorTaskAddRewardReq) XXX_Merge

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

func (*AnchorTaskAddRewardReq) XXX_Size

func (m *AnchorTaskAddRewardReq) XXX_Size() int

func (*AnchorTaskAddRewardReq) XXX_Unmarshal

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

type AnchorTaskAddRewardResp

type AnchorTaskAddRewardResp struct {
	Result               int64    `protobuf:"varint,1,opt,name=result,proto3" json:"result"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskAddRewardResp) Descriptor

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

func (*AnchorTaskAddRewardResp) GetResult

func (m *AnchorTaskAddRewardResp) GetResult() int64

func (*AnchorTaskAddRewardResp) Marshal

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

func (*AnchorTaskAddRewardResp) MarshalTo

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

func (*AnchorTaskAddRewardResp) ProtoMessage

func (*AnchorTaskAddRewardResp) ProtoMessage()

func (*AnchorTaskAddRewardResp) Reset

func (m *AnchorTaskAddRewardResp) Reset()

func (*AnchorTaskAddRewardResp) Size

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

func (*AnchorTaskAddRewardResp) String

func (m *AnchorTaskAddRewardResp) String() string

func (*AnchorTaskAddRewardResp) Unmarshal

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

func (*AnchorTaskAddRewardResp) XXX_DiscardUnknown

func (m *AnchorTaskAddRewardResp) XXX_DiscardUnknown()

func (*AnchorTaskAddRewardResp) XXX_Marshal

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

func (*AnchorTaskAddRewardResp) XXX_Merge

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

func (*AnchorTaskAddRewardResp) XXX_Size

func (m *AnchorTaskAddRewardResp) XXX_Size() int

func (*AnchorTaskAddRewardResp) XXX_Unmarshal

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

type AnchorTaskBMServer

type AnchorTaskBMServer interface {
	// (主播侧)-我的主播奖励(登录态)
	// `midware:"auth"`
	MyReward(ctx context.Context, req *AnchorTaskMyRewardReq) (resp *AnchorTaskMyRewardResp, err error)

	// (主播侧)-奖励使用记录(登录态)
	// `midware:"auth"`
	UseRecord(ctx context.Context, req *AnchorTaskUseRecordReq) (resp *AnchorTaskUseRecordResp, err error)

	// (主播侧)-使用奖励(登录态)
	// `method:"POST" midware:"auth"`
	UseReward(ctx context.Context, req *AnchorTaskUseRewardReq) (resp *AnchorTaskUseRewardResp, err error)

	// (主播侧)-奖励和任务红点(登录态)
	// `midware:"auth"`
	IsViewed(ctx context.Context, req *AnchorTaskIsViewedReq) (resp *AnchorTaskIsViewedResp, err error)

	// (主播侧)-添加主播奖励(内部接口)
	// `method:"POST" internal:"true"`
	AddReward(ctx context.Context, req *AnchorTaskAddRewardReq) (resp *AnchorTaskAddRewardResp, err error)
}

type AnchorTaskIsViewedReq

type AnchorTaskIsViewedReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskIsViewedReq) Descriptor

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

func (*AnchorTaskIsViewedReq) Marshal

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

func (*AnchorTaskIsViewedReq) MarshalTo

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

func (*AnchorTaskIsViewedReq) ProtoMessage

func (*AnchorTaskIsViewedReq) ProtoMessage()

func (*AnchorTaskIsViewedReq) Reset

func (m *AnchorTaskIsViewedReq) Reset()

func (*AnchorTaskIsViewedReq) Size

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

func (*AnchorTaskIsViewedReq) String

func (m *AnchorTaskIsViewedReq) String() string

func (*AnchorTaskIsViewedReq) Unmarshal

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

func (*AnchorTaskIsViewedReq) XXX_DiscardUnknown

func (m *AnchorTaskIsViewedReq) XXX_DiscardUnknown()

func (*AnchorTaskIsViewedReq) XXX_Marshal

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

func (*AnchorTaskIsViewedReq) XXX_Merge

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

func (*AnchorTaskIsViewedReq) XXX_Size

func (m *AnchorTaskIsViewedReq) XXX_Size() int

func (*AnchorTaskIsViewedReq) XXX_Unmarshal

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

type AnchorTaskIsViewedResp

type AnchorTaskIsViewedResp struct {
	// 是否展示任务红点
	TaskShouldNotice int64 `protobuf:"varint,1,opt,name=task_should_notice,json=taskShouldNotice,proto3" json:"task_should_notice"`
	// 是否展示奖励入口
	ShowRewardEntry int64 `protobuf:"varint,5,opt,name=show_reward_entry,json=showRewardEntry,proto3" json:"show_reward_entry"`
	// 是否展示奖励红点
	RewardShouldNotice int64 `protobuf:"varint,2,opt,name=reward_should_notice,json=rewardShouldNotice,proto3" json:"reward_should_notice"`
	// 任务状态, 0:没有,1:领取, 5:完成
	TaskStatus int64 `protobuf:"varint,3,opt,name=task_status,json=taskStatus,proto3" json:"task_status"`
	// 是否在首页黑名单中
	IsBlacked int64 `protobuf:"varint,4,opt,name=is_blacked,json=isBlacked,proto3" json:"is_blacked"`
	// 点击跳转h5链接
	Url                  string   `protobuf:"bytes,6,opt,name=url,proto3" json:"url"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskIsViewedResp) Descriptor

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

func (*AnchorTaskIsViewedResp) GetIsBlacked

func (m *AnchorTaskIsViewedResp) GetIsBlacked() int64

func (*AnchorTaskIsViewedResp) GetRewardShouldNotice

func (m *AnchorTaskIsViewedResp) GetRewardShouldNotice() int64

func (*AnchorTaskIsViewedResp) GetShowRewardEntry

func (m *AnchorTaskIsViewedResp) GetShowRewardEntry() int64

func (*AnchorTaskIsViewedResp) GetTaskShouldNotice

func (m *AnchorTaskIsViewedResp) GetTaskShouldNotice() int64

func (*AnchorTaskIsViewedResp) GetTaskStatus

func (m *AnchorTaskIsViewedResp) GetTaskStatus() int64

func (*AnchorTaskIsViewedResp) GetUrl

func (m *AnchorTaskIsViewedResp) GetUrl() string

func (*AnchorTaskIsViewedResp) Marshal

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

func (*AnchorTaskIsViewedResp) MarshalTo

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

func (*AnchorTaskIsViewedResp) ProtoMessage

func (*AnchorTaskIsViewedResp) ProtoMessage()

func (*AnchorTaskIsViewedResp) Reset

func (m *AnchorTaskIsViewedResp) Reset()

func (*AnchorTaskIsViewedResp) Size

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

func (*AnchorTaskIsViewedResp) String

func (m *AnchorTaskIsViewedResp) String() string

func (*AnchorTaskIsViewedResp) Unmarshal

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

func (*AnchorTaskIsViewedResp) XXX_DiscardUnknown

func (m *AnchorTaskIsViewedResp) XXX_DiscardUnknown()

func (*AnchorTaskIsViewedResp) XXX_Marshal

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

func (*AnchorTaskIsViewedResp) XXX_Merge

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

func (*AnchorTaskIsViewedResp) XXX_Size

func (m *AnchorTaskIsViewedResp) XXX_Size() int

func (*AnchorTaskIsViewedResp) XXX_Unmarshal

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

type AnchorTaskMyRewardReq

type AnchorTaskMyRewardReq struct {
	// 页数
	Page                 int64    `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty" form:"page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskMyRewardReq) Descriptor

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

func (*AnchorTaskMyRewardReq) GetPage

func (m *AnchorTaskMyRewardReq) GetPage() int64

func (*AnchorTaskMyRewardReq) Marshal

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

func (*AnchorTaskMyRewardReq) MarshalTo

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

func (*AnchorTaskMyRewardReq) ProtoMessage

func (*AnchorTaskMyRewardReq) ProtoMessage()

func (*AnchorTaskMyRewardReq) Reset

func (m *AnchorTaskMyRewardReq) Reset()

func (*AnchorTaskMyRewardReq) Size

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

func (*AnchorTaskMyRewardReq) String

func (m *AnchorTaskMyRewardReq) String() string

func (*AnchorTaskMyRewardReq) Unmarshal

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

func (*AnchorTaskMyRewardReq) XXX_DiscardUnknown

func (m *AnchorTaskMyRewardReq) XXX_DiscardUnknown()

func (*AnchorTaskMyRewardReq) XXX_Marshal

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

func (*AnchorTaskMyRewardReq) XXX_Merge

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

func (*AnchorTaskMyRewardReq) XXX_Size

func (m *AnchorTaskMyRewardReq) XXX_Size() int

func (*AnchorTaskMyRewardReq) XXX_Unmarshal

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

type AnchorTaskMyRewardResp

type AnchorTaskMyRewardResp struct {
	//
	Data []*AnchorTaskMyRewardResp_RewardObj `protobuf:"bytes,1,rep,name=data" json:"data"`
	//
	Page *AnchorTaskMyRewardResp_Page `protobuf:"bytes,2,opt,name=page" json:"page"`
	// 过期奖励数量
	ExpireCount          int64    `protobuf:"varint,3,opt,name=expire_count,json=expireCount,proto3" json:"expire_count"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskMyRewardResp) Descriptor

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

func (*AnchorTaskMyRewardResp) GetData

func (*AnchorTaskMyRewardResp) GetExpireCount

func (m *AnchorTaskMyRewardResp) GetExpireCount() int64

func (*AnchorTaskMyRewardResp) GetPage

func (*AnchorTaskMyRewardResp) Marshal

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

func (*AnchorTaskMyRewardResp) MarshalTo

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

func (*AnchorTaskMyRewardResp) ProtoMessage

func (*AnchorTaskMyRewardResp) ProtoMessage()

func (*AnchorTaskMyRewardResp) Reset

func (m *AnchorTaskMyRewardResp) Reset()

func (*AnchorTaskMyRewardResp) Size

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

func (*AnchorTaskMyRewardResp) String

func (m *AnchorTaskMyRewardResp) String() string

func (*AnchorTaskMyRewardResp) Unmarshal

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

func (*AnchorTaskMyRewardResp) XXX_DiscardUnknown

func (m *AnchorTaskMyRewardResp) XXX_DiscardUnknown()

func (*AnchorTaskMyRewardResp) XXX_Marshal

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

func (*AnchorTaskMyRewardResp) XXX_Merge

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

func (*AnchorTaskMyRewardResp) XXX_Size

func (m *AnchorTaskMyRewardResp) XXX_Size() int

func (*AnchorTaskMyRewardResp) XXX_Unmarshal

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

type AnchorTaskMyRewardResp_Page

type AnchorTaskMyRewardResp_Page struct {
	// 当前页码
	Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	// 每页大小
	PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	// 总页数
	TotalPage int64 `protobuf:"varint,3,opt,name=total_page,json=totalPage,proto3" json:"total_page"`
	// 总记录数
	TotalCount           int64    `protobuf:"varint,4,opt,name=total_count,json=totalCount,proto3" json:"total_count"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskMyRewardResp_Page) Descriptor

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

func (*AnchorTaskMyRewardResp_Page) GetPage

func (m *AnchorTaskMyRewardResp_Page) GetPage() int64

func (*AnchorTaskMyRewardResp_Page) GetPageSize

func (m *AnchorTaskMyRewardResp_Page) GetPageSize() int64

func (*AnchorTaskMyRewardResp_Page) GetTotalCount

func (m *AnchorTaskMyRewardResp_Page) GetTotalCount() int64

func (*AnchorTaskMyRewardResp_Page) GetTotalPage

func (m *AnchorTaskMyRewardResp_Page) GetTotalPage() int64

func (*AnchorTaskMyRewardResp_Page) Marshal

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

func (*AnchorTaskMyRewardResp_Page) MarshalTo

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

func (*AnchorTaskMyRewardResp_Page) ProtoMessage

func (*AnchorTaskMyRewardResp_Page) ProtoMessage()

func (*AnchorTaskMyRewardResp_Page) Reset

func (m *AnchorTaskMyRewardResp_Page) Reset()

func (*AnchorTaskMyRewardResp_Page) Size

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

func (*AnchorTaskMyRewardResp_Page) String

func (m *AnchorTaskMyRewardResp_Page) String() string

func (*AnchorTaskMyRewardResp_Page) Unmarshal

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

func (*AnchorTaskMyRewardResp_Page) XXX_DiscardUnknown

func (m *AnchorTaskMyRewardResp_Page) XXX_DiscardUnknown()

func (*AnchorTaskMyRewardResp_Page) XXX_Marshal

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

func (*AnchorTaskMyRewardResp_Page) XXX_Merge

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

func (*AnchorTaskMyRewardResp_Page) XXX_Size

func (m *AnchorTaskMyRewardResp_Page) XXX_Size() int

func (*AnchorTaskMyRewardResp_Page) XXX_Unmarshal

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

type AnchorTaskMyRewardResp_RewardObj

type AnchorTaskMyRewardResp_RewardObj struct {
	// id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 奖励类型 1:ss推荐卡 2:s推荐卡、任意门
	RewardType int64 `protobuf:"varint,2,opt,name=reward_type,json=rewardType,proto3" json:"reward_type"`
	// 1:未使用,3:已使用,5:已过期
	Status int64 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
	// 奖励id
	RewardId int64 `protobuf:"varint,4,opt,name=reward_id,json=rewardId,proto3" json:"reward_id"`
	// 奖励名称
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name"`
	// 奖励图标
	Icon string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon"`
	// 获得时间datetime
	AchieveTime string `protobuf:"bytes,7,opt,name=achieve_time,json=achieveTime,proto3" json:"achieve_time"`
	// 过期时间datetime
	ExpireTime string `protobuf:"bytes,8,opt,name=expire_time,json=expireTime,proto3" json:"expire_time"`
	// 来源,1:主播任务,2:小时榜
	Source int64 `protobuf:"varint,9,opt,name=source,proto3" json:"source"`
	// 奖励简介
	RewardIntro          string   `protobuf:"bytes,10,opt,name=reward_intro,json=rewardIntro,proto3" json:"reward_intro"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskMyRewardResp_RewardObj) Descriptor

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

func (*AnchorTaskMyRewardResp_RewardObj) GetAchieveTime

func (m *AnchorTaskMyRewardResp_RewardObj) GetAchieveTime() string

func (*AnchorTaskMyRewardResp_RewardObj) GetExpireTime

func (m *AnchorTaskMyRewardResp_RewardObj) GetExpireTime() string

func (*AnchorTaskMyRewardResp_RewardObj) GetIcon

func (*AnchorTaskMyRewardResp_RewardObj) GetId

func (*AnchorTaskMyRewardResp_RewardObj) GetName

func (*AnchorTaskMyRewardResp_RewardObj) GetRewardId

func (m *AnchorTaskMyRewardResp_RewardObj) GetRewardId() int64

func (*AnchorTaskMyRewardResp_RewardObj) GetRewardIntro

func (m *AnchorTaskMyRewardResp_RewardObj) GetRewardIntro() string

func (*AnchorTaskMyRewardResp_RewardObj) GetRewardType

func (m *AnchorTaskMyRewardResp_RewardObj) GetRewardType() int64

func (*AnchorTaskMyRewardResp_RewardObj) GetSource

func (m *AnchorTaskMyRewardResp_RewardObj) GetSource() int64

func (*AnchorTaskMyRewardResp_RewardObj) GetStatus

func (m *AnchorTaskMyRewardResp_RewardObj) GetStatus() int64

func (*AnchorTaskMyRewardResp_RewardObj) Marshal

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

func (*AnchorTaskMyRewardResp_RewardObj) MarshalTo

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

func (*AnchorTaskMyRewardResp_RewardObj) ProtoMessage

func (*AnchorTaskMyRewardResp_RewardObj) ProtoMessage()

func (*AnchorTaskMyRewardResp_RewardObj) Reset

func (*AnchorTaskMyRewardResp_RewardObj) Size

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

func (*AnchorTaskMyRewardResp_RewardObj) String

func (*AnchorTaskMyRewardResp_RewardObj) Unmarshal

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

func (*AnchorTaskMyRewardResp_RewardObj) XXX_DiscardUnknown

func (m *AnchorTaskMyRewardResp_RewardObj) XXX_DiscardUnknown()

func (*AnchorTaskMyRewardResp_RewardObj) XXX_Marshal

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

func (*AnchorTaskMyRewardResp_RewardObj) XXX_Merge

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

func (*AnchorTaskMyRewardResp_RewardObj) XXX_Size

func (m *AnchorTaskMyRewardResp_RewardObj) XXX_Size() int

func (*AnchorTaskMyRewardResp_RewardObj) XXX_Unmarshal

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

type AnchorTaskUseRecordReq

type AnchorTaskUseRecordReq struct {
	// 页数
	Page                 int64    `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty" form:"page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskUseRecordReq) Descriptor

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

func (*AnchorTaskUseRecordReq) GetPage

func (m *AnchorTaskUseRecordReq) GetPage() int64

func (*AnchorTaskUseRecordReq) Marshal

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

func (*AnchorTaskUseRecordReq) MarshalTo

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

func (*AnchorTaskUseRecordReq) ProtoMessage

func (*AnchorTaskUseRecordReq) ProtoMessage()

func (*AnchorTaskUseRecordReq) Reset

func (m *AnchorTaskUseRecordReq) Reset()

func (*AnchorTaskUseRecordReq) Size

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

func (*AnchorTaskUseRecordReq) String

func (m *AnchorTaskUseRecordReq) String() string

func (*AnchorTaskUseRecordReq) Unmarshal

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

func (*AnchorTaskUseRecordReq) XXX_DiscardUnknown

func (m *AnchorTaskUseRecordReq) XXX_DiscardUnknown()

func (*AnchorTaskUseRecordReq) XXX_Marshal

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

func (*AnchorTaskUseRecordReq) XXX_Merge

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

func (*AnchorTaskUseRecordReq) XXX_Size

func (m *AnchorTaskUseRecordReq) XXX_Size() int

func (*AnchorTaskUseRecordReq) XXX_Unmarshal

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

type AnchorTaskUseRecordResp

type AnchorTaskUseRecordResp struct {
	//
	Data []*AnchorTaskUseRecordResp_RewardObj `protobuf:"bytes,1,rep,name=data" json:"data"`
	//
	Page                 *AnchorTaskUseRecordResp_Page `protobuf:"bytes,2,opt,name=page" json:"page"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*AnchorTaskUseRecordResp) Descriptor

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

func (*AnchorTaskUseRecordResp) GetData

func (*AnchorTaskUseRecordResp) GetPage

func (*AnchorTaskUseRecordResp) Marshal

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

func (*AnchorTaskUseRecordResp) MarshalTo

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

func (*AnchorTaskUseRecordResp) ProtoMessage

func (*AnchorTaskUseRecordResp) ProtoMessage()

func (*AnchorTaskUseRecordResp) Reset

func (m *AnchorTaskUseRecordResp) Reset()

func (*AnchorTaskUseRecordResp) Size

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

func (*AnchorTaskUseRecordResp) String

func (m *AnchorTaskUseRecordResp) String() string

func (*AnchorTaskUseRecordResp) Unmarshal

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

func (*AnchorTaskUseRecordResp) XXX_DiscardUnknown

func (m *AnchorTaskUseRecordResp) XXX_DiscardUnknown()

func (*AnchorTaskUseRecordResp) XXX_Marshal

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

func (*AnchorTaskUseRecordResp) XXX_Merge

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

func (*AnchorTaskUseRecordResp) XXX_Size

func (m *AnchorTaskUseRecordResp) XXX_Size() int

func (*AnchorTaskUseRecordResp) XXX_Unmarshal

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

type AnchorTaskUseRecordResp_Page

type AnchorTaskUseRecordResp_Page struct {
	// 当前页码
	Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	// 每页大小
	PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	// 总页数
	TotalPage int64 `protobuf:"varint,3,opt,name=total_page,json=totalPage,proto3" json:"total_page"`
	// 总记录数
	TotalCount           int64    `protobuf:"varint,4,opt,name=total_count,json=totalCount,proto3" json:"total_count"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskUseRecordResp_Page) Descriptor

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

func (*AnchorTaskUseRecordResp_Page) GetPage

func (m *AnchorTaskUseRecordResp_Page) GetPage() int64

func (*AnchorTaskUseRecordResp_Page) GetPageSize

func (m *AnchorTaskUseRecordResp_Page) GetPageSize() int64

func (*AnchorTaskUseRecordResp_Page) GetTotalCount

func (m *AnchorTaskUseRecordResp_Page) GetTotalCount() int64

func (*AnchorTaskUseRecordResp_Page) GetTotalPage

func (m *AnchorTaskUseRecordResp_Page) GetTotalPage() int64

func (*AnchorTaskUseRecordResp_Page) Marshal

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

func (*AnchorTaskUseRecordResp_Page) MarshalTo

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

func (*AnchorTaskUseRecordResp_Page) ProtoMessage

func (*AnchorTaskUseRecordResp_Page) ProtoMessage()

func (*AnchorTaskUseRecordResp_Page) Reset

func (m *AnchorTaskUseRecordResp_Page) Reset()

func (*AnchorTaskUseRecordResp_Page) Size

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

func (*AnchorTaskUseRecordResp_Page) String

func (*AnchorTaskUseRecordResp_Page) Unmarshal

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

func (*AnchorTaskUseRecordResp_Page) XXX_DiscardUnknown

func (m *AnchorTaskUseRecordResp_Page) XXX_DiscardUnknown()

func (*AnchorTaskUseRecordResp_Page) XXX_Marshal

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

func (*AnchorTaskUseRecordResp_Page) XXX_Merge

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

func (*AnchorTaskUseRecordResp_Page) XXX_Size

func (m *AnchorTaskUseRecordResp_Page) XXX_Size() int

func (*AnchorTaskUseRecordResp_Page) XXX_Unmarshal

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

type AnchorTaskUseRecordResp_RewardObj

type AnchorTaskUseRecordResp_RewardObj struct {
	// id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 奖励id
	RewardId int64 `protobuf:"varint,2,opt,name=reward_id,json=rewardId,proto3" json:"reward_id"`
	// 1:未使用,3:已使用,5:已过期
	Status int64 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
	// 奖励名称
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
	// 奖励图标
	Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon"`
	// 获得时间datetime
	AchieveTime string `protobuf:"bytes,6,opt,name=achieve_time,json=achieveTime,proto3" json:"achieve_time"`
	// 过期时间datetime
	ExpireTime string `protobuf:"bytes,7,opt,name=expire_time,json=expireTime,proto3" json:"expire_time"`
	// 来源,1:主播任务,2:小时榜
	Source int64 `protobuf:"varint,8,opt,name=source,proto3" json:"source"`
	// 奖励简介
	RewardIntro string `protobuf:"bytes,9,opt,name=reward_intro,json=rewardIntro,proto3" json:"reward_intro"`
	// 获得时间datetime
	UseTime              string   `protobuf:"bytes,10,opt,name=use_time,json=useTime,proto3" json:"use_time"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskUseRecordResp_RewardObj) Descriptor

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

func (*AnchorTaskUseRecordResp_RewardObj) GetAchieveTime

func (m *AnchorTaskUseRecordResp_RewardObj) GetAchieveTime() string

func (*AnchorTaskUseRecordResp_RewardObj) GetExpireTime

func (m *AnchorTaskUseRecordResp_RewardObj) GetExpireTime() string

func (*AnchorTaskUseRecordResp_RewardObj) GetIcon

func (*AnchorTaskUseRecordResp_RewardObj) GetId

func (*AnchorTaskUseRecordResp_RewardObj) GetName

func (*AnchorTaskUseRecordResp_RewardObj) GetRewardId

func (m *AnchorTaskUseRecordResp_RewardObj) GetRewardId() int64

func (*AnchorTaskUseRecordResp_RewardObj) GetRewardIntro

func (m *AnchorTaskUseRecordResp_RewardObj) GetRewardIntro() string

func (*AnchorTaskUseRecordResp_RewardObj) GetSource

func (*AnchorTaskUseRecordResp_RewardObj) GetStatus

func (*AnchorTaskUseRecordResp_RewardObj) GetUseTime

func (m *AnchorTaskUseRecordResp_RewardObj) GetUseTime() string

func (*AnchorTaskUseRecordResp_RewardObj) Marshal

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

func (*AnchorTaskUseRecordResp_RewardObj) MarshalTo

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

func (*AnchorTaskUseRecordResp_RewardObj) ProtoMessage

func (*AnchorTaskUseRecordResp_RewardObj) ProtoMessage()

func (*AnchorTaskUseRecordResp_RewardObj) Reset

func (*AnchorTaskUseRecordResp_RewardObj) Size

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

func (*AnchorTaskUseRecordResp_RewardObj) String

func (*AnchorTaskUseRecordResp_RewardObj) Unmarshal

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

func (*AnchorTaskUseRecordResp_RewardObj) XXX_DiscardUnknown

func (m *AnchorTaskUseRecordResp_RewardObj) XXX_DiscardUnknown()

func (*AnchorTaskUseRecordResp_RewardObj) XXX_Marshal

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

func (*AnchorTaskUseRecordResp_RewardObj) XXX_Merge

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

func (*AnchorTaskUseRecordResp_RewardObj) XXX_Size

func (m *AnchorTaskUseRecordResp_RewardObj) XXX_Size() int

func (*AnchorTaskUseRecordResp_RewardObj) XXX_Unmarshal

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

type AnchorTaskUseRewardReq

type AnchorTaskUseRewardReq struct {
	// 奖励列表id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" form:"id" validate:"required"`
	// 使用平台
	Platform             string   `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty" form:"platform"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskUseRewardReq) Descriptor

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

func (*AnchorTaskUseRewardReq) GetId

func (m *AnchorTaskUseRewardReq) GetId() int64

func (*AnchorTaskUseRewardReq) GetPlatform

func (m *AnchorTaskUseRewardReq) GetPlatform() string

func (*AnchorTaskUseRewardReq) Marshal

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

func (*AnchorTaskUseRewardReq) MarshalTo

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

func (*AnchorTaskUseRewardReq) ProtoMessage

func (*AnchorTaskUseRewardReq) ProtoMessage()

func (*AnchorTaskUseRewardReq) Reset

func (m *AnchorTaskUseRewardReq) Reset()

func (*AnchorTaskUseRewardReq) Size

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

func (*AnchorTaskUseRewardReq) String

func (m *AnchorTaskUseRewardReq) String() string

func (*AnchorTaskUseRewardReq) Unmarshal

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

func (*AnchorTaskUseRewardReq) XXX_DiscardUnknown

func (m *AnchorTaskUseRewardReq) XXX_DiscardUnknown()

func (*AnchorTaskUseRewardReq) XXX_Marshal

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

func (*AnchorTaskUseRewardReq) XXX_Merge

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

func (*AnchorTaskUseRewardReq) XXX_Size

func (m *AnchorTaskUseRewardReq) XXX_Size() int

func (*AnchorTaskUseRewardReq) XXX_Unmarshal

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

type AnchorTaskUseRewardResp

type AnchorTaskUseRewardResp struct {
	Result               int64    `protobuf:"varint,1,opt,name=result,proto3" json:"result"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorTaskUseRewardResp) Descriptor

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

func (*AnchorTaskUseRewardResp) GetResult

func (m *AnchorTaskUseRewardResp) GetResult() int64

func (*AnchorTaskUseRewardResp) Marshal

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

func (*AnchorTaskUseRewardResp) MarshalTo

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

func (*AnchorTaskUseRewardResp) ProtoMessage

func (*AnchorTaskUseRewardResp) ProtoMessage()

func (*AnchorTaskUseRewardResp) Reset

func (m *AnchorTaskUseRewardResp) Reset()

func (*AnchorTaskUseRewardResp) Size

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

func (*AnchorTaskUseRewardResp) String

func (m *AnchorTaskUseRewardResp) String() string

func (*AnchorTaskUseRewardResp) Unmarshal

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

func (*AnchorTaskUseRewardResp) XXX_DiscardUnknown

func (m *AnchorTaskUseRewardResp) XXX_DiscardUnknown()

func (*AnchorTaskUseRewardResp) XXX_Marshal

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

func (*AnchorTaskUseRewardResp) XXX_Merge

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

func (*AnchorTaskUseRewardResp) XXX_Size

func (m *AnchorTaskUseRewardResp) XXX_Size() int

func (*AnchorTaskUseRewardResp) XXX_Unmarshal

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

type CapsuleBMServer

type CapsuleBMServer interface {
	// `midware:"auth"`
	GetDetail(ctx context.Context, req *CapsuleGetDetailReq) (resp *CapsuleGetDetailResp, err error)

	// `method:"POST" midware:"auth"`
	OpenCapsule(ctx context.Context, req *CapsuleOpenCapsuleReq) (resp *CapsuleOpenCapsuleResp, err error)

	// `midware:"guest"`
	GetCapsuleInfo(ctx context.Context, req *CapsuleGetCapsuleInfoReq) (resp *CapsuleGetCapsuleInfoResp, err error)

	// `method:"POST" midware:"auth"`
	OpenCapsuleByType(ctx context.Context, req *CapsuleOpenCapsuleByTypeReq) (resp *CapsuleOpenCapsuleByTypeResp, err error)
}

type CapsuleGetCapsuleInfoReq

type CapsuleGetCapsuleInfoReq struct {
	// 扭蛋类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
	// 来源 h5 web room
	From                 string   `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty" form:"from" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetCapsuleInfoReq) Descriptor

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

func (*CapsuleGetCapsuleInfoReq) GetFrom

func (m *CapsuleGetCapsuleInfoReq) GetFrom() string

func (*CapsuleGetCapsuleInfoReq) GetType

func (m *CapsuleGetCapsuleInfoReq) GetType() string

func (*CapsuleGetCapsuleInfoReq) Marshal

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

func (*CapsuleGetCapsuleInfoReq) MarshalTo

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

func (*CapsuleGetCapsuleInfoReq) ProtoMessage

func (*CapsuleGetCapsuleInfoReq) ProtoMessage()

func (*CapsuleGetCapsuleInfoReq) Reset

func (m *CapsuleGetCapsuleInfoReq) Reset()

func (*CapsuleGetCapsuleInfoReq) Size

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

func (*CapsuleGetCapsuleInfoReq) String

func (m *CapsuleGetCapsuleInfoReq) String() string

func (*CapsuleGetCapsuleInfoReq) Unmarshal

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

func (*CapsuleGetCapsuleInfoReq) XXX_DiscardUnknown

func (m *CapsuleGetCapsuleInfoReq) XXX_DiscardUnknown()

func (*CapsuleGetCapsuleInfoReq) XXX_Marshal

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

func (*CapsuleGetCapsuleInfoReq) XXX_Merge

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

func (*CapsuleGetCapsuleInfoReq) XXX_Size

func (m *CapsuleGetCapsuleInfoReq) XXX_Size() int

func (*CapsuleGetCapsuleInfoReq) XXX_Unmarshal

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

type CapsuleGetCapsuleInfoResp

type CapsuleGetCapsuleInfoResp struct {
	// 扭蛋数量
	Coin int64 `protobuf:"varint,1,opt,name=coin,proto3" json:"coin"`
	// 规则
	Rule string `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule"`
	// 奖品列表,包含数量
	GiftList []*CapsuleGetCapsuleInfoResp_GiftList `protobuf:"bytes,3,rep,name=gift_list,json=giftList" json:"gift_list"`
	// 奖品列表,不包含数量,同一类别只有一条
	GiftFilter           []*CapsuleGetCapsuleInfoResp_GiftFilter `protobuf:"bytes,4,rep,name=gift_filter,json=giftFilter" json:"gift_filter"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*CapsuleGetCapsuleInfoResp) Descriptor

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

func (*CapsuleGetCapsuleInfoResp) GetCoin

func (m *CapsuleGetCapsuleInfoResp) GetCoin() int64

func (*CapsuleGetCapsuleInfoResp) GetGiftFilter

func (*CapsuleGetCapsuleInfoResp) GetGiftList

func (*CapsuleGetCapsuleInfoResp) GetRule

func (m *CapsuleGetCapsuleInfoResp) GetRule() string

func (*CapsuleGetCapsuleInfoResp) Marshal

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

func (*CapsuleGetCapsuleInfoResp) MarshalTo

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

func (*CapsuleGetCapsuleInfoResp) ProtoMessage

func (*CapsuleGetCapsuleInfoResp) ProtoMessage()

func (*CapsuleGetCapsuleInfoResp) Reset

func (m *CapsuleGetCapsuleInfoResp) Reset()

func (*CapsuleGetCapsuleInfoResp) Size

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

func (*CapsuleGetCapsuleInfoResp) String

func (m *CapsuleGetCapsuleInfoResp) String() string

func (*CapsuleGetCapsuleInfoResp) Unmarshal

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

func (*CapsuleGetCapsuleInfoResp) XXX_DiscardUnknown

func (m *CapsuleGetCapsuleInfoResp) XXX_DiscardUnknown()

func (*CapsuleGetCapsuleInfoResp) XXX_Marshal

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

func (*CapsuleGetCapsuleInfoResp) XXX_Merge

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

func (*CapsuleGetCapsuleInfoResp) XXX_Size

func (m *CapsuleGetCapsuleInfoResp) XXX_Size() int

func (*CapsuleGetCapsuleInfoResp) XXX_Unmarshal

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

type CapsuleGetCapsuleInfoResp_GiftFilter

type CapsuleGetCapsuleInfoResp_GiftFilter struct {
	// 礼物id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 礼物名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 礼物图片
	WebUrl string `protobuf:"bytes,3,opt,name=web_url,json=webUrl,proto3" json:"web_url"`
	// 礼物图片
	MobileUrl string `protobuf:"bytes,4,opt,name=mobile_url,json=mobileUrl,proto3" json:"mobile_url"`
	// 用法
	Usage                *Usage   `protobuf:"bytes,5,opt,name=usage" json:"usage"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetCapsuleInfoResp_GiftFilter) Descriptor

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

func (*CapsuleGetCapsuleInfoResp_GiftFilter) GetId

func (*CapsuleGetCapsuleInfoResp_GiftFilter) GetMobileUrl

func (m *CapsuleGetCapsuleInfoResp_GiftFilter) GetMobileUrl() string

func (*CapsuleGetCapsuleInfoResp_GiftFilter) GetName

func (*CapsuleGetCapsuleInfoResp_GiftFilter) GetUsage

func (*CapsuleGetCapsuleInfoResp_GiftFilter) GetWebUrl

func (*CapsuleGetCapsuleInfoResp_GiftFilter) Marshal

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

func (*CapsuleGetCapsuleInfoResp_GiftFilter) MarshalTo

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

func (*CapsuleGetCapsuleInfoResp_GiftFilter) ProtoMessage

func (*CapsuleGetCapsuleInfoResp_GiftFilter) ProtoMessage()

func (*CapsuleGetCapsuleInfoResp_GiftFilter) Reset

func (*CapsuleGetCapsuleInfoResp_GiftFilter) Size

func (*CapsuleGetCapsuleInfoResp_GiftFilter) String

func (*CapsuleGetCapsuleInfoResp_GiftFilter) Unmarshal

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

func (*CapsuleGetCapsuleInfoResp_GiftFilter) XXX_DiscardUnknown

func (m *CapsuleGetCapsuleInfoResp_GiftFilter) XXX_DiscardUnknown()

func (*CapsuleGetCapsuleInfoResp_GiftFilter) XXX_Marshal

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

func (*CapsuleGetCapsuleInfoResp_GiftFilter) XXX_Merge

func (*CapsuleGetCapsuleInfoResp_GiftFilter) XXX_Size

func (*CapsuleGetCapsuleInfoResp_GiftFilter) XXX_Unmarshal

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

type CapsuleGetCapsuleInfoResp_GiftList

type CapsuleGetCapsuleInfoResp_GiftList struct {
	// 礼物id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 礼物名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 礼物数量
	Num int64 `protobuf:"varint,3,opt,name=num,proto3" json:"num"`
	// 礼物图片
	WebUrl string `protobuf:"bytes,5,opt,name=web_url,json=webUrl,proto3" json:"web_url"`
	// 礼物图片
	MobileUrl string `protobuf:"bytes,6,opt,name=mobile_url,json=mobileUrl,proto3" json:"mobile_url"`
	// 用法
	Usage *Usage `protobuf:"bytes,7,opt,name=usage" json:"usage"`
	// 奖品类型 2 头衔
	Type int64 `protobuf:"varint,8,opt,name=type,proto3" json:"type"`
	// 过期时间
	Expire               string   `protobuf:"bytes,9,opt,name=expire,proto3" json:"expire"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetCapsuleInfoResp_GiftList) Descriptor

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

func (*CapsuleGetCapsuleInfoResp_GiftList) GetExpire

func (*CapsuleGetCapsuleInfoResp_GiftList) GetId

func (*CapsuleGetCapsuleInfoResp_GiftList) GetMobileUrl

func (m *CapsuleGetCapsuleInfoResp_GiftList) GetMobileUrl() string

func (*CapsuleGetCapsuleInfoResp_GiftList) GetName

func (*CapsuleGetCapsuleInfoResp_GiftList) GetNum

func (*CapsuleGetCapsuleInfoResp_GiftList) GetType

func (*CapsuleGetCapsuleInfoResp_GiftList) GetUsage

func (*CapsuleGetCapsuleInfoResp_GiftList) GetWebUrl

func (*CapsuleGetCapsuleInfoResp_GiftList) Marshal

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

func (*CapsuleGetCapsuleInfoResp_GiftList) MarshalTo

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

func (*CapsuleGetCapsuleInfoResp_GiftList) ProtoMessage

func (*CapsuleGetCapsuleInfoResp_GiftList) ProtoMessage()

func (*CapsuleGetCapsuleInfoResp_GiftList) Reset

func (*CapsuleGetCapsuleInfoResp_GiftList) Size

func (*CapsuleGetCapsuleInfoResp_GiftList) String

func (*CapsuleGetCapsuleInfoResp_GiftList) Unmarshal

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

func (*CapsuleGetCapsuleInfoResp_GiftList) XXX_DiscardUnknown

func (m *CapsuleGetCapsuleInfoResp_GiftList) XXX_DiscardUnknown()

func (*CapsuleGetCapsuleInfoResp_GiftList) XXX_Marshal

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

func (*CapsuleGetCapsuleInfoResp_GiftList) XXX_Merge

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

func (*CapsuleGetCapsuleInfoResp_GiftList) XXX_Size

func (*CapsuleGetCapsuleInfoResp_GiftList) XXX_Unmarshal

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

type CapsuleGetDetailReq

type CapsuleGetDetailReq struct {
	// 来源 h5 web room
	From                 string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty" form:"from"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetDetailReq) Descriptor

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

func (*CapsuleGetDetailReq) GetFrom

func (m *CapsuleGetDetailReq) GetFrom() string

func (*CapsuleGetDetailReq) Marshal

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

func (*CapsuleGetDetailReq) MarshalTo

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

func (*CapsuleGetDetailReq) ProtoMessage

func (*CapsuleGetDetailReq) ProtoMessage()

func (*CapsuleGetDetailReq) Reset

func (m *CapsuleGetDetailReq) Reset()

func (*CapsuleGetDetailReq) Size

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

func (*CapsuleGetDetailReq) String

func (m *CapsuleGetDetailReq) String() string

func (*CapsuleGetDetailReq) Unmarshal

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

func (*CapsuleGetDetailReq) XXX_DiscardUnknown

func (m *CapsuleGetDetailReq) XXX_DiscardUnknown()

func (*CapsuleGetDetailReq) XXX_Marshal

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

func (*CapsuleGetDetailReq) XXX_Merge

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

func (*CapsuleGetDetailReq) XXX_Size

func (m *CapsuleGetDetailReq) XXX_Size() int

func (*CapsuleGetDetailReq) XXX_Unmarshal

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

type CapsuleGetDetailResp

type CapsuleGetDetailResp struct {
	// 普通扭蛋信息
	Normal *CapsuleGetDetailResp_CapsuleInfo `protobuf:"bytes,1,opt,name=normal" json:"normal"`
	// 梦幻扭蛋信息,若梦幻扭蛋status=false,则无coin、change、process、gift、list字段
	Colorful             *CapsuleGetDetailResp_CapsuleInfo `protobuf:"bytes,2,opt,name=colorful" json:"colorful"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CapsuleGetDetailResp) Descriptor

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

func (*CapsuleGetDetailResp) GetColorful

func (*CapsuleGetDetailResp) GetNormal

func (*CapsuleGetDetailResp) Marshal

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

func (*CapsuleGetDetailResp) MarshalTo

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

func (*CapsuleGetDetailResp) ProtoMessage

func (*CapsuleGetDetailResp) ProtoMessage()

func (*CapsuleGetDetailResp) Reset

func (m *CapsuleGetDetailResp) Reset()

func (*CapsuleGetDetailResp) Size

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

func (*CapsuleGetDetailResp) String

func (m *CapsuleGetDetailResp) String() string

func (*CapsuleGetDetailResp) Unmarshal

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

func (*CapsuleGetDetailResp) XXX_DiscardUnknown

func (m *CapsuleGetDetailResp) XXX_DiscardUnknown()

func (*CapsuleGetDetailResp) XXX_Marshal

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

func (*CapsuleGetDetailResp) XXX_Merge

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

func (*CapsuleGetDetailResp) XXX_Size

func (m *CapsuleGetDetailResp) XXX_Size() int

func (*CapsuleGetDetailResp) XXX_Unmarshal

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

type CapsuleGetDetailResp_CapsuleInfo

type CapsuleGetDetailResp_CapsuleInfo struct {
	//
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status"`
	// 扭蛋数量
	Coin int64 `protobuf:"varint,2,opt,name=coin,proto3" json:"coin"`
	// 变化值
	Change int64 `protobuf:"varint,3,opt,name=change,proto3" json:"change"`
	// 进度
	Progress *Progress `protobuf:"bytes,4,opt,name=progress" json:"progress"`
	// 规则
	Rule string `protobuf:"bytes,5,opt,name=rule,proto3" json:"rule"`
	// 奖品列表
	Gift []*CapsuleGetDetailResp_Gift `protobuf:"bytes,6,rep,name=gift" json:"gift"`
	// 历史获奖列表
	List                 []*CapsuleGetDetailResp_List `protobuf:"bytes,7,rep,name=list" json:"list"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CapsuleGetDetailResp_CapsuleInfo) Descriptor

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

func (*CapsuleGetDetailResp_CapsuleInfo) GetChange

func (m *CapsuleGetDetailResp_CapsuleInfo) GetChange() int64

func (*CapsuleGetDetailResp_CapsuleInfo) GetCoin

func (*CapsuleGetDetailResp_CapsuleInfo) GetGift

func (*CapsuleGetDetailResp_CapsuleInfo) GetList

func (*CapsuleGetDetailResp_CapsuleInfo) GetProgress

func (m *CapsuleGetDetailResp_CapsuleInfo) GetProgress() *Progress

func (*CapsuleGetDetailResp_CapsuleInfo) GetRule

func (*CapsuleGetDetailResp_CapsuleInfo) GetStatus

func (m *CapsuleGetDetailResp_CapsuleInfo) GetStatus() bool

func (*CapsuleGetDetailResp_CapsuleInfo) Marshal

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

func (*CapsuleGetDetailResp_CapsuleInfo) MarshalTo

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

func (*CapsuleGetDetailResp_CapsuleInfo) ProtoMessage

func (*CapsuleGetDetailResp_CapsuleInfo) ProtoMessage()

func (*CapsuleGetDetailResp_CapsuleInfo) Reset

func (*CapsuleGetDetailResp_CapsuleInfo) Size

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

func (*CapsuleGetDetailResp_CapsuleInfo) String

func (*CapsuleGetDetailResp_CapsuleInfo) Unmarshal

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

func (*CapsuleGetDetailResp_CapsuleInfo) XXX_DiscardUnknown

func (m *CapsuleGetDetailResp_CapsuleInfo) XXX_DiscardUnknown()

func (*CapsuleGetDetailResp_CapsuleInfo) XXX_Marshal

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

func (*CapsuleGetDetailResp_CapsuleInfo) XXX_Merge

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

func (*CapsuleGetDetailResp_CapsuleInfo) XXX_Size

func (m *CapsuleGetDetailResp_CapsuleInfo) XXX_Size() int

func (*CapsuleGetDetailResp_CapsuleInfo) XXX_Unmarshal

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

type CapsuleGetDetailResp_Gift

type CapsuleGetDetailResp_Gift struct {
	// 礼物名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 礼物图片
	Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image"`
	// 用法
	Usage *Usage `protobuf:"bytes,4,opt,name=usage" json:"usage"`
	// web礼物图片
	WebImage string `protobuf:"bytes,5,opt,name=web_image,json=webImage,proto3" json:"web_image"`
	// mobile礼物图片
	MobileImage          string   `protobuf:"bytes,6,opt,name=mobile_image,json=mobileImage,proto3" json:"mobile_image"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetDetailResp_Gift) Descriptor

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

func (*CapsuleGetDetailResp_Gift) GetImage

func (m *CapsuleGetDetailResp_Gift) GetImage() string

func (*CapsuleGetDetailResp_Gift) GetMobileImage

func (m *CapsuleGetDetailResp_Gift) GetMobileImage() string

func (*CapsuleGetDetailResp_Gift) GetName

func (m *CapsuleGetDetailResp_Gift) GetName() string

func (*CapsuleGetDetailResp_Gift) GetUsage

func (m *CapsuleGetDetailResp_Gift) GetUsage() *Usage

func (*CapsuleGetDetailResp_Gift) GetWebImage

func (m *CapsuleGetDetailResp_Gift) GetWebImage() string

func (*CapsuleGetDetailResp_Gift) Marshal

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

func (*CapsuleGetDetailResp_Gift) MarshalTo

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

func (*CapsuleGetDetailResp_Gift) ProtoMessage

func (*CapsuleGetDetailResp_Gift) ProtoMessage()

func (*CapsuleGetDetailResp_Gift) Reset

func (m *CapsuleGetDetailResp_Gift) Reset()

func (*CapsuleGetDetailResp_Gift) Size

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

func (*CapsuleGetDetailResp_Gift) String

func (m *CapsuleGetDetailResp_Gift) String() string

func (*CapsuleGetDetailResp_Gift) Unmarshal

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

func (*CapsuleGetDetailResp_Gift) XXX_DiscardUnknown

func (m *CapsuleGetDetailResp_Gift) XXX_DiscardUnknown()

func (*CapsuleGetDetailResp_Gift) XXX_Marshal

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

func (*CapsuleGetDetailResp_Gift) XXX_Merge

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

func (*CapsuleGetDetailResp_Gift) XXX_Size

func (m *CapsuleGetDetailResp_Gift) XXX_Size() int

func (*CapsuleGetDetailResp_Gift) XXX_Unmarshal

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

type CapsuleGetDetailResp_List

type CapsuleGetDetailResp_List struct {
	// 数量
	Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num"`
	// 礼物名称
	Gift string `protobuf:"bytes,2,opt,name=gift,proto3" json:"gift"`
	// 时间
	Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date"`
	// 用户名
	Name                 string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleGetDetailResp_List) Descriptor

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

func (*CapsuleGetDetailResp_List) GetDate

func (m *CapsuleGetDetailResp_List) GetDate() string

func (*CapsuleGetDetailResp_List) GetGift

func (m *CapsuleGetDetailResp_List) GetGift() string

func (*CapsuleGetDetailResp_List) GetName

func (m *CapsuleGetDetailResp_List) GetName() string

func (*CapsuleGetDetailResp_List) GetNum

func (m *CapsuleGetDetailResp_List) GetNum() int64

func (*CapsuleGetDetailResp_List) Marshal

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

func (*CapsuleGetDetailResp_List) MarshalTo

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

func (*CapsuleGetDetailResp_List) ProtoMessage

func (*CapsuleGetDetailResp_List) ProtoMessage()

func (*CapsuleGetDetailResp_List) Reset

func (m *CapsuleGetDetailResp_List) Reset()

func (*CapsuleGetDetailResp_List) Size

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

func (*CapsuleGetDetailResp_List) String

func (m *CapsuleGetDetailResp_List) String() string

func (*CapsuleGetDetailResp_List) Unmarshal

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

func (*CapsuleGetDetailResp_List) XXX_DiscardUnknown

func (m *CapsuleGetDetailResp_List) XXX_DiscardUnknown()

func (*CapsuleGetDetailResp_List) XXX_Marshal

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

func (*CapsuleGetDetailResp_List) XXX_Merge

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

func (*CapsuleGetDetailResp_List) XXX_Size

func (m *CapsuleGetDetailResp_List) XXX_Size() int

func (*CapsuleGetDetailResp_List) XXX_Unmarshal

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

type CapsuleOpenCapsuleByTypeReq

type CapsuleOpenCapsuleByTypeReq struct {
	// 扭蛋类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
	// 扭的个数
	Count                int64    `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty" form:"count" validate:"required"`
	Platform             string   `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty" form:"platform"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleByTypeReq) Descriptor

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

func (*CapsuleOpenCapsuleByTypeReq) GetCount

func (m *CapsuleOpenCapsuleByTypeReq) GetCount() int64

func (*CapsuleOpenCapsuleByTypeReq) GetPlatform

func (m *CapsuleOpenCapsuleByTypeReq) GetPlatform() string

func (*CapsuleOpenCapsuleByTypeReq) GetType

func (m *CapsuleOpenCapsuleByTypeReq) GetType() string

func (*CapsuleOpenCapsuleByTypeReq) Marshal

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

func (*CapsuleOpenCapsuleByTypeReq) MarshalTo

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

func (*CapsuleOpenCapsuleByTypeReq) ProtoMessage

func (*CapsuleOpenCapsuleByTypeReq) ProtoMessage()

func (*CapsuleOpenCapsuleByTypeReq) Reset

func (m *CapsuleOpenCapsuleByTypeReq) Reset()

func (*CapsuleOpenCapsuleByTypeReq) Size

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

func (*CapsuleOpenCapsuleByTypeReq) String

func (m *CapsuleOpenCapsuleByTypeReq) String() string

func (*CapsuleOpenCapsuleByTypeReq) Unmarshal

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

func (*CapsuleOpenCapsuleByTypeReq) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleByTypeReq) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleByTypeReq) XXX_Marshal

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

func (*CapsuleOpenCapsuleByTypeReq) XXX_Merge

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

func (*CapsuleOpenCapsuleByTypeReq) XXX_Size

func (m *CapsuleOpenCapsuleByTypeReq) XXX_Size() int

func (*CapsuleOpenCapsuleByTypeReq) XXX_Unmarshal

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

type CapsuleOpenCapsuleByTypeResp

type CapsuleOpenCapsuleByTypeResp struct {
	// 扭蛋币扣除状态
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status"`
	// 是否包含实物奖品
	IsEntity bool `protobuf:"varint,2,opt,name=isEntity,proto3" json:"isEntity"`
	// 用户扭蛋币拥有状态
	Info *CapsuleOpenCapsuleByTypeResp_CapsuleInfo `protobuf:"bytes,3,opt,name=info" json:"info"`
	// 奖品列表
	Awards []*CapsuleOpenCapsuleByTypeResp_Award `protobuf:"bytes,4,rep,name=awards" json:"awards"`
	// 奖品列表
	Text                 []string `protobuf:"bytes,5,rep,name=text" json:"text"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleByTypeResp) Descriptor

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

func (*CapsuleOpenCapsuleByTypeResp) GetAwards

func (*CapsuleOpenCapsuleByTypeResp) GetInfo

func (*CapsuleOpenCapsuleByTypeResp) GetIsEntity

func (m *CapsuleOpenCapsuleByTypeResp) GetIsEntity() bool

func (*CapsuleOpenCapsuleByTypeResp) GetStatus

func (m *CapsuleOpenCapsuleByTypeResp) GetStatus() bool

func (*CapsuleOpenCapsuleByTypeResp) GetText

func (m *CapsuleOpenCapsuleByTypeResp) GetText() []string

func (*CapsuleOpenCapsuleByTypeResp) Marshal

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

func (*CapsuleOpenCapsuleByTypeResp) MarshalTo

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

func (*CapsuleOpenCapsuleByTypeResp) ProtoMessage

func (*CapsuleOpenCapsuleByTypeResp) ProtoMessage()

func (*CapsuleOpenCapsuleByTypeResp) Reset

func (m *CapsuleOpenCapsuleByTypeResp) Reset()

func (*CapsuleOpenCapsuleByTypeResp) Size

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

func (*CapsuleOpenCapsuleByTypeResp) String

func (*CapsuleOpenCapsuleByTypeResp) Unmarshal

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

func (*CapsuleOpenCapsuleByTypeResp) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleByTypeResp) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleByTypeResp) XXX_Marshal

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

func (*CapsuleOpenCapsuleByTypeResp) XXX_Merge

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

func (*CapsuleOpenCapsuleByTypeResp) XXX_Size

func (m *CapsuleOpenCapsuleByTypeResp) XXX_Size() int

func (*CapsuleOpenCapsuleByTypeResp) XXX_Unmarshal

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

type CapsuleOpenCapsuleByTypeResp_Award

type CapsuleOpenCapsuleByTypeResp_Award struct {
	// 奖品id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 奖品名字
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 奖品数量
	Num int64 `protobuf:"varint,3,opt,name=num,proto3" json:"num"`
	// 奖品 X 数量
	Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text"`
	// 礼物图片
	WebUrl string `protobuf:"bytes,5,opt,name=web_url,json=webUrl,proto3" json:"web_url"`
	// 礼物图片
	MobileUrl string `protobuf:"bytes,6,opt,name=mobile_url,json=mobileUrl,proto3" json:"mobile_url"`
	// 奖品用法说明
	Usage *Usage `protobuf:"bytes,7,opt,name=usage" json:"usage"`
	// 奖品类型 2 头衔
	Type int64 `protobuf:"varint,8,opt,name=type,proto3" json:"type"`
	// 过期时间
	Expire               string   `protobuf:"bytes,9,opt,name=expire,proto3" json:"expire"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleByTypeResp_Award) Descriptor

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

func (*CapsuleOpenCapsuleByTypeResp_Award) GetExpire

func (*CapsuleOpenCapsuleByTypeResp_Award) GetId

func (*CapsuleOpenCapsuleByTypeResp_Award) GetMobileUrl

func (m *CapsuleOpenCapsuleByTypeResp_Award) GetMobileUrl() string

func (*CapsuleOpenCapsuleByTypeResp_Award) GetName

func (*CapsuleOpenCapsuleByTypeResp_Award) GetNum

func (*CapsuleOpenCapsuleByTypeResp_Award) GetText

func (*CapsuleOpenCapsuleByTypeResp_Award) GetType

func (*CapsuleOpenCapsuleByTypeResp_Award) GetUsage

func (*CapsuleOpenCapsuleByTypeResp_Award) GetWebUrl

func (*CapsuleOpenCapsuleByTypeResp_Award) Marshal

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

func (*CapsuleOpenCapsuleByTypeResp_Award) MarshalTo

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

func (*CapsuleOpenCapsuleByTypeResp_Award) ProtoMessage

func (*CapsuleOpenCapsuleByTypeResp_Award) ProtoMessage()

func (*CapsuleOpenCapsuleByTypeResp_Award) Reset

func (*CapsuleOpenCapsuleByTypeResp_Award) Size

func (*CapsuleOpenCapsuleByTypeResp_Award) String

func (*CapsuleOpenCapsuleByTypeResp_Award) Unmarshal

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

func (*CapsuleOpenCapsuleByTypeResp_Award) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleByTypeResp_Award) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleByTypeResp_Award) XXX_Marshal

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

func (*CapsuleOpenCapsuleByTypeResp_Award) XXX_Merge

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

func (*CapsuleOpenCapsuleByTypeResp_Award) XXX_Size

func (*CapsuleOpenCapsuleByTypeResp_Award) XXX_Unmarshal

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

type CapsuleOpenCapsuleByTypeResp_CapsuleInfo

type CapsuleOpenCapsuleByTypeResp_CapsuleInfo struct {
	// 拥有的币
	Coin                 int64    `protobuf:"varint,1,opt,name=coin,proto3" json:"coin"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) Descriptor

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

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) GetCoin

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) Marshal

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

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) MarshalTo

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

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) ProtoMessage

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) Reset

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) Size

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) String

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) Unmarshal

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_Marshal

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

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_Merge

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_Size

func (*CapsuleOpenCapsuleByTypeResp_CapsuleInfo) XXX_Unmarshal

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

type CapsuleOpenCapsuleReq

type CapsuleOpenCapsuleReq struct {
	// 扭蛋类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" form:"type" validate:"required"`
	// 扭的个数
	Count                int64    `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty" form:"count" validate:"required"`
	Platform             string   `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty" form:"platform"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleReq) Descriptor

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

func (*CapsuleOpenCapsuleReq) GetCount

func (m *CapsuleOpenCapsuleReq) GetCount() int64

func (*CapsuleOpenCapsuleReq) GetPlatform

func (m *CapsuleOpenCapsuleReq) GetPlatform() string

func (*CapsuleOpenCapsuleReq) GetType

func (m *CapsuleOpenCapsuleReq) GetType() string

func (*CapsuleOpenCapsuleReq) Marshal

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

func (*CapsuleOpenCapsuleReq) MarshalTo

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

func (*CapsuleOpenCapsuleReq) ProtoMessage

func (*CapsuleOpenCapsuleReq) ProtoMessage()

func (*CapsuleOpenCapsuleReq) Reset

func (m *CapsuleOpenCapsuleReq) Reset()

func (*CapsuleOpenCapsuleReq) Size

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

func (*CapsuleOpenCapsuleReq) String

func (m *CapsuleOpenCapsuleReq) String() string

func (*CapsuleOpenCapsuleReq) Unmarshal

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

func (*CapsuleOpenCapsuleReq) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleReq) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleReq) XXX_Marshal

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

func (*CapsuleOpenCapsuleReq) XXX_Merge

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

func (*CapsuleOpenCapsuleReq) XXX_Size

func (m *CapsuleOpenCapsuleReq) XXX_Size() int

func (*CapsuleOpenCapsuleReq) XXX_Unmarshal

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

type CapsuleOpenCapsuleResp

type CapsuleOpenCapsuleResp struct {
	// 扭蛋币扣除状态
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status"`
	// 奖品文案
	Text []string `protobuf:"bytes,2,rep,name=text" json:"text"`
	// 是否包含实物奖品
	IsEntity bool `protobuf:"varint,3,opt,name=isEntity,proto3" json:"isEntity"`
	// 用户扭蛋币拥有状态
	Info *CapsuleOpenCapsuleResp_Info `protobuf:"bytes,4,opt,name=info" json:"info"`
	// 头衔? 恒为空字符串, 忽略之
	ShowTitle string `protobuf:"bytes,5,opt,name=showTitle,proto3" json:"showTitle"`
	// 奖品列表
	Awards               []*CapsuleOpenCapsuleResp_Award `protobuf:"bytes,6,rep,name=awards" json:"awards"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CapsuleOpenCapsuleResp) Descriptor

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

func (*CapsuleOpenCapsuleResp) GetAwards

func (*CapsuleOpenCapsuleResp) GetInfo

func (*CapsuleOpenCapsuleResp) GetIsEntity

func (m *CapsuleOpenCapsuleResp) GetIsEntity() bool

func (*CapsuleOpenCapsuleResp) GetShowTitle

func (m *CapsuleOpenCapsuleResp) GetShowTitle() string

func (*CapsuleOpenCapsuleResp) GetStatus

func (m *CapsuleOpenCapsuleResp) GetStatus() bool

func (*CapsuleOpenCapsuleResp) GetText

func (m *CapsuleOpenCapsuleResp) GetText() []string

func (*CapsuleOpenCapsuleResp) Marshal

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

func (*CapsuleOpenCapsuleResp) MarshalTo

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

func (*CapsuleOpenCapsuleResp) ProtoMessage

func (*CapsuleOpenCapsuleResp) ProtoMessage()

func (*CapsuleOpenCapsuleResp) Reset

func (m *CapsuleOpenCapsuleResp) Reset()

func (*CapsuleOpenCapsuleResp) Size

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

func (*CapsuleOpenCapsuleResp) String

func (m *CapsuleOpenCapsuleResp) String() string

func (*CapsuleOpenCapsuleResp) Unmarshal

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

func (*CapsuleOpenCapsuleResp) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleResp) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleResp) XXX_Marshal

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

func (*CapsuleOpenCapsuleResp) XXX_Merge

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

func (*CapsuleOpenCapsuleResp) XXX_Size

func (m *CapsuleOpenCapsuleResp) XXX_Size() int

func (*CapsuleOpenCapsuleResp) XXX_Unmarshal

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

type CapsuleOpenCapsuleResp_Award

type CapsuleOpenCapsuleResp_Award struct {
	// 奖品名字
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 奖品数量
	Num int64 `protobuf:"varint,3,opt,name=num,proto3" json:"num"`
	// 奖品 X 数量
	Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text"`
	// 奖品图片
	Img string `protobuf:"bytes,5,opt,name=img,proto3" json:"img"`
	// 奖品用法说明
	Usage *Usage `protobuf:"bytes,6,opt,name=usage" json:"usage"`
	// web礼物图片
	WebImage string `protobuf:"bytes,7,opt,name=web_image,json=webImage,proto3" json:"web_image"`
	// mobile礼物图片
	MobileImage          string   `protobuf:"bytes,8,opt,name=mobile_image,json=mobileImage,proto3" json:"mobile_image"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CapsuleOpenCapsuleResp_Award) Descriptor

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

func (*CapsuleOpenCapsuleResp_Award) GetImg

func (*CapsuleOpenCapsuleResp_Award) GetMobileImage

func (m *CapsuleOpenCapsuleResp_Award) GetMobileImage() string

func (*CapsuleOpenCapsuleResp_Award) GetName

func (m *CapsuleOpenCapsuleResp_Award) GetName() string

func (*CapsuleOpenCapsuleResp_Award) GetNum

func (m *CapsuleOpenCapsuleResp_Award) GetNum() int64

func (*CapsuleOpenCapsuleResp_Award) GetText

func (m *CapsuleOpenCapsuleResp_Award) GetText() string

func (*CapsuleOpenCapsuleResp_Award) GetUsage

func (m *CapsuleOpenCapsuleResp_Award) GetUsage() *Usage

func (*CapsuleOpenCapsuleResp_Award) GetWebImage

func (m *CapsuleOpenCapsuleResp_Award) GetWebImage() string

func (*CapsuleOpenCapsuleResp_Award) Marshal

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

func (*CapsuleOpenCapsuleResp_Award) MarshalTo

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

func (*CapsuleOpenCapsuleResp_Award) ProtoMessage

func (*CapsuleOpenCapsuleResp_Award) ProtoMessage()

func (*CapsuleOpenCapsuleResp_Award) Reset

func (m *CapsuleOpenCapsuleResp_Award) Reset()

func (*CapsuleOpenCapsuleResp_Award) Size

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

func (*CapsuleOpenCapsuleResp_Award) String

func (*CapsuleOpenCapsuleResp_Award) Unmarshal

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

func (*CapsuleOpenCapsuleResp_Award) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleResp_Award) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleResp_Award) XXX_Marshal

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

func (*CapsuleOpenCapsuleResp_Award) XXX_Merge

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

func (*CapsuleOpenCapsuleResp_Award) XXX_Size

func (m *CapsuleOpenCapsuleResp_Award) XXX_Size() int

func (*CapsuleOpenCapsuleResp_Award) XXX_Unmarshal

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

type CapsuleOpenCapsuleResp_CapsuleInfo

type CapsuleOpenCapsuleResp_CapsuleInfo struct {
	// 拥有的币
	Coin int64 `protobuf:"varint,1,opt,name=coin,proto3" json:"coin"`
	// 变化值
	Change int64 `protobuf:"varint,2,opt,name=change,proto3" json:"change"`
	// 进度
	Progress             *Progress `protobuf:"bytes,3,opt,name=progress" json:"progress"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CapsuleOpenCapsuleResp_CapsuleInfo) Descriptor

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) GetChange

func (*CapsuleOpenCapsuleResp_CapsuleInfo) GetCoin

func (*CapsuleOpenCapsuleResp_CapsuleInfo) GetProgress

func (m *CapsuleOpenCapsuleResp_CapsuleInfo) GetProgress() *Progress

func (*CapsuleOpenCapsuleResp_CapsuleInfo) Marshal

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) MarshalTo

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) ProtoMessage

func (*CapsuleOpenCapsuleResp_CapsuleInfo) ProtoMessage()

func (*CapsuleOpenCapsuleResp_CapsuleInfo) Reset

func (*CapsuleOpenCapsuleResp_CapsuleInfo) Size

func (*CapsuleOpenCapsuleResp_CapsuleInfo) String

func (*CapsuleOpenCapsuleResp_CapsuleInfo) Unmarshal

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleResp_CapsuleInfo) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleResp_CapsuleInfo) XXX_Marshal

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) XXX_Merge

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

func (*CapsuleOpenCapsuleResp_CapsuleInfo) XXX_Size

func (*CapsuleOpenCapsuleResp_CapsuleInfo) XXX_Unmarshal

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

type CapsuleOpenCapsuleResp_Info

type CapsuleOpenCapsuleResp_Info struct {
	// 普通扭蛋币
	Normal *CapsuleOpenCapsuleResp_CapsuleInfo `protobuf:"bytes,1,opt,name=normal" json:"normal"`
	// 梦幻扭蛋币
	Colorful             *CapsuleOpenCapsuleResp_CapsuleInfo `protobuf:"bytes,2,opt,name=colorful" json:"colorful"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CapsuleOpenCapsuleResp_Info) Descriptor

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

func (*CapsuleOpenCapsuleResp_Info) GetColorful

func (*CapsuleOpenCapsuleResp_Info) GetNormal

func (*CapsuleOpenCapsuleResp_Info) Marshal

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

func (*CapsuleOpenCapsuleResp_Info) MarshalTo

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

func (*CapsuleOpenCapsuleResp_Info) ProtoMessage

func (*CapsuleOpenCapsuleResp_Info) ProtoMessage()

func (*CapsuleOpenCapsuleResp_Info) Reset

func (m *CapsuleOpenCapsuleResp_Info) Reset()

func (*CapsuleOpenCapsuleResp_Info) Size

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

func (*CapsuleOpenCapsuleResp_Info) String

func (m *CapsuleOpenCapsuleResp_Info) String() string

func (*CapsuleOpenCapsuleResp_Info) Unmarshal

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

func (*CapsuleOpenCapsuleResp_Info) XXX_DiscardUnknown

func (m *CapsuleOpenCapsuleResp_Info) XXX_DiscardUnknown()

func (*CapsuleOpenCapsuleResp_Info) XXX_Marshal

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

func (*CapsuleOpenCapsuleResp_Info) XXX_Merge

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

func (*CapsuleOpenCapsuleResp_Info) XXX_Size

func (m *CapsuleOpenCapsuleResp_Info) XXX_Size() int

func (*CapsuleOpenCapsuleResp_Info) XXX_Unmarshal

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

type DelHistoryReq

type DelHistoryReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

删除历史记录参数定义

func (*DelHistoryReq) Descriptor

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

func (*DelHistoryReq) Marshal

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

func (*DelHistoryReq) MarshalTo

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

func (*DelHistoryReq) ProtoMessage

func (*DelHistoryReq) ProtoMessage()

func (*DelHistoryReq) Reset

func (m *DelHistoryReq) Reset()

func (*DelHistoryReq) Size

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

func (*DelHistoryReq) String

func (m *DelHistoryReq) String() string

func (*DelHistoryReq) Unmarshal

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

func (*DelHistoryReq) XXX_DiscardUnknown

func (m *DelHistoryReq) XXX_DiscardUnknown()

func (*DelHistoryReq) XXX_Marshal

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

func (*DelHistoryReq) XXX_Merge

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

func (*DelHistoryReq) XXX_Size

func (m *DelHistoryReq) XXX_Size() int

func (*DelHistoryReq) XXX_Unmarshal

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

type DelHistoryResp

type DelHistoryResp struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

删除直播历史记录响应

func (*DelHistoryResp) Descriptor

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

func (*DelHistoryResp) Marshal

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

func (*DelHistoryResp) MarshalTo

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

func (*DelHistoryResp) ProtoMessage

func (*DelHistoryResp) ProtoMessage()

func (*DelHistoryResp) Reset

func (m *DelHistoryResp) Reset()

func (*DelHistoryResp) Size

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

func (*DelHistoryResp) String

func (m *DelHistoryResp) String() string

func (*DelHistoryResp) Unmarshal

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

func (*DelHistoryResp) XXX_DiscardUnknown

func (m *DelHistoryResp) XXX_DiscardUnknown()

func (*DelHistoryResp) XXX_Marshal

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

func (*DelHistoryResp) XXX_Merge

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

func (*DelHistoryResp) XXX_Size

func (m *DelHistoryResp) XXX_Size() int

func (*DelHistoryResp) XXX_Unmarshal

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

type GetHistoryReq

type GetHistoryReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

历史记录请求参数定义

func (*GetHistoryReq) Descriptor

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

func (*GetHistoryReq) Marshal

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

func (*GetHistoryReq) MarshalTo

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

func (*GetHistoryReq) ProtoMessage

func (*GetHistoryReq) ProtoMessage()

func (*GetHistoryReq) Reset

func (m *GetHistoryReq) Reset()

func (*GetHistoryReq) Size

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

func (*GetHistoryReq) String

func (m *GetHistoryReq) String() string

func (*GetHistoryReq) Unmarshal

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

func (*GetHistoryReq) XXX_DiscardUnknown

func (m *GetHistoryReq) XXX_DiscardUnknown()

func (*GetHistoryReq) XXX_Marshal

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

func (*GetHistoryReq) XXX_Merge

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

func (*GetHistoryReq) XXX_Size

func (m *GetHistoryReq) XXX_Size() int

func (*GetHistoryReq) XXX_Unmarshal

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

type GetHistoryResp

type GetHistoryResp struct {
	Title                string                 `protobuf:"bytes,1,opt,name=title,proto3" json:"title"`
	Count                int32                  `protobuf:"varint,4,opt,name=count,proto3" json:"count"`
	List                 []*GetHistoryResp_List `protobuf:"bytes,5,rep,name=list" json:"list"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

获取接口返回响应

func (*GetHistoryResp) Descriptor

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

func (*GetHistoryResp) GetCount

func (m *GetHistoryResp) GetCount() int32

func (*GetHistoryResp) GetList

func (m *GetHistoryResp) GetList() []*GetHistoryResp_List

func (*GetHistoryResp) GetTitle

func (m *GetHistoryResp) GetTitle() string

func (*GetHistoryResp) Marshal

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

func (*GetHistoryResp) MarshalTo

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

func (*GetHistoryResp) ProtoMessage

func (*GetHistoryResp) ProtoMessage()

func (*GetHistoryResp) Reset

func (m *GetHistoryResp) Reset()

func (*GetHistoryResp) Size

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

func (*GetHistoryResp) String

func (m *GetHistoryResp) String() string

func (*GetHistoryResp) Unmarshal

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

func (*GetHistoryResp) XXX_DiscardUnknown

func (m *GetHistoryResp) XXX_DiscardUnknown()

func (*GetHistoryResp) XXX_Marshal

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

func (*GetHistoryResp) XXX_Merge

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

func (*GetHistoryResp) XXX_Size

func (m *GetHistoryResp) XXX_Size() int

func (*GetHistoryResp) XXX_Unmarshal

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

type GetHistoryResp_List

type GetHistoryResp_List struct {
	Roomid               int64    `protobuf:"varint,1,opt,name=roomid,proto3" json:"roomid"`
	Uid                  int32    `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	Uname                string   `protobuf:"bytes,3,opt,name=uname,proto3" json:"uname,omitempty"`
	UserCover            string   `protobuf:"bytes,4,opt,name=user_cover,json=userCover,proto3" json:"user_cover"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title"`
	Face                 string   `protobuf:"bytes,6,opt,name=face,proto3" json:"face"`
	Tags                 string   `protobuf:"bytes,7,opt,name=tags,proto3" json:"tags"`
	LiveStatus           int32    `protobuf:"varint,9,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	FansNum              int32    `protobuf:"varint,10,opt,name=fans_num,json=fansNum,proto3" json:"fans_num"`
	IsAttention          int32    `protobuf:"varint,12,opt,name=is_attention,json=isAttention,proto3" json:"is_attention"`
	AreaV2Id             int32    `protobuf:"varint,13,opt,name=area_v2_id,json=areaV2Id,proto3" json:"area_v2_id,omitempty"`
	AreaV2Name           string   `protobuf:"bytes,14,opt,name=area_v2_name,json=areaV2Name,proto3" json:"area_v2_name"`
	AreaV2ParentName     string   `protobuf:"bytes,15,opt,name=area_v2_parent_name,json=areaV2ParentName,proto3" json:"area_v2_parent_name"`
	AreaV2ParentId       int32    `protobuf:"varint,16,opt,name=area_v2_parent_id,json=areaV2ParentId,proto3" json:"area_v2_parent_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHistoryResp_List) Descriptor

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

func (*GetHistoryResp_List) GetAreaV2Id

func (m *GetHistoryResp_List) GetAreaV2Id() int32

func (*GetHistoryResp_List) GetAreaV2Name

func (m *GetHistoryResp_List) GetAreaV2Name() string

func (*GetHistoryResp_List) GetAreaV2ParentId

func (m *GetHistoryResp_List) GetAreaV2ParentId() int32

func (*GetHistoryResp_List) GetAreaV2ParentName

func (m *GetHistoryResp_List) GetAreaV2ParentName() string

func (*GetHistoryResp_List) GetFace

func (m *GetHistoryResp_List) GetFace() string

func (*GetHistoryResp_List) GetFansNum

func (m *GetHistoryResp_List) GetFansNum() int32

func (*GetHistoryResp_List) GetIsAttention

func (m *GetHistoryResp_List) GetIsAttention() int32

func (*GetHistoryResp_List) GetLiveStatus

func (m *GetHistoryResp_List) GetLiveStatus() int32

func (*GetHistoryResp_List) GetRoomid

func (m *GetHistoryResp_List) GetRoomid() int64

func (*GetHistoryResp_List) GetTags

func (m *GetHistoryResp_List) GetTags() string

func (*GetHistoryResp_List) GetTitle

func (m *GetHistoryResp_List) GetTitle() string

func (*GetHistoryResp_List) GetUid

func (m *GetHistoryResp_List) GetUid() int32

func (*GetHistoryResp_List) GetUname

func (m *GetHistoryResp_List) GetUname() string

func (*GetHistoryResp_List) GetUserCover

func (m *GetHistoryResp_List) GetUserCover() string

func (*GetHistoryResp_List) Marshal

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

func (*GetHistoryResp_List) MarshalTo

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

func (*GetHistoryResp_List) ProtoMessage

func (*GetHistoryResp_List) ProtoMessage()

func (*GetHistoryResp_List) Reset

func (m *GetHistoryResp_List) Reset()

func (*GetHistoryResp_List) Size

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

func (*GetHistoryResp_List) String

func (m *GetHistoryResp_List) String() string

func (*GetHistoryResp_List) Unmarshal

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

func (*GetHistoryResp_List) XXX_DiscardUnknown

func (m *GetHistoryResp_List) XXX_DiscardUnknown()

func (*GetHistoryResp_List) XXX_Marshal

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

func (*GetHistoryResp_List) XXX_Merge

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

func (*GetHistoryResp_List) XXX_Size

func (m *GetHistoryResp_List) XXX_Size() int

func (*GetHistoryResp_List) XXX_Unmarshal

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

type HistoryBMServer

type HistoryBMServer interface {
	// 根据uid查询直播关键历史记录
	// `midware:"auth"`
	GetHistoryByUid(ctx context.Context, req *GetHistoryReq) (resp *GetHistoryResp, err error)

	// 删除直播历史记录
	// `method:"POST" midware:"auth"`
	DelHistory(ctx context.Context, req *DelHistoryReq) (resp *DelHistoryResp, err error)
}

History 相关服务

type Progress

type Progress struct {
	// 当前进度
	Now int64 `protobuf:"varint,1,opt,name=now,proto3" json:"now"`
	// 最大进度
	Max                  int64    `protobuf:"varint,2,opt,name=max,proto3" json:"max"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Progress) Descriptor

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

func (*Progress) GetMax

func (m *Progress) GetMax() int64

func (*Progress) GetNow

func (m *Progress) GetNow() int64

func (*Progress) Marshal

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

func (*Progress) MarshalTo

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

func (*Progress) ProtoMessage

func (*Progress) ProtoMessage()

func (*Progress) Reset

func (m *Progress) Reset()

func (*Progress) Size

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

func (*Progress) String

func (m *Progress) String() string

func (*Progress) Unmarshal

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

func (*Progress) XXX_DiscardUnknown

func (m *Progress) XXX_DiscardUnknown()

func (*Progress) XXX_Marshal

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

func (*Progress) XXX_Merge

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

func (*Progress) XXX_Size

func (m *Progress) XXX_Size() int

func (*Progress) XXX_Unmarshal

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

type Usage

type Usage struct {
	// 用法描述
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text"`
	// 跳转链接
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Usage) Descriptor

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

func (*Usage) GetText

func (m *Usage) GetText() string

func (*Usage) GetUrl

func (m *Usage) GetUrl() string

func (*Usage) Marshal

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

func (*Usage) MarshalTo

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

func (*Usage) ProtoMessage

func (*Usage) ProtoMessage()

func (*Usage) Reset

func (m *Usage) Reset()

func (*Usage) Size

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

func (*Usage) String

func (m *Usage) String() string

func (*Usage) Unmarshal

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

func (*Usage) XXX_DiscardUnknown

func (m *Usage) XXX_DiscardUnknown()

func (*Usage) XXX_Marshal

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

func (*Usage) XXX_Merge

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

func (*Usage) XXX_Size

func (m *Usage) XXX_Size() int

func (*Usage) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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