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: 9 Imported by: 0

Documentation

Overview

Package v1 is a generated protocol buffer package.

use {app_id}.{version} as package name

It is generated from these files:

app/service/main/vip/api/api.proto

It has these top-level messages:

RegisterOpenIDReq
RegisterOpenIDReply
OpenBindByOutOpenIDReq
OpenBindByOutOpenIDReply
UserInfoByOpenIDReq
UserInfoByOpenIDReply
BindInfoByMidReq
BindInfoByMidReply
Account
BindOuter
BilibiliPrizeGrantReq
BilibiliPrizeGrantReply
BilibiliVipGrantReq
BilibiliVipGrantReply
CreateAssociateOrderReq
CreateAssociateOrderReply
AssociatePanelReq
AssociatePanelReply
AssociatePanelInfo
OpenAuthCallBackReq
OpenAuthCallBackReply
EleRedPackagesReq
EleRedPackagesReply
ModelEleRedPackage
EleSpecailFoodsReq
EleSpecailFoodsReply
ModelEleSpecailFoods
EleVipGrantReq
EleVipGrantReply
VipUserPanelReq
VipUserPanelReply
CouponBySuitIDReply
ModelCouponAllowancePanelInfo
ModelVipPanelInfo
ModelPrivilegeResp
ModelPrivilege
CouponBySuitIDReq
WelfareReq
WelfareReply
WelfareListDetail
WelfareTypeReq
WelfareTypeReply
WelfareTypeListDetail
WelfareInfoReq
WelfareInfoReply
WelfareReceiveReq
WelfareReceiveReply
MyWelfareReq
MyWelfareReply
MyWelfareDetail

Index

Constants

View Source
const AppID = "account.service.vip"

AppID .

Variables

View Source
var (
	ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApi   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterVipServer

func RegisterVipServer(s *grpc.Server, srv VipServer)

Types

type Account

type Account struct {
	Mid  int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Face string `protobuf:"bytes,3,opt,name=face,proto3" json:"face,omitempty"`
}

func (*Account) Descriptor

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

func (*Account) GetFace

func (m *Account) GetFace() string

func (*Account) GetMid

func (m *Account) GetMid() int64

func (*Account) GetName

func (m *Account) GetName() string

func (*Account) Marshal

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

func (*Account) MarshalTo

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

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) Size

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

func (*Account) String

func (m *Account) String() string

func (*Account) Unmarshal

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

type AssociatePanelInfo

type AssociatePanelInfo struct {
	Id            int64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Month         int32   `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	ProductName   string  `protobuf:"bytes,3,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	ProductId     string  `protobuf:"bytes,4,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"`
	SubType       int32   `protobuf:"varint,5,opt,name=sub_type,json=subType,proto3" json:"sub_type,omitempty"`
	SuitType      int32   `protobuf:"varint,6,opt,name=suit_type,json=suitType,proto3" json:"suit_type,omitempty"`
	OriginalPrice float64 `protobuf:"fixed64,7,opt,name=original_price,json=originalPrice,proto3" json:"original_price,omitempty"`
	DiscountPrice float64 `protobuf:"fixed64,8,opt,name=discount_price,json=discountPrice,proto3" json:"discount_price,omitempty"`
	DiscountRate  string  `protobuf:"bytes,9,opt,name=discount_rate,json=discountRate,proto3" json:"discount_rate,omitempty"`
	Remark        string  `protobuf:"bytes,10,opt,name=remark,proto3" json:"remark,omitempty"`
	Selected      int32   `protobuf:"varint,11,opt,name=selected,proto3" json:"selected,omitempty"`
	PayState      int32   `protobuf:"varint,12,opt,name=pay_state,json=payState,proto3" json:"pay_state"`
	PayMessage    string  `protobuf:"bytes,13,opt,name=pay_message,json=payMessage,proto3" json:"pay_message,omitempty"`
}

func (*AssociatePanelInfo) Descriptor

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

func (*AssociatePanelInfo) GetDiscountPrice

func (m *AssociatePanelInfo) GetDiscountPrice() float64

func (*AssociatePanelInfo) GetDiscountRate

func (m *AssociatePanelInfo) GetDiscountRate() string

func (*AssociatePanelInfo) GetId

func (m *AssociatePanelInfo) GetId() int64

func (*AssociatePanelInfo) GetMonth

func (m *AssociatePanelInfo) GetMonth() int32

func (*AssociatePanelInfo) GetOriginalPrice

func (m *AssociatePanelInfo) GetOriginalPrice() float64

func (*AssociatePanelInfo) GetPayMessage

func (m *AssociatePanelInfo) GetPayMessage() string

func (*AssociatePanelInfo) GetPayState

func (m *AssociatePanelInfo) GetPayState() int32

func (*AssociatePanelInfo) GetProductId

func (m *AssociatePanelInfo) GetProductId() string

func (*AssociatePanelInfo) GetProductName

func (m *AssociatePanelInfo) GetProductName() string

func (*AssociatePanelInfo) GetRemark

func (m *AssociatePanelInfo) GetRemark() string

func (*AssociatePanelInfo) GetSelected

func (m *AssociatePanelInfo) GetSelected() int32

func (*AssociatePanelInfo) GetSubType

func (m *AssociatePanelInfo) GetSubType() int32

func (*AssociatePanelInfo) GetSuitType

func (m *AssociatePanelInfo) GetSuitType() int32

func (*AssociatePanelInfo) Marshal

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

func (*AssociatePanelInfo) MarshalTo

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

func (*AssociatePanelInfo) ProtoMessage

func (*AssociatePanelInfo) ProtoMessage()

func (*AssociatePanelInfo) Reset

func (m *AssociatePanelInfo) Reset()

func (*AssociatePanelInfo) Size

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

func (*AssociatePanelInfo) String

func (m *AssociatePanelInfo) String() string

func (*AssociatePanelInfo) Unmarshal

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

type AssociatePanelReply

type AssociatePanelReply struct {
	List []*AssociatePanelInfo `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"`
}

func (*AssociatePanelReply) Descriptor

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

func (*AssociatePanelReply) GetList

func (m *AssociatePanelReply) GetList() []*AssociatePanelInfo

func (*AssociatePanelReply) Marshal

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

func (*AssociatePanelReply) MarshalTo

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

func (*AssociatePanelReply) ProtoMessage

func (*AssociatePanelReply) ProtoMessage()

func (*AssociatePanelReply) Reset

func (m *AssociatePanelReply) Reset()

func (*AssociatePanelReply) Size

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

func (*AssociatePanelReply) String

func (m *AssociatePanelReply) String() string

func (*AssociatePanelReply) Unmarshal

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

type AssociatePanelReq

type AssociatePanelReq struct {
	Mid       int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	SortTp    int32  `protobuf:"varint,2,opt,name=SortTp,proto3" json:"SortTp,omitempty"`
	IP        string `protobuf:"bytes,3,opt,name=IP,proto3" json:"IP,omitempty"`
	MobiApp   string `protobuf:"bytes,4,opt,name=MobiApp,proto3" json:"MobiApp,omitempty"`
	Device    string `protobuf:"bytes,5,opt,name=Device,proto3" json:"Device,omitempty"`
	Platform  string `protobuf:"bytes,6,opt,name=Platform,proto3" json:"Platform,omitempty"`
	Plat      int32  `protobuf:"varint,7,opt,name=Plat,proto3" json:"Plat,omitempty"`
	PanelType string `protobuf:"bytes,8,opt,name=PanelType,proto3" json:"PanelType,omitempty"`
	SubType   int32  `protobuf:"varint,9,opt,name=SubType,proto3" json:"SubType,omitempty"`
	Month     int32  `protobuf:"varint,10,opt,name=Month,proto3" json:"Month,omitempty"`
	Build     int64  `protobuf:"varint,11,opt,name=Build,proto3" json:"Build,omitempty"`
}

func (*AssociatePanelReq) Descriptor

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

func (*AssociatePanelReq) GetBuild

func (m *AssociatePanelReq) GetBuild() int64

func (*AssociatePanelReq) GetDevice

func (m *AssociatePanelReq) GetDevice() string

func (*AssociatePanelReq) GetIP

func (m *AssociatePanelReq) GetIP() string

func (*AssociatePanelReq) GetMid

func (m *AssociatePanelReq) GetMid() int64

func (*AssociatePanelReq) GetMobiApp

func (m *AssociatePanelReq) GetMobiApp() string

func (*AssociatePanelReq) GetMonth

func (m *AssociatePanelReq) GetMonth() int32

func (*AssociatePanelReq) GetPanelType

func (m *AssociatePanelReq) GetPanelType() string

func (*AssociatePanelReq) GetPlat

func (m *AssociatePanelReq) GetPlat() int32

func (*AssociatePanelReq) GetPlatform

func (m *AssociatePanelReq) GetPlatform() string

func (*AssociatePanelReq) GetSortTp

func (m *AssociatePanelReq) GetSortTp() int32

func (*AssociatePanelReq) GetSubType

func (m *AssociatePanelReq) GetSubType() int32

func (*AssociatePanelReq) Marshal

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

func (*AssociatePanelReq) MarshalTo

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

func (*AssociatePanelReq) ProtoMessage

func (*AssociatePanelReq) ProtoMessage()

func (*AssociatePanelReq) Reset

func (m *AssociatePanelReq) Reset()

func (*AssociatePanelReq) Size

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

func (*AssociatePanelReq) String

func (m *AssociatePanelReq) String() string

func (*AssociatePanelReq) Unmarshal

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

type BilibiliPrizeGrantReply

type BilibiliPrizeGrantReply struct {
	Amount      float64 `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	FullAmount  float64 `protobuf:"fixed64,2,opt,name=full_amount,json=fullAmount,proto3" json:"full_amount,omitempty"`
	Description string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
}

func (*BilibiliPrizeGrantReply) Descriptor

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

func (*BilibiliPrizeGrantReply) GetAmount

func (m *BilibiliPrizeGrantReply) GetAmount() float64

func (*BilibiliPrizeGrantReply) GetDescription

func (m *BilibiliPrizeGrantReply) GetDescription() string

func (*BilibiliPrizeGrantReply) GetFullAmount

func (m *BilibiliPrizeGrantReply) GetFullAmount() float64

func (*BilibiliPrizeGrantReply) Marshal

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

func (*BilibiliPrizeGrantReply) MarshalTo

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

func (*BilibiliPrizeGrantReply) ProtoMessage

func (*BilibiliPrizeGrantReply) ProtoMessage()

func (*BilibiliPrizeGrantReply) Reset

func (m *BilibiliPrizeGrantReply) Reset()

func (*BilibiliPrizeGrantReply) Size

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

func (*BilibiliPrizeGrantReply) String

func (m *BilibiliPrizeGrantReply) String() string

func (*BilibiliPrizeGrantReply) Unmarshal

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

type BilibiliPrizeGrantReq

type BilibiliPrizeGrantReq struct {
	PrizeKey string `protobuf:"bytes,1,opt,name=prize_key,json=prizeKey,proto3" json:"prize_key,omitempty"`
	UniqueNo string `protobuf:"bytes,2,opt,name=unique_no,json=uniqueNo,proto3" json:"unique_no,omitempty"`
	OpenId   string `protobuf:"bytes,3,opt,name=open_id,json=openId,proto3" json:"open_id,omitempty"`
	AppId    int64  `protobuf:"varint,4,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*BilibiliPrizeGrantReq) Descriptor

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

func (*BilibiliPrizeGrantReq) GetAppId

func (m *BilibiliPrizeGrantReq) GetAppId() int64

func (*BilibiliPrizeGrantReq) GetOpenId

func (m *BilibiliPrizeGrantReq) GetOpenId() string

func (*BilibiliPrizeGrantReq) GetPrizeKey

func (m *BilibiliPrizeGrantReq) GetPrizeKey() string

func (*BilibiliPrizeGrantReq) GetUniqueNo

func (m *BilibiliPrizeGrantReq) GetUniqueNo() string

func (*BilibiliPrizeGrantReq) Marshal

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

func (*BilibiliPrizeGrantReq) MarshalTo

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

func (*BilibiliPrizeGrantReq) ProtoMessage

func (*BilibiliPrizeGrantReq) ProtoMessage()

func (*BilibiliPrizeGrantReq) Reset

func (m *BilibiliPrizeGrantReq) Reset()

func (*BilibiliPrizeGrantReq) Size

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

func (*BilibiliPrizeGrantReq) String

func (m *BilibiliPrizeGrantReq) String() string

func (*BilibiliPrizeGrantReq) Unmarshal

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

type BilibiliVipGrantReply

type BilibiliVipGrantReply struct {
}

func (*BilibiliVipGrantReply) Descriptor

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

func (*BilibiliVipGrantReply) Marshal

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

func (*BilibiliVipGrantReply) MarshalTo

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

func (*BilibiliVipGrantReply) ProtoMessage

func (*BilibiliVipGrantReply) ProtoMessage()

func (*BilibiliVipGrantReply) Reset

func (m *BilibiliVipGrantReply) Reset()

func (*BilibiliVipGrantReply) Size

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

func (*BilibiliVipGrantReply) String

func (m *BilibiliVipGrantReply) String() string

func (*BilibiliVipGrantReply) Unmarshal

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

type BilibiliVipGrantReq

type BilibiliVipGrantReq struct {
	OpenId     string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id,omitempty"`
	OutOpenId  string `protobuf:"bytes,2,opt,name=out_open_id,json=outOpenId,proto3" json:"out_open_id,omitempty"`
	OutOrderNo string `protobuf:"bytes,3,opt,name=out_order_no,json=outOrderNo,proto3" json:"out_order_no,omitempty"`
	Duration   int32  `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
	AppId      int64  `protobuf:"varint,5,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*BilibiliVipGrantReq) Descriptor

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

func (*BilibiliVipGrantReq) GetAppId

func (m *BilibiliVipGrantReq) GetAppId() int64

func (*BilibiliVipGrantReq) GetDuration

func (m *BilibiliVipGrantReq) GetDuration() int32

func (*BilibiliVipGrantReq) GetOpenId

func (m *BilibiliVipGrantReq) GetOpenId() string

func (*BilibiliVipGrantReq) GetOutOpenId

func (m *BilibiliVipGrantReq) GetOutOpenId() string

func (*BilibiliVipGrantReq) GetOutOrderNo

func (m *BilibiliVipGrantReq) GetOutOrderNo() string

func (*BilibiliVipGrantReq) Marshal

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

func (*BilibiliVipGrantReq) MarshalTo

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

func (*BilibiliVipGrantReq) ProtoMessage

func (*BilibiliVipGrantReq) ProtoMessage()

func (*BilibiliVipGrantReq) Reset

func (m *BilibiliVipGrantReq) Reset()

func (*BilibiliVipGrantReq) Size

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

func (*BilibiliVipGrantReq) String

func (m *BilibiliVipGrantReq) String() string

func (*BilibiliVipGrantReq) Unmarshal

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

type BindInfoByMidReply

type BindInfoByMidReply struct {
	Account *Account   `protobuf:"bytes,1,opt,name=account" json:"account,omitempty"`
	Outer   *BindOuter `protobuf:"bytes,2,opt,name=outer" json:"outer,omitempty"`
}

func (*BindInfoByMidReply) Descriptor

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

func (*BindInfoByMidReply) GetAccount

func (m *BindInfoByMidReply) GetAccount() *Account

func (*BindInfoByMidReply) GetOuter

func (m *BindInfoByMidReply) GetOuter() *BindOuter

func (*BindInfoByMidReply) Marshal

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

func (*BindInfoByMidReply) MarshalTo

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

func (*BindInfoByMidReply) ProtoMessage

func (*BindInfoByMidReply) ProtoMessage()

func (*BindInfoByMidReply) Reset

func (m *BindInfoByMidReply) Reset()

func (*BindInfoByMidReply) Size

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

func (*BindInfoByMidReply) String

func (m *BindInfoByMidReply) String() string

func (*BindInfoByMidReply) Unmarshal

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

type BindInfoByMidReq

type BindInfoByMidReq struct {
	Mid   int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	AppId int64 `protobuf:"varint,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*BindInfoByMidReq) Descriptor

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

func (*BindInfoByMidReq) GetAppId

func (m *BindInfoByMidReq) GetAppId() int64

func (*BindInfoByMidReq) GetMid

func (m *BindInfoByMidReq) GetMid() int64

func (*BindInfoByMidReq) Marshal

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

func (*BindInfoByMidReq) MarshalTo

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

func (*BindInfoByMidReq) ProtoMessage

func (*BindInfoByMidReq) ProtoMessage()

func (*BindInfoByMidReq) Reset

func (m *BindInfoByMidReq) Reset()

func (*BindInfoByMidReq) Size

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

func (*BindInfoByMidReq) String

func (m *BindInfoByMidReq) String() string

func (*BindInfoByMidReq) Unmarshal

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

type BindOuter

type BindOuter struct {
	Tel       string `protobuf:"bytes,1,opt,name=tel,proto3" json:"tel,omitempty"`
	BindState int32  `protobuf:"varint,2,opt,name=bind_state,json=bindState,proto3" json:"bind_state"`
}

func (*BindOuter) Descriptor

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

func (*BindOuter) GetBindState

func (m *BindOuter) GetBindState() int32

func (*BindOuter) GetTel

func (m *BindOuter) GetTel() string

func (*BindOuter) Marshal

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

func (*BindOuter) MarshalTo

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

func (*BindOuter) ProtoMessage

func (*BindOuter) ProtoMessage()

func (*BindOuter) Reset

func (m *BindOuter) Reset()

func (*BindOuter) Size

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

func (*BindOuter) String

func (m *BindOuter) String() string

func (*BindOuter) Unmarshal

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

type CouponBySuitIDReply

type CouponBySuitIDReply struct {
	CouponTip  string                         `protobuf:"bytes,1,opt,name=coupon_tip,json=couponTip,proto3" json:"coupon_tip,omitempty"`
	CouponInfo *ModelCouponAllowancePanelInfo `protobuf:"bytes,2,opt,name=coupon_info,json=couponInfo" json:"coupon_info,omitempty"`
}

func (*CouponBySuitIDReply) Descriptor

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

func (*CouponBySuitIDReply) GetCouponInfo

func (*CouponBySuitIDReply) GetCouponTip

func (m *CouponBySuitIDReply) GetCouponTip() string

func (*CouponBySuitIDReply) Marshal

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

func (*CouponBySuitIDReply) MarshalTo

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

func (*CouponBySuitIDReply) ProtoMessage

func (*CouponBySuitIDReply) ProtoMessage()

func (*CouponBySuitIDReply) Reset

func (m *CouponBySuitIDReply) Reset()

func (*CouponBySuitIDReply) Size

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

func (*CouponBySuitIDReply) String

func (m *CouponBySuitIDReply) String() string

func (*CouponBySuitIDReply) Unmarshal

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

type CouponBySuitIDReq

type CouponBySuitIDReq struct {
	Mid       int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Sid       int64  `protobuf:"varint,2,opt,name=sid,proto3" json:"sid,omitempty"`
	MobiApp   string `protobuf:"bytes,3,opt,name=mobiApp,proto3" json:"mobiApp,omitempty"`
	Device    string `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty"`
	Platform  string `protobuf:"bytes,5,opt,name=platform,proto3" json:"platform,omitempty"`
	PanelType string `protobuf:"bytes,6,opt,name=panelType,proto3" json:"panelType,omitempty"`
	Build     int64  `protobuf:"varint,7,opt,name=build,proto3" json:"build,omitempty"`
}

func (*CouponBySuitIDReq) Descriptor

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

func (*CouponBySuitIDReq) GetBuild

func (m *CouponBySuitIDReq) GetBuild() int64

func (*CouponBySuitIDReq) GetDevice

func (m *CouponBySuitIDReq) GetDevice() string

func (*CouponBySuitIDReq) GetMid

func (m *CouponBySuitIDReq) GetMid() int64

func (*CouponBySuitIDReq) GetMobiApp

func (m *CouponBySuitIDReq) GetMobiApp() string

func (*CouponBySuitIDReq) GetPanelType

func (m *CouponBySuitIDReq) GetPanelType() string

func (*CouponBySuitIDReq) GetPlatform

func (m *CouponBySuitIDReq) GetPlatform() string

func (*CouponBySuitIDReq) GetSid

func (m *CouponBySuitIDReq) GetSid() int64

func (*CouponBySuitIDReq) Marshal

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

func (*CouponBySuitIDReq) MarshalTo

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

func (*CouponBySuitIDReq) ProtoMessage

func (*CouponBySuitIDReq) ProtoMessage()

func (*CouponBySuitIDReq) Reset

func (m *CouponBySuitIDReq) Reset()

func (*CouponBySuitIDReq) Size

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

func (*CouponBySuitIDReq) String

func (m *CouponBySuitIDReq) String() string

func (*CouponBySuitIDReq) Unmarshal

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

type CreateAssociateOrderReply

type CreateAssociateOrderReply struct {
	PayParam    string  `protobuf:"bytes,1,opt,name=pay_param,json=payParam,proto3" json:"pay_param,omitempty"`
	Dprice      float64 `protobuf:"fixed64,2,opt,name=dprice,proto3" json:"dprice,omitempty"`
	Oprice      float64 `protobuf:"fixed64,3,opt,name=oprice,proto3" json:"oprice,omitempty"`
	CouponMoney float64 `protobuf:"fixed64,4,opt,name=coupon_money,json=couponMoney,proto3" json:"coupon_money,omitempty"`
}

func (*CreateAssociateOrderReply) Descriptor

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

func (*CreateAssociateOrderReply) GetCouponMoney

func (m *CreateAssociateOrderReply) GetCouponMoney() float64

func (*CreateAssociateOrderReply) GetDprice

func (m *CreateAssociateOrderReply) GetDprice() float64

func (*CreateAssociateOrderReply) GetOprice

func (m *CreateAssociateOrderReply) GetOprice() float64

func (*CreateAssociateOrderReply) GetPayParam

func (m *CreateAssociateOrderReply) GetPayParam() string

func (*CreateAssociateOrderReply) Marshal

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

func (*CreateAssociateOrderReply) MarshalTo

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

func (*CreateAssociateOrderReply) ProtoMessage

func (*CreateAssociateOrderReply) ProtoMessage()

func (*CreateAssociateOrderReply) Reset

func (m *CreateAssociateOrderReply) Reset()

func (*CreateAssociateOrderReply) Size

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

func (*CreateAssociateOrderReply) String

func (m *CreateAssociateOrderReply) String() string

func (*CreateAssociateOrderReply) Unmarshal

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

type CreateAssociateOrderReq

type CreateAssociateOrderReq struct {
	Mid         int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Month       int32  `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"`
	Platform    string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	MobiApp     string `protobuf:"bytes,4,opt,name=mobi_app,json=mobiApp,proto3" json:"mobi_app,omitempty"`
	Device      string `protobuf:"bytes,5,opt,name=device,proto3" json:"device,omitempty"`
	AppId       int64  `protobuf:"varint,6,opt,name=appId,proto3" json:"appId,omitempty"`
	AppSubId    string `protobuf:"bytes,7,opt,name=appSubId,proto3" json:"appSubId,omitempty"`
	OrderType   int32  `protobuf:"varint,8,opt,name=orderType,proto3" json:"orderType,omitempty"`
	Dtype       int32  `protobuf:"varint,9,opt,name=dtype,proto3" json:"dtype,omitempty"`
	ReturnUrl   string `protobuf:"bytes,10,opt,name=returnUrl,proto3" json:"returnUrl,omitempty"`
	CouponToken string `protobuf:"bytes,11,opt,name=coupon_token,json=couponToken,proto3" json:"coupon_token,omitempty"`
	Bmid        int64  `protobuf:"varint,12,opt,name=bmid,proto3" json:"bmid,omitempty"`
	PanelType   string `protobuf:"bytes,13,opt,name=panel_type,json=panelType,proto3" json:"panel_type,omitempty"`
	Build       int64  `protobuf:"varint,14,opt,name=build,proto3" json:"build,omitempty"`
	IP          string `protobuf:"bytes,15,opt,name=IP,proto3" json:"IP,omitempty"`
}

func (*CreateAssociateOrderReq) Descriptor

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

func (*CreateAssociateOrderReq) GetAppId

func (m *CreateAssociateOrderReq) GetAppId() int64

func (*CreateAssociateOrderReq) GetAppSubId

func (m *CreateAssociateOrderReq) GetAppSubId() string

func (*CreateAssociateOrderReq) GetBmid

func (m *CreateAssociateOrderReq) GetBmid() int64

func (*CreateAssociateOrderReq) GetBuild

func (m *CreateAssociateOrderReq) GetBuild() int64

func (*CreateAssociateOrderReq) GetCouponToken

func (m *CreateAssociateOrderReq) GetCouponToken() string

func (*CreateAssociateOrderReq) GetDevice

func (m *CreateAssociateOrderReq) GetDevice() string

func (*CreateAssociateOrderReq) GetDtype

func (m *CreateAssociateOrderReq) GetDtype() int32

func (*CreateAssociateOrderReq) GetIP

func (m *CreateAssociateOrderReq) GetIP() string

func (*CreateAssociateOrderReq) GetMid

func (m *CreateAssociateOrderReq) GetMid() int64

func (*CreateAssociateOrderReq) GetMobiApp

func (m *CreateAssociateOrderReq) GetMobiApp() string

func (*CreateAssociateOrderReq) GetMonth

func (m *CreateAssociateOrderReq) GetMonth() int32

func (*CreateAssociateOrderReq) GetOrderType

func (m *CreateAssociateOrderReq) GetOrderType() int32

func (*CreateAssociateOrderReq) GetPanelType

func (m *CreateAssociateOrderReq) GetPanelType() string

func (*CreateAssociateOrderReq) GetPlatform

func (m *CreateAssociateOrderReq) GetPlatform() string

func (*CreateAssociateOrderReq) GetReturnUrl

func (m *CreateAssociateOrderReq) GetReturnUrl() string

func (*CreateAssociateOrderReq) Marshal

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

func (*CreateAssociateOrderReq) MarshalTo

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

func (*CreateAssociateOrderReq) ProtoMessage

func (*CreateAssociateOrderReq) ProtoMessage()

func (*CreateAssociateOrderReq) Reset

func (m *CreateAssociateOrderReq) Reset()

func (*CreateAssociateOrderReq) Size

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

func (*CreateAssociateOrderReq) String

func (m *CreateAssociateOrderReq) String() string

func (*CreateAssociateOrderReq) Unmarshal

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

type EleRedPackagesReply

type EleRedPackagesReply struct {
	List []*ModelEleRedPackage `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"`
}

func (*EleRedPackagesReply) Descriptor

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

func (*EleRedPackagesReply) GetList

func (m *EleRedPackagesReply) GetList() []*ModelEleRedPackage

func (*EleRedPackagesReply) Marshal

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

func (*EleRedPackagesReply) MarshalTo

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

func (*EleRedPackagesReply) ProtoMessage

func (*EleRedPackagesReply) ProtoMessage()

func (*EleRedPackagesReply) Reset

func (m *EleRedPackagesReply) Reset()

func (*EleRedPackagesReply) Size

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

func (*EleRedPackagesReply) String

func (m *EleRedPackagesReply) String() string

func (*EleRedPackagesReply) Unmarshal

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

type EleRedPackagesReq

type EleRedPackagesReq struct {
}

func (*EleRedPackagesReq) Descriptor

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

func (*EleRedPackagesReq) Marshal

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

func (*EleRedPackagesReq) MarshalTo

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

func (*EleRedPackagesReq) ProtoMessage

func (*EleRedPackagesReq) ProtoMessage()

func (*EleRedPackagesReq) Reset

func (m *EleRedPackagesReq) Reset()

func (*EleRedPackagesReq) Size

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

func (*EleRedPackagesReq) String

func (m *EleRedPackagesReq) String() string

func (*EleRedPackagesReq) Unmarshal

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

type EleSpecailFoodsReply

type EleSpecailFoodsReply struct {
	List []*ModelEleSpecailFoods `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"`
}

func (*EleSpecailFoodsReply) Descriptor

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

func (*EleSpecailFoodsReply) GetList

func (*EleSpecailFoodsReply) Marshal

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

func (*EleSpecailFoodsReply) MarshalTo

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

func (*EleSpecailFoodsReply) ProtoMessage

func (*EleSpecailFoodsReply) ProtoMessage()

func (*EleSpecailFoodsReply) Reset

func (m *EleSpecailFoodsReply) Reset()

func (*EleSpecailFoodsReply) Size

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

func (*EleSpecailFoodsReply) String

func (m *EleSpecailFoodsReply) String() string

func (*EleSpecailFoodsReply) Unmarshal

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

type EleSpecailFoodsReq

type EleSpecailFoodsReq struct {
}

func (*EleSpecailFoodsReq) Descriptor

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

func (*EleSpecailFoodsReq) Marshal

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

func (*EleSpecailFoodsReq) MarshalTo

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

func (*EleSpecailFoodsReq) ProtoMessage

func (*EleSpecailFoodsReq) ProtoMessage()

func (*EleSpecailFoodsReq) Reset

func (m *EleSpecailFoodsReq) Reset()

func (*EleSpecailFoodsReq) Size

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

func (*EleSpecailFoodsReq) String

func (m *EleSpecailFoodsReq) String() string

func (*EleSpecailFoodsReq) Unmarshal

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

type EleVipGrantReply

type EleVipGrantReply struct {
}

func (*EleVipGrantReply) Descriptor

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

func (*EleVipGrantReply) Marshal

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

func (*EleVipGrantReply) MarshalTo

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

func (*EleVipGrantReply) ProtoMessage

func (*EleVipGrantReply) ProtoMessage()

func (*EleVipGrantReply) Reset

func (m *EleVipGrantReply) Reset()

func (*EleVipGrantReply) Size

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

func (*EleVipGrantReply) String

func (m *EleVipGrantReply) String() string

func (*EleVipGrantReply) Unmarshal

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

type EleVipGrantReq

type EleVipGrantReq struct {
	OrderNo string `protobuf:"bytes,1,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
}

func (*EleVipGrantReq) Descriptor

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

func (*EleVipGrantReq) GetOrderNo

func (m *EleVipGrantReq) GetOrderNo() string

func (*EleVipGrantReq) Marshal

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

func (*EleVipGrantReq) MarshalTo

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

func (*EleVipGrantReq) ProtoMessage

func (*EleVipGrantReq) ProtoMessage()

func (*EleVipGrantReq) Reset

func (m *EleVipGrantReq) Reset()

func (*EleVipGrantReq) Size

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

func (*EleVipGrantReq) String

func (m *EleVipGrantReq) String() string

func (*EleVipGrantReq) Unmarshal

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

type ModelCouponAllowancePanelInfo

type ModelCouponAllowancePanelInfo struct {
	CouponToken         string  `protobuf:"bytes,1,opt,name=coupon_token,json=couponToken,proto3" json:"coupon_token,omitempty"`
	CouponAmount        float64 `protobuf:"fixed64,2,opt,name=coupon_amount,json=couponAmount,proto3" json:"coupon_amount"`
	State               int32   `protobuf:"varint,3,opt,name=state,proto3" json:"state"`
	FullLimitExplain    string  `protobuf:"bytes,4,opt,name=full_limit_explain,json=fullLimitExplain,proto3" json:"full_limit_explain,omitempty"`
	ScopeExplain        string  `protobuf:"bytes,5,opt,name=scope_explain,json=scopeExplain,proto3" json:"scope_explain,omitempty"`
	FullAmount          float64 `protobuf:"fixed64,6,opt,name=full_amount,json=fullAmount,proto3" json:"full_amount"`
	CouponDiscountPrice float64 `protobuf:"fixed64,7,opt,name=coupon_discount_price,json=couponDiscountPrice,proto3" json:"coupon_discount_price"`
	StartTime           int64   `protobuf:"varint,8,opt,name=start_time,json=startTime,proto3" json:"start_time"`
	ExpireTime          int64   `protobuf:"varint,9,opt,name=expire_time,json=expireTime,proto3" json:"expire_time"`
	Selected            int32   `protobuf:"varint,10,opt,name=selected,proto3" json:"selected"`
	DisablesExplains    string  `protobuf:"bytes,11,opt,name=disables_explains,json=disablesExplains,proto3" json:"disables_explains,omitempty"`
	OrderNo             string  `protobuf:"bytes,12,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	Name                string  `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	Usable              int32   `protobuf:"varint,14,opt,name=usable,proto3" json:"usable"`
}

func (*ModelCouponAllowancePanelInfo) Descriptor

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

func (*ModelCouponAllowancePanelInfo) GetCouponAmount

func (m *ModelCouponAllowancePanelInfo) GetCouponAmount() float64

func (*ModelCouponAllowancePanelInfo) GetCouponDiscountPrice

func (m *ModelCouponAllowancePanelInfo) GetCouponDiscountPrice() float64

func (*ModelCouponAllowancePanelInfo) GetCouponToken

func (m *ModelCouponAllowancePanelInfo) GetCouponToken() string

func (*ModelCouponAllowancePanelInfo) GetDisablesExplains

func (m *ModelCouponAllowancePanelInfo) GetDisablesExplains() string

func (*ModelCouponAllowancePanelInfo) GetExpireTime

func (m *ModelCouponAllowancePanelInfo) GetExpireTime() int64

func (*ModelCouponAllowancePanelInfo) GetFullAmount

func (m *ModelCouponAllowancePanelInfo) GetFullAmount() float64

func (*ModelCouponAllowancePanelInfo) GetFullLimitExplain

func (m *ModelCouponAllowancePanelInfo) GetFullLimitExplain() string

func (*ModelCouponAllowancePanelInfo) GetName

func (*ModelCouponAllowancePanelInfo) GetOrderNo

func (m *ModelCouponAllowancePanelInfo) GetOrderNo() string

func (*ModelCouponAllowancePanelInfo) GetScopeExplain

func (m *ModelCouponAllowancePanelInfo) GetScopeExplain() string

func (*ModelCouponAllowancePanelInfo) GetSelected

func (m *ModelCouponAllowancePanelInfo) GetSelected() int32

func (*ModelCouponAllowancePanelInfo) GetStartTime

func (m *ModelCouponAllowancePanelInfo) GetStartTime() int64

func (*ModelCouponAllowancePanelInfo) GetState

func (m *ModelCouponAllowancePanelInfo) GetState() int32

func (*ModelCouponAllowancePanelInfo) GetUsable

func (m *ModelCouponAllowancePanelInfo) GetUsable() int32

func (*ModelCouponAllowancePanelInfo) Marshal

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

func (*ModelCouponAllowancePanelInfo) MarshalTo

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

func (*ModelCouponAllowancePanelInfo) ProtoMessage

func (*ModelCouponAllowancePanelInfo) ProtoMessage()

func (*ModelCouponAllowancePanelInfo) Reset

func (m *ModelCouponAllowancePanelInfo) Reset()

func (*ModelCouponAllowancePanelInfo) Size

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

func (*ModelCouponAllowancePanelInfo) String

func (*ModelCouponAllowancePanelInfo) Unmarshal

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

type ModelEleRedPackage

type ModelEleRedPackage struct {
	Name         string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Amount       float64 `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	SumCondition float64 `protobuf:"fixed64,3,opt,name=sum_condition,json=sumCondition,proto3" json:"sum_condition,omitempty"`
}

func (*ModelEleRedPackage) Descriptor

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

func (*ModelEleRedPackage) GetAmount

func (m *ModelEleRedPackage) GetAmount() float64

func (*ModelEleRedPackage) GetName

func (m *ModelEleRedPackage) GetName() string

func (*ModelEleRedPackage) GetSumCondition

func (m *ModelEleRedPackage) GetSumCondition() float64

func (*ModelEleRedPackage) Marshal

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

func (*ModelEleRedPackage) MarshalTo

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

func (*ModelEleRedPackage) ProtoMessage

func (*ModelEleRedPackage) ProtoMessage()

func (*ModelEleRedPackage) Reset

func (m *ModelEleRedPackage) Reset()

func (*ModelEleRedPackage) Size

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

func (*ModelEleRedPackage) String

func (m *ModelEleRedPackage) String() string

func (*ModelEleRedPackage) Unmarshal

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

type ModelEleSpecailFoods

type ModelEleSpecailFoods struct {
	RestaurantName string  `protobuf:"bytes,1,opt,name=restaurant_name,json=restaurantName,proto3" json:"restaurant_name,omitempty"`
	FoodName       string  `protobuf:"bytes,2,opt,name=food_name,json=foodName,proto3" json:"food_name,omitempty"`
	FoodUrl        string  `protobuf:"bytes,3,opt,name=food_url,json=foodUrl,proto3" json:"food_url,omitempty"`
	Discount       float64 `protobuf:"fixed64,4,opt,name=discount,proto3" json:"discount,omitempty"`
	Amount         float64 `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"`
	OriginalAmount float64 `protobuf:"fixed64,6,opt,name=original_amount,json=originalAmount,proto3" json:"original_amount,omitempty"`
	RatingPoint    float64 `protobuf:"fixed64,7,opt,name=rating_point,json=ratingPoint,proto3" json:"rating_point,omitempty"`
}

func (*ModelEleSpecailFoods) Descriptor

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

func (*ModelEleSpecailFoods) GetAmount

func (m *ModelEleSpecailFoods) GetAmount() float64

func (*ModelEleSpecailFoods) GetDiscount

func (m *ModelEleSpecailFoods) GetDiscount() float64

func (*ModelEleSpecailFoods) GetFoodName

func (m *ModelEleSpecailFoods) GetFoodName() string

func (*ModelEleSpecailFoods) GetFoodUrl

func (m *ModelEleSpecailFoods) GetFoodUrl() string

func (*ModelEleSpecailFoods) GetOriginalAmount

func (m *ModelEleSpecailFoods) GetOriginalAmount() float64

func (*ModelEleSpecailFoods) GetRatingPoint

func (m *ModelEleSpecailFoods) GetRatingPoint() float64

func (*ModelEleSpecailFoods) GetRestaurantName

func (m *ModelEleSpecailFoods) GetRestaurantName() string

func (*ModelEleSpecailFoods) Marshal

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

func (*ModelEleSpecailFoods) MarshalTo

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

func (*ModelEleSpecailFoods) ProtoMessage

func (*ModelEleSpecailFoods) ProtoMessage()

func (*ModelEleSpecailFoods) Reset

func (m *ModelEleSpecailFoods) Reset()

func (*ModelEleSpecailFoods) Size

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

func (*ModelEleSpecailFoods) String

func (m *ModelEleSpecailFoods) String() string

func (*ModelEleSpecailFoods) Unmarshal

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

type ModelPrivilege

type ModelPrivilege struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IconUrl string `protobuf:"bytes,2,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
	Type    int32  `protobuf:"varint,3,opt,name=type,proto3" json:"type"`
}

func (*ModelPrivilege) Descriptor

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

func (*ModelPrivilege) GetIconUrl

func (m *ModelPrivilege) GetIconUrl() string

func (*ModelPrivilege) GetName

func (m *ModelPrivilege) GetName() string

func (*ModelPrivilege) GetType

func (m *ModelPrivilege) GetType() int32

func (*ModelPrivilege) Marshal

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

func (*ModelPrivilege) MarshalTo

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

func (*ModelPrivilege) ProtoMessage

func (*ModelPrivilege) ProtoMessage()

func (*ModelPrivilege) Reset

func (m *ModelPrivilege) Reset()

func (*ModelPrivilege) Size

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

func (*ModelPrivilege) String

func (m *ModelPrivilege) String() string

func (*ModelPrivilege) Unmarshal

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

type ModelPrivilegeResp

type ModelPrivilegeResp struct {
	Title string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	List  []*ModelPrivilege `protobuf:"bytes,2,rep,name=list" json:"list,omitempty"`
}

func (*ModelPrivilegeResp) Descriptor

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

func (*ModelPrivilegeResp) GetList

func (m *ModelPrivilegeResp) GetList() []*ModelPrivilege

func (*ModelPrivilegeResp) GetTitle

func (m *ModelPrivilegeResp) GetTitle() string

func (*ModelPrivilegeResp) Marshal

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

func (*ModelPrivilegeResp) MarshalTo

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

func (*ModelPrivilegeResp) ProtoMessage

func (*ModelPrivilegeResp) ProtoMessage()

func (*ModelPrivilegeResp) Reset

func (m *ModelPrivilegeResp) Reset()

func (*ModelPrivilegeResp) Size

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

func (*ModelPrivilegeResp) String

func (m *ModelPrivilegeResp) String() string

func (*ModelPrivilegeResp) Unmarshal

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

type ModelVipPanelInfo

type ModelVipPanelInfo struct {
	Month         int32   `protobuf:"varint,1,opt,name=month,proto3" json:"month"`
	ProductName   string  `protobuf:"bytes,2,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	ProductId     string  `protobuf:"bytes,3,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"`
	SubType       int32   `protobuf:"varint,4,opt,name=sub_type,json=subType,proto3" json:"sub_type"`
	SuitType      int32   `protobuf:"varint,5,opt,name=suit_type,json=suitType,proto3" json:"suit_type"`
	OriginalPrice float64 `protobuf:"fixed64,6,opt,name=original_price,json=originalPrice,proto3" json:"original_price"`
	DiscountPrice float64 `protobuf:"fixed64,7,opt,name=discount_price,json=discountPrice,proto3" json:"discount_price"`
	DiscountRate  string  `protobuf:"bytes,8,opt,name=discount_rate,json=discountRate,proto3" json:"discount_rate,omitempty"`
	Remark        string  `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark,omitempty"`
	Selected      int32   `protobuf:"varint,10,opt,name=selected,proto3" json:"selected"`
	Id            int64   `protobuf:"varint,11,opt,name=id,proto3" json:"id"`
	Type          int32   `protobuf:"varint,12,opt,name=type,proto3" json:"type"`
}

func (*ModelVipPanelInfo) Descriptor

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

func (*ModelVipPanelInfo) GetDiscountPrice

func (m *ModelVipPanelInfo) GetDiscountPrice() float64

func (*ModelVipPanelInfo) GetDiscountRate

func (m *ModelVipPanelInfo) GetDiscountRate() string

func (*ModelVipPanelInfo) GetId

func (m *ModelVipPanelInfo) GetId() int64

func (*ModelVipPanelInfo) GetMonth

func (m *ModelVipPanelInfo) GetMonth() int32

func (*ModelVipPanelInfo) GetOriginalPrice

func (m *ModelVipPanelInfo) GetOriginalPrice() float64

func (*ModelVipPanelInfo) GetProductId

func (m *ModelVipPanelInfo) GetProductId() string

func (*ModelVipPanelInfo) GetProductName

func (m *ModelVipPanelInfo) GetProductName() string

func (*ModelVipPanelInfo) GetRemark

func (m *ModelVipPanelInfo) GetRemark() string

func (*ModelVipPanelInfo) GetSelected

func (m *ModelVipPanelInfo) GetSelected() int32

func (*ModelVipPanelInfo) GetSubType

func (m *ModelVipPanelInfo) GetSubType() int32

func (*ModelVipPanelInfo) GetSuitType

func (m *ModelVipPanelInfo) GetSuitType() int32

func (*ModelVipPanelInfo) GetType

func (m *ModelVipPanelInfo) GetType() int32

func (*ModelVipPanelInfo) Marshal

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

func (*ModelVipPanelInfo) MarshalTo

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

func (*ModelVipPanelInfo) ProtoMessage

func (*ModelVipPanelInfo) ProtoMessage()

func (*ModelVipPanelInfo) Reset

func (m *ModelVipPanelInfo) Reset()

func (*ModelVipPanelInfo) Size

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

func (*ModelVipPanelInfo) String

func (m *ModelVipPanelInfo) String() string

func (*ModelVipPanelInfo) Unmarshal

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

type MyWelfareDetail

type MyWelfareDetail struct {
	Wid        int32  `protobuf:"varint,1,opt,name=wid,proto3" json:"wid"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	Desc       string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc"`
	UsageForm  int32  `protobuf:"varint,4,opt,name=usage_form,json=usageForm,proto3" json:"usage_form"`
	ReceiveUri string `protobuf:"bytes,5,opt,name=receive_uri,json=receiveUri,proto3" json:"receive_uri"`
	Code       string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"`
	Stime      int64  `protobuf:"varint,7,opt,name=stime,proto3" json:"stime"`
	Etime      int64  `protobuf:"varint,8,opt,name=etime,proto3" json:"etime"`
	Expired    bool   `protobuf:"varint,9,opt,name=expired,proto3" json:"expired"`
}

func (*MyWelfareDetail) Descriptor

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

func (*MyWelfareDetail) GetCode

func (m *MyWelfareDetail) GetCode() string

func (*MyWelfareDetail) GetDesc

func (m *MyWelfareDetail) GetDesc() string

func (*MyWelfareDetail) GetEtime

func (m *MyWelfareDetail) GetEtime() int64

func (*MyWelfareDetail) GetExpired

func (m *MyWelfareDetail) GetExpired() bool

func (*MyWelfareDetail) GetName

func (m *MyWelfareDetail) GetName() string

func (*MyWelfareDetail) GetReceiveUri

func (m *MyWelfareDetail) GetReceiveUri() string

func (*MyWelfareDetail) GetStime

func (m *MyWelfareDetail) GetStime() int64

func (*MyWelfareDetail) GetUsageForm

func (m *MyWelfareDetail) GetUsageForm() int32

func (*MyWelfareDetail) GetWid

func (m *MyWelfareDetail) GetWid() int32

func (*MyWelfareDetail) Marshal

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

func (*MyWelfareDetail) MarshalTo

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

func (*MyWelfareDetail) ProtoMessage

func (*MyWelfareDetail) ProtoMessage()

func (*MyWelfareDetail) Reset

func (m *MyWelfareDetail) Reset()

func (*MyWelfareDetail) Size

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

func (*MyWelfareDetail) String

func (m *MyWelfareDetail) String() string

func (*MyWelfareDetail) Unmarshal

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

type MyWelfareReply

type MyWelfareReply struct {
	List []*MyWelfareDetail `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"`
}

func (*MyWelfareReply) Descriptor

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

func (*MyWelfareReply) GetList

func (m *MyWelfareReply) GetList() []*MyWelfareDetail

func (*MyWelfareReply) Marshal

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

func (*MyWelfareReply) MarshalTo

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

func (*MyWelfareReply) ProtoMessage

func (*MyWelfareReply) ProtoMessage()

func (*MyWelfareReply) Reset

func (m *MyWelfareReply) Reset()

func (*MyWelfareReply) Size

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

func (*MyWelfareReply) String

func (m *MyWelfareReply) String() string

func (*MyWelfareReply) Unmarshal

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

type MyWelfareReq

type MyWelfareReq struct {
	Mid int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
}

func (*MyWelfareReq) Descriptor

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

func (*MyWelfareReq) GetMid

func (m *MyWelfareReq) GetMid() int64

func (*MyWelfareReq) Marshal

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

func (*MyWelfareReq) MarshalTo

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

func (*MyWelfareReq) ProtoMessage

func (*MyWelfareReq) ProtoMessage()

func (*MyWelfareReq) Reset

func (m *MyWelfareReq) Reset()

func (*MyWelfareReq) Size

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

func (*MyWelfareReq) String

func (m *MyWelfareReq) String() string

func (*MyWelfareReq) Unmarshal

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

type OpenAuthCallBackReply

type OpenAuthCallBackReply struct {
}

func (*OpenAuthCallBackReply) Descriptor

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

func (*OpenAuthCallBackReply) Marshal

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

func (*OpenAuthCallBackReply) MarshalTo

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

func (*OpenAuthCallBackReply) ProtoMessage

func (*OpenAuthCallBackReply) ProtoMessage()

func (*OpenAuthCallBackReply) Reset

func (m *OpenAuthCallBackReply) Reset()

func (*OpenAuthCallBackReply) Size

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

func (*OpenAuthCallBackReply) String

func (m *OpenAuthCallBackReply) String() string

func (*OpenAuthCallBackReply) Unmarshal

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

type OpenAuthCallBackReq

type OpenAuthCallBackReq struct {
	Mid       int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	ThirdCode string `protobuf:"bytes,2,opt,name=third_code,json=thirdCode,proto3" json:"third_code,omitempty"`
	AppId     int64  `protobuf:"varint,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*OpenAuthCallBackReq) Descriptor

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

func (*OpenAuthCallBackReq) GetAppId

func (m *OpenAuthCallBackReq) GetAppId() int64

func (*OpenAuthCallBackReq) GetMid

func (m *OpenAuthCallBackReq) GetMid() int64

func (*OpenAuthCallBackReq) GetThirdCode

func (m *OpenAuthCallBackReq) GetThirdCode() string

func (*OpenAuthCallBackReq) Marshal

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

func (*OpenAuthCallBackReq) MarshalTo

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

func (*OpenAuthCallBackReq) ProtoMessage

func (*OpenAuthCallBackReq) ProtoMessage()

func (*OpenAuthCallBackReq) Reset

func (m *OpenAuthCallBackReq) Reset()

func (*OpenAuthCallBackReq) Size

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

func (*OpenAuthCallBackReq) String

func (m *OpenAuthCallBackReq) String() string

func (*OpenAuthCallBackReq) Unmarshal

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

type OpenBindByOutOpenIDReply

type OpenBindByOutOpenIDReply struct {
}

func (*OpenBindByOutOpenIDReply) Descriptor

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

func (*OpenBindByOutOpenIDReply) Marshal

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

func (*OpenBindByOutOpenIDReply) MarshalTo

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

func (*OpenBindByOutOpenIDReply) ProtoMessage

func (*OpenBindByOutOpenIDReply) ProtoMessage()

func (*OpenBindByOutOpenIDReply) Reset

func (m *OpenBindByOutOpenIDReply) Reset()

func (*OpenBindByOutOpenIDReply) Size

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

func (*OpenBindByOutOpenIDReply) String

func (m *OpenBindByOutOpenIDReply) String() string

func (*OpenBindByOutOpenIDReply) Unmarshal

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

type OpenBindByOutOpenIDReq

type OpenBindByOutOpenIDReq struct {
	OpenId    string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id,omitempty"`
	OutOpenId string `protobuf:"bytes,2,opt,name=out_open_id,json=outOpenId,proto3" json:"out_open_id,omitempty"`
	AppId     int64  `protobuf:"varint,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*OpenBindByOutOpenIDReq) Descriptor

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

func (*OpenBindByOutOpenIDReq) GetAppId

func (m *OpenBindByOutOpenIDReq) GetAppId() int64

func (*OpenBindByOutOpenIDReq) GetOpenId

func (m *OpenBindByOutOpenIDReq) GetOpenId() string

func (*OpenBindByOutOpenIDReq) GetOutOpenId

func (m *OpenBindByOutOpenIDReq) GetOutOpenId() string

func (*OpenBindByOutOpenIDReq) Marshal

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

func (*OpenBindByOutOpenIDReq) MarshalTo

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

func (*OpenBindByOutOpenIDReq) ProtoMessage

func (*OpenBindByOutOpenIDReq) ProtoMessage()

func (*OpenBindByOutOpenIDReq) Reset

func (m *OpenBindByOutOpenIDReq) Reset()

func (*OpenBindByOutOpenIDReq) Size

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

func (*OpenBindByOutOpenIDReq) String

func (m *OpenBindByOutOpenIDReq) String() string

func (*OpenBindByOutOpenIDReq) Unmarshal

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

type RegisterOpenIDReply

type RegisterOpenIDReply struct {
	OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id,omitempty"`
}

func (*RegisterOpenIDReply) Descriptor

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

func (*RegisterOpenIDReply) GetOpenId

func (m *RegisterOpenIDReply) GetOpenId() string

func (*RegisterOpenIDReply) Marshal

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

func (*RegisterOpenIDReply) MarshalTo

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

func (*RegisterOpenIDReply) ProtoMessage

func (*RegisterOpenIDReply) ProtoMessage()

func (*RegisterOpenIDReply) Reset

func (m *RegisterOpenIDReply) Reset()

func (*RegisterOpenIDReply) Size

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

func (*RegisterOpenIDReply) String

func (m *RegisterOpenIDReply) String() string

func (*RegisterOpenIDReply) Unmarshal

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

type RegisterOpenIDReq

type RegisterOpenIDReq struct {
	Mid   int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	AppId int64 `protobuf:"varint,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*RegisterOpenIDReq) Descriptor

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

func (*RegisterOpenIDReq) GetAppId

func (m *RegisterOpenIDReq) GetAppId() int64

func (*RegisterOpenIDReq) GetMid

func (m *RegisterOpenIDReq) GetMid() int64

func (*RegisterOpenIDReq) Marshal

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

func (*RegisterOpenIDReq) MarshalTo

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

func (*RegisterOpenIDReq) ProtoMessage

func (*RegisterOpenIDReq) ProtoMessage()

func (*RegisterOpenIDReq) Reset

func (m *RegisterOpenIDReq) Reset()

func (*RegisterOpenIDReq) Size

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

func (*RegisterOpenIDReq) String

func (m *RegisterOpenIDReq) String() string

func (*RegisterOpenIDReq) Unmarshal

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

type UserInfoByOpenIDReply

type UserInfoByOpenIDReply struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	BindState int32  `protobuf:"varint,2,opt,name=bind_state,json=bindState,proto3" json:"bind_state"`
	OutOpenId string `protobuf:"bytes,3,opt,name=out_open_id,json=outOpenId,proto3" json:"out_open_id,omitempty"`
}

func (*UserInfoByOpenIDReply) Descriptor

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

func (*UserInfoByOpenIDReply) GetBindState

func (m *UserInfoByOpenIDReply) GetBindState() int32

func (*UserInfoByOpenIDReply) GetName

func (m *UserInfoByOpenIDReply) GetName() string

func (*UserInfoByOpenIDReply) GetOutOpenId

func (m *UserInfoByOpenIDReply) GetOutOpenId() string

func (*UserInfoByOpenIDReply) Marshal

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

func (*UserInfoByOpenIDReply) MarshalTo

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

func (*UserInfoByOpenIDReply) ProtoMessage

func (*UserInfoByOpenIDReply) ProtoMessage()

func (*UserInfoByOpenIDReply) Reset

func (m *UserInfoByOpenIDReply) Reset()

func (*UserInfoByOpenIDReply) Size

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

func (*UserInfoByOpenIDReply) String

func (m *UserInfoByOpenIDReply) String() string

func (*UserInfoByOpenIDReply) Unmarshal

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

type UserInfoByOpenIDReq

type UserInfoByOpenIDReq struct {
	Ip     string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	OpenId string `protobuf:"bytes,2,opt,name=open_id,json=openId,proto3" json:"open_id,omitempty"`
	AppId  int64  `protobuf:"varint,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
}

func (*UserInfoByOpenIDReq) Descriptor

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

func (*UserInfoByOpenIDReq) GetAppId

func (m *UserInfoByOpenIDReq) GetAppId() int64

func (*UserInfoByOpenIDReq) GetIp

func (m *UserInfoByOpenIDReq) GetIp() string

func (*UserInfoByOpenIDReq) GetOpenId

func (m *UserInfoByOpenIDReq) GetOpenId() string

func (*UserInfoByOpenIDReq) Marshal

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

func (*UserInfoByOpenIDReq) MarshalTo

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

func (*UserInfoByOpenIDReq) ProtoMessage

func (*UserInfoByOpenIDReq) ProtoMessage()

func (*UserInfoByOpenIDReq) Reset

func (m *UserInfoByOpenIDReq) Reset()

func (*UserInfoByOpenIDReq) Size

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

func (*UserInfoByOpenIDReq) String

func (m *UserInfoByOpenIDReq) String() string

func (*UserInfoByOpenIDReq) Unmarshal

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

type VipClient

type VipClient interface {
	// RegisterOpenIDReq register by mid.
	RegisterOpenID(ctx context.Context, in *RegisterOpenIDReq, opts ...grpc.CallOption) (*RegisterOpenIDReply, error)
	// OpenBindByOutOpenID associate user bind by out_open_id [third -> bilibili].
	OpenBindByOutOpenID(ctx context.Context, in *OpenBindByOutOpenIDReq, opts ...grpc.CallOption) (*OpenBindByOutOpenIDReply, error)
	// UserInfoByOpenID get userinfo by open_id.
	UserInfoByOpenID(ctx context.Context, in *UserInfoByOpenIDReq, opts ...grpc.CallOption) (*UserInfoByOpenIDReply, error)
	// BindInfoByMid bind info by mid[bilibili->third].
	BindInfoByMid(ctx context.Context, in *BindInfoByMidReq, opts ...grpc.CallOption) (*BindInfoByMidReply, error)
	// BilibiliPrizeGrant bilibili associate vip grant.
	BilibiliPrizeGrant(ctx context.Context, in *BilibiliPrizeGrantReq, opts ...grpc.CallOption) (*BilibiliPrizeGrantReply, error)
	// BilibiliVipGrant bilibili associate vip grant.
	BilibiliVipGrant(ctx context.Context, in *BilibiliVipGrantReq, opts ...grpc.CallOption) (*BilibiliVipGrantReply, error)
	// CreateAssociateOrder create associate order.
	CreateAssociateOrder(ctx context.Context, in *CreateAssociateOrderReq, opts ...grpc.CallOption) (*CreateAssociateOrderReply, error)
	// AssociatePanel associate panel.
	AssociatePanel(ctx context.Context, in *AssociatePanelReq, opts ...grpc.CallOption) (*AssociatePanelReply, error)
	// OpenAuthCallBack third open call back.
	OpenAuthCallBack(ctx context.Context, in *OpenAuthCallBackReq, opts ...grpc.CallOption) (*OpenAuthCallBackReply, error)
	// EleRedPackages ele red packages.
	EleRedPackages(ctx context.Context, in *EleRedPackagesReq, opts ...grpc.CallOption) (*EleRedPackagesReply, error)
	// EleRedPackages ele specail foods.
	EleSpecailFoods(ctx context.Context, in *EleSpecailFoodsReq, opts ...grpc.CallOption) (*EleSpecailFoodsReply, error)
	// EleVipGrant ele vip grant [bilibili -> third].
	EleVipGrant(ctx context.Context, in *EleVipGrantReq, opts ...grpc.CallOption) (*EleVipGrantReply, error)
	// VipUserPanel vip user panel
	VipUserPanel(ctx context.Context, in *VipUserPanelReq, opts ...grpc.CallOption) (*VipUserPanelReply, error)
	// CouponBySuitID get coupon by mid and suit info.
	CouponBySuitID(ctx context.Context, in *CouponBySuitIDReq, opts ...grpc.CallOption) (*CouponBySuitIDReply, error)
	// WelfareList get Welfare list
	WelfareList(ctx context.Context, in *WelfareReq, opts ...grpc.CallOption) (*WelfareReply, error)
	// WelfareTypeList get Welfare type list
	WelfareTypeList(ctx context.Context, in *WelfareTypeReq, opts ...grpc.CallOption) (*WelfareTypeReply, error)
	// WelfareInfo get Welfare detail
	WelfareInfo(ctx context.Context, in *WelfareInfoReq, opts ...grpc.CallOption) (*WelfareInfoReply, error)
	// WelfareReceive receive welfare
	WelfareReceive(ctx context.Context, in *WelfareReceiveReq, opts ...grpc.CallOption) (*WelfareReceiveReply, error)
	// MyWelfare get my welfares
	MyWelfare(ctx context.Context, in *MyWelfareReq, opts ...grpc.CallOption) (*MyWelfareReply, error)
}

func NewClient

func NewClient(cfg *warden.ClientConfig, opts ...grpc.DialOption) (VipClient, error)

NewClient new grpc client

func NewVipClient

func NewVipClient(cc *grpc.ClientConn) VipClient

type VipServer

type VipServer interface {
	// RegisterOpenIDReq register by mid.
	RegisterOpenID(context.Context, *RegisterOpenIDReq) (*RegisterOpenIDReply, error)
	// OpenBindByOutOpenID associate user bind by out_open_id [third -> bilibili].
	OpenBindByOutOpenID(context.Context, *OpenBindByOutOpenIDReq) (*OpenBindByOutOpenIDReply, error)
	// UserInfoByOpenID get userinfo by open_id.
	UserInfoByOpenID(context.Context, *UserInfoByOpenIDReq) (*UserInfoByOpenIDReply, error)
	// BindInfoByMid bind info by mid[bilibili->third].
	BindInfoByMid(context.Context, *BindInfoByMidReq) (*BindInfoByMidReply, error)
	// BilibiliPrizeGrant bilibili associate vip grant.
	BilibiliPrizeGrant(context.Context, *BilibiliPrizeGrantReq) (*BilibiliPrizeGrantReply, error)
	// BilibiliVipGrant bilibili associate vip grant.
	BilibiliVipGrant(context.Context, *BilibiliVipGrantReq) (*BilibiliVipGrantReply, error)
	// CreateAssociateOrder create associate order.
	CreateAssociateOrder(context.Context, *CreateAssociateOrderReq) (*CreateAssociateOrderReply, error)
	// AssociatePanel associate panel.
	AssociatePanel(context.Context, *AssociatePanelReq) (*AssociatePanelReply, error)
	// OpenAuthCallBack third open call back.
	OpenAuthCallBack(context.Context, *OpenAuthCallBackReq) (*OpenAuthCallBackReply, error)
	// EleRedPackages ele red packages.
	EleRedPackages(context.Context, *EleRedPackagesReq) (*EleRedPackagesReply, error)
	// EleRedPackages ele specail foods.
	EleSpecailFoods(context.Context, *EleSpecailFoodsReq) (*EleSpecailFoodsReply, error)
	// EleVipGrant ele vip grant [bilibili -> third].
	EleVipGrant(context.Context, *EleVipGrantReq) (*EleVipGrantReply, error)
	// VipUserPanel vip user panel
	VipUserPanel(context.Context, *VipUserPanelReq) (*VipUserPanelReply, error)
	// CouponBySuitID get coupon by mid and suit info.
	CouponBySuitID(context.Context, *CouponBySuitIDReq) (*CouponBySuitIDReply, error)
	// WelfareList get Welfare list
	WelfareList(context.Context, *WelfareReq) (*WelfareReply, error)
	// WelfareTypeList get Welfare type list
	WelfareTypeList(context.Context, *WelfareTypeReq) (*WelfareTypeReply, error)
	// WelfareInfo get Welfare detail
	WelfareInfo(context.Context, *WelfareInfoReq) (*WelfareInfoReply, error)
	// WelfareReceive receive welfare
	WelfareReceive(context.Context, *WelfareReceiveReq) (*WelfareReceiveReply, error)
	// MyWelfare get my welfares
	MyWelfare(context.Context, *MyWelfareReq) (*MyWelfareReply, error)
}

type VipUserPanelReply

type VipUserPanelReply struct {
	PriceList    []*ModelVipPanelInfo          `protobuf:"bytes,1,rep,name=price_list,json=priceList" json:"price_list,omitempty"`
	Coupon       *CouponBySuitIDReply          `protobuf:"bytes,2,opt,name=coupon" json:"coupon,omitempty"`
	CouponSwitch int32                         `protobuf:"varint,3,opt,name=coupon_switch,json=couponSwitch,proto3" json:"coupon_switch,omitempty"`
	CodeSwitch   int32                         `protobuf:"varint,4,opt,name=code_switch,json=codeSwitch,proto3" json:"code_switch,omitempty"`
	GiveSwitch   int32                         `protobuf:"varint,5,opt,name=give_switch,json=giveSwitch,proto3" json:"give_switch,omitempty"`
	Privileges   map[int32]*ModelPrivilegeResp `` /* 148-byte string literal not displayed */
}

func (*VipUserPanelReply) Descriptor

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

func (*VipUserPanelReply) GetCodeSwitch

func (m *VipUserPanelReply) GetCodeSwitch() int32

func (*VipUserPanelReply) GetCoupon

func (m *VipUserPanelReply) GetCoupon() *CouponBySuitIDReply

func (*VipUserPanelReply) GetCouponSwitch

func (m *VipUserPanelReply) GetCouponSwitch() int32

func (*VipUserPanelReply) GetGiveSwitch

func (m *VipUserPanelReply) GetGiveSwitch() int32

func (*VipUserPanelReply) GetPriceList

func (m *VipUserPanelReply) GetPriceList() []*ModelVipPanelInfo

func (*VipUserPanelReply) GetPrivileges

func (m *VipUserPanelReply) GetPrivileges() map[int32]*ModelPrivilegeResp

func (*VipUserPanelReply) Marshal

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

func (*VipUserPanelReply) MarshalTo

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

func (*VipUserPanelReply) ProtoMessage

func (*VipUserPanelReply) ProtoMessage()

func (*VipUserPanelReply) Reset

func (m *VipUserPanelReply) Reset()

func (*VipUserPanelReply) Size

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

func (*VipUserPanelReply) String

func (m *VipUserPanelReply) String() string

func (*VipUserPanelReply) Unmarshal

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

type VipUserPanelReq

type VipUserPanelReq struct {
	Mid       int64  `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	SortTp    int32  `protobuf:"varint,2,opt,name=sortTp,proto3" json:"sortTp,omitempty"`
	Ip        string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	MobiApp   string `protobuf:"bytes,4,opt,name=mobiApp,proto3" json:"mobiApp,omitempty"`
	Device    string `protobuf:"bytes,5,opt,name=device,proto3" json:"device,omitempty"`
	Platform  string `protobuf:"bytes,6,opt,name=platform,proto3" json:"platform,omitempty"`
	Plat      int32  `protobuf:"varint,7,opt,name=plat,proto3" json:"plat,omitempty"`
	PanelType string `protobuf:"bytes,8,opt,name=panelType,proto3" json:"panelType,omitempty"`
	SubType   int32  `protobuf:"varint,9,opt,name=subType,proto3" json:"subType,omitempty"`
	Month     int32  `protobuf:"varint,10,opt,name=month,proto3" json:"month,omitempty"`
	Build     int64  `protobuf:"varint,11,opt,name=build,proto3" json:"build,omitempty"`
	Lang      string `protobuf:"bytes,12,opt,name=lang,proto3" json:"lang,omitempty"`
}

func (*VipUserPanelReq) Descriptor

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

func (*VipUserPanelReq) GetBuild

func (m *VipUserPanelReq) GetBuild() int64

func (*VipUserPanelReq) GetDevice

func (m *VipUserPanelReq) GetDevice() string

func (*VipUserPanelReq) GetIp

func (m *VipUserPanelReq) GetIp() string

func (*VipUserPanelReq) GetLang

func (m *VipUserPanelReq) GetLang() string

func (*VipUserPanelReq) GetMid

func (m *VipUserPanelReq) GetMid() int64

func (*VipUserPanelReq) GetMobiApp

func (m *VipUserPanelReq) GetMobiApp() string

func (*VipUserPanelReq) GetMonth

func (m *VipUserPanelReq) GetMonth() int32

func (*VipUserPanelReq) GetPanelType

func (m *VipUserPanelReq) GetPanelType() string

func (*VipUserPanelReq) GetPlat

func (m *VipUserPanelReq) GetPlat() int32

func (*VipUserPanelReq) GetPlatform

func (m *VipUserPanelReq) GetPlatform() string

func (*VipUserPanelReq) GetSortTp

func (m *VipUserPanelReq) GetSortTp() int32

func (*VipUserPanelReq) GetSubType

func (m *VipUserPanelReq) GetSubType() int32

func (*VipUserPanelReq) Marshal

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

func (*VipUserPanelReq) MarshalTo

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

func (*VipUserPanelReq) ProtoMessage

func (*VipUserPanelReq) ProtoMessage()

func (*VipUserPanelReq) Reset

func (m *VipUserPanelReq) Reset()

func (*VipUserPanelReq) Size

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

func (*VipUserPanelReq) String

func (m *VipUserPanelReq) String() string

func (*VipUserPanelReq) Unmarshal

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

type WelfareInfoReply

type WelfareInfoReply struct {
	Id          int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	Desc        string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc"`
	HomepageUri string `protobuf:"bytes,4,opt,name=homepage_uri,json=homepageUri,proto3" json:"homepage_uri"`
	BackdropUri string `protobuf:"bytes,5,opt,name=backdrop_uri,json=backdropUri,proto3" json:"backdrop_uri"`
	Finished    bool   `protobuf:"varint,6,opt,name=finished,proto3" json:"finished"`
	Received    bool   `protobuf:"varint,7,opt,name=received,proto3" json:"received"`
	VipType     int64  `protobuf:"varint,8,opt,name=vip_type,json=vipType,proto3" json:"vip_type"`
	Stime       int64  `protobuf:"varint,9,opt,name=stime,proto3" json:"stime"`
	Etime       int64  `protobuf:"varint,10,opt,name=etime,proto3" json:"etime"`
}

func (*WelfareInfoReply) Descriptor

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

func (*WelfareInfoReply) GetBackdropUri

func (m *WelfareInfoReply) GetBackdropUri() string

func (*WelfareInfoReply) GetDesc

func (m *WelfareInfoReply) GetDesc() string

func (*WelfareInfoReply) GetEtime

func (m *WelfareInfoReply) GetEtime() int64

func (*WelfareInfoReply) GetFinished

func (m *WelfareInfoReply) GetFinished() bool

func (*WelfareInfoReply) GetHomepageUri

func (m *WelfareInfoReply) GetHomepageUri() string

func (*WelfareInfoReply) GetId

func (m *WelfareInfoReply) GetId() int32

func (*WelfareInfoReply) GetName

func (m *WelfareInfoReply) GetName() string

func (*WelfareInfoReply) GetReceived

func (m *WelfareInfoReply) GetReceived() bool

func (*WelfareInfoReply) GetStime

func (m *WelfareInfoReply) GetStime() int64

func (*WelfareInfoReply) GetVipType

func (m *WelfareInfoReply) GetVipType() int64

func (*WelfareInfoReply) Marshal

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

func (*WelfareInfoReply) MarshalTo

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

func (*WelfareInfoReply) ProtoMessage

func (*WelfareInfoReply) ProtoMessage()

func (*WelfareInfoReply) Reset

func (m *WelfareInfoReply) Reset()

func (*WelfareInfoReply) Size

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

func (*WelfareInfoReply) String

func (m *WelfareInfoReply) String() string

func (*WelfareInfoReply) Unmarshal

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

type WelfareInfoReq

type WelfareInfoReq struct {
	Id  int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Mid int64 `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
}

func (*WelfareInfoReq) Descriptor

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

func (*WelfareInfoReq) GetId

func (m *WelfareInfoReq) GetId() int64

func (*WelfareInfoReq) GetMid

func (m *WelfareInfoReq) GetMid() int64

func (*WelfareInfoReq) Marshal

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

func (*WelfareInfoReq) MarshalTo

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

func (*WelfareInfoReq) ProtoMessage

func (*WelfareInfoReq) ProtoMessage()

func (*WelfareInfoReq) Reset

func (m *WelfareInfoReq) Reset()

func (*WelfareInfoReq) Size

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

func (*WelfareInfoReq) String

func (m *WelfareInfoReq) String() string

func (*WelfareInfoReq) Unmarshal

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

type WelfareListDetail

type WelfareListDetail struct {
	Id          int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	HomepageUri string `protobuf:"bytes,3,opt,name=homepage_uri,json=homepageUri,proto3" json:"homepage_uri"`
	BackdropUri string `protobuf:"bytes,4,opt,name=backdrop_uri,json=backdropUri,proto3" json:"backdrop_uri"`
	Tid         int32  `protobuf:"varint,5,opt,name=tid,proto3" json:"tid"`
	Rank        int32  `protobuf:"varint,6,opt,name=rank,proto3" json:"rank"`
}

func (*WelfareListDetail) Descriptor

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

func (*WelfareListDetail) GetBackdropUri

func (m *WelfareListDetail) GetBackdropUri() string

func (*WelfareListDetail) GetHomepageUri

func (m *WelfareListDetail) GetHomepageUri() string

func (*WelfareListDetail) GetId

func (m *WelfareListDetail) GetId() int32

func (*WelfareListDetail) GetName

func (m *WelfareListDetail) GetName() string

func (*WelfareListDetail) GetRank

func (m *WelfareListDetail) GetRank() int32

func (*WelfareListDetail) GetTid

func (m *WelfareListDetail) GetTid() int32

func (*WelfareListDetail) Marshal

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

func (*WelfareListDetail) MarshalTo

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

func (*WelfareListDetail) ProtoMessage

func (*WelfareListDetail) ProtoMessage()

func (*WelfareListDetail) Reset

func (m *WelfareListDetail) Reset()

func (*WelfareListDetail) Size

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

func (*WelfareListDetail) String

func (m *WelfareListDetail) String() string

func (*WelfareListDetail) Unmarshal

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

type WelfareReceiveReply

type WelfareReceiveReply struct {
}

func (*WelfareReceiveReply) Descriptor

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

func (*WelfareReceiveReply) Marshal

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

func (*WelfareReceiveReply) MarshalTo

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

func (*WelfareReceiveReply) ProtoMessage

func (*WelfareReceiveReply) ProtoMessage()

func (*WelfareReceiveReply) Reset

func (m *WelfareReceiveReply) Reset()

func (*WelfareReceiveReply) Size

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

func (*WelfareReceiveReply) String

func (m *WelfareReceiveReply) String() string

func (*WelfareReceiveReply) Unmarshal

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

type WelfareReceiveReq

type WelfareReceiveReq struct {
	Wid int64 `protobuf:"varint,1,opt,name=wid,proto3" json:"wid,omitempty"`
	Mid int64 `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
}

func (*WelfareReceiveReq) Descriptor

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

func (*WelfareReceiveReq) GetMid

func (m *WelfareReceiveReq) GetMid() int64

func (*WelfareReceiveReq) GetWid

func (m *WelfareReceiveReq) GetWid() int64

func (*WelfareReceiveReq) Marshal

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

func (*WelfareReceiveReq) MarshalTo

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

func (*WelfareReceiveReq) ProtoMessage

func (*WelfareReceiveReq) ProtoMessage()

func (*WelfareReceiveReq) Reset

func (m *WelfareReceiveReq) Reset()

func (*WelfareReceiveReq) Size

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

func (*WelfareReceiveReq) String

func (m *WelfareReceiveReq) String() string

func (*WelfareReceiveReq) Unmarshal

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

type WelfareReply

type WelfareReply struct {
	Count int64                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	List  []*WelfareListDetail `protobuf:"bytes,2,rep,name=list" json:"list,omitempty"`
}

func (*WelfareReply) Descriptor

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

func (*WelfareReply) GetCount

func (m *WelfareReply) GetCount() int64

func (*WelfareReply) GetList

func (m *WelfareReply) GetList() []*WelfareListDetail

func (*WelfareReply) Marshal

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

func (*WelfareReply) MarshalTo

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

func (*WelfareReply) ProtoMessage

func (*WelfareReply) ProtoMessage()

func (*WelfareReply) Reset

func (m *WelfareReply) Reset()

func (*WelfareReply) Size

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

func (*WelfareReply) String

func (m *WelfareReply) String() string

func (*WelfareReply) Unmarshal

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

type WelfareReq

type WelfareReq struct {
	Tid       int64 `protobuf:"varint,1,opt,name=tid,proto3" json:"tid,omitempty"`
	Recommend int64 `protobuf:"varint,2,opt,name=recommend,proto3" json:"recommend,omitempty"`
	Ps        int64 `protobuf:"varint,3,opt,name=ps,proto3" json:"ps,omitempty"`
	Pn        int64 `protobuf:"varint,4,opt,name=pn,proto3" json:"pn,omitempty"`
}

func (*WelfareReq) Descriptor

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

func (*WelfareReq) GetPn

func (m *WelfareReq) GetPn() int64

func (*WelfareReq) GetPs

func (m *WelfareReq) GetPs() int64

func (*WelfareReq) GetRecommend

func (m *WelfareReq) GetRecommend() int64

func (*WelfareReq) GetTid

func (m *WelfareReq) GetTid() int64

func (*WelfareReq) Marshal

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

func (*WelfareReq) MarshalTo

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

func (*WelfareReq) ProtoMessage

func (*WelfareReq) ProtoMessage()

func (*WelfareReq) Reset

func (m *WelfareReq) Reset()

func (*WelfareReq) Size

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

func (*WelfareReq) String

func (m *WelfareReq) String() string

func (*WelfareReq) Unmarshal

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

type WelfareTypeListDetail

type WelfareTypeListDetail struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
}

func (*WelfareTypeListDetail) Descriptor

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

func (*WelfareTypeListDetail) GetId

func (m *WelfareTypeListDetail) GetId() int32

func (*WelfareTypeListDetail) GetName

func (m *WelfareTypeListDetail) GetName() string

func (*WelfareTypeListDetail) Marshal

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

func (*WelfareTypeListDetail) MarshalTo

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

func (*WelfareTypeListDetail) ProtoMessage

func (*WelfareTypeListDetail) ProtoMessage()

func (*WelfareTypeListDetail) Reset

func (m *WelfareTypeListDetail) Reset()

func (*WelfareTypeListDetail) Size

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

func (*WelfareTypeListDetail) String

func (m *WelfareTypeListDetail) String() string

func (*WelfareTypeListDetail) Unmarshal

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

type WelfareTypeReply

type WelfareTypeReply struct {
	List []*WelfareTypeListDetail `protobuf:"bytes,1,rep,name=list" json:"list,omitempty"`
}

func (*WelfareTypeReply) Descriptor

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

func (*WelfareTypeReply) GetList

func (m *WelfareTypeReply) GetList() []*WelfareTypeListDetail

func (*WelfareTypeReply) Marshal

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

func (*WelfareTypeReply) MarshalTo

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

func (*WelfareTypeReply) ProtoMessage

func (*WelfareTypeReply) ProtoMessage()

func (*WelfareTypeReply) Reset

func (m *WelfareTypeReply) Reset()

func (*WelfareTypeReply) Size

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

func (*WelfareTypeReply) String

func (m *WelfareTypeReply) String() string

func (*WelfareTypeReply) Unmarshal

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

type WelfareTypeReq

type WelfareTypeReq struct {
}

func (*WelfareTypeReq) Descriptor

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

func (*WelfareTypeReq) Marshal

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

func (*WelfareTypeReq) MarshalTo

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

func (*WelfareTypeReq) ProtoMessage

func (*WelfareTypeReq) ProtoMessage()

func (*WelfareTypeReq) Reset

func (m *WelfareTypeReq) Reset()

func (*WelfareTypeReq) Size

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

func (*WelfareTypeReq) String

func (m *WelfareTypeReq) String() string

func (*WelfareTypeReq) Unmarshal

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

Jump to

Keyboard shortcuts

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