Documentation
¶
Index ¶
- Constants
- func GetBanner(context *bm.Context)
- func Init(c *conf.Config)
- type GiftService
- func (s *GiftService) DailyBag(ctx context.Context, req *v1pb.DailyBagReq) (resp *v1pb.DailyBagResp, err error)
- func (s *GiftService) GiftConfig(ctx context.Context, req *v1pb.GiftConfigReq) (resp *v1pb.GiftConfigResp, err error)
- func (s *GiftService) NeedTipRecharge(ctx context.Context, req *v1pb.NeedTipRechargeReq) (resp *v1pb.NeedTipRechargeResp, err error)
- func (s *GiftService) TipRechargeAction(ctx context.Context, req *v1pb.TipRechargeActionReq) (resp *v1pb.TipRechargeActionResp, err error)
- type RoomNoticeService
Constants ¶
View Source
const ( // HasShow 已经展示 HasShow = 302 // StopPush 停止推送 StopPush = 403 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GiftService ¶
type GiftService struct {
// contains filtered or unexported fields
}
GiftService struct
func (*GiftService) DailyBag ¶
func (s *GiftService) DailyBag(ctx context.Context, req *v1pb.DailyBagReq) (resp *v1pb.DailyBagResp, err error)
DailyBag implementation `method:"GET" midware:"guest"`
func (*GiftService) GiftConfig ¶
func (s *GiftService) GiftConfig(ctx context.Context, req *v1pb.GiftConfigReq) (resp *v1pb.GiftConfigResp, err error)
GiftConfig implementation
func (*GiftService) NeedTipRecharge ¶
func (s *GiftService) NeedTipRecharge(ctx context.Context, req *v1pb.NeedTipRechargeReq) (resp *v1pb.NeedTipRechargeResp, err error)
NeedTipRecharge implementation
`midware:"auth"`
func (*GiftService) TipRechargeAction ¶
func (s *GiftService) TipRechargeAction(ctx context.Context, req *v1pb.TipRechargeActionReq) (resp *v1pb.TipRechargeActionResp, err error)
TipRechargeAction implementation
`midware:"auth"` `method:"post"`
type RoomNoticeService ¶
type RoomNoticeService struct {
// contains filtered or unexported fields
}
RoomNoticeService struct
func NewRoomNoticeService ¶
func NewRoomNoticeService(c *conf.Config) (s *RoomNoticeService)
NewRoomNoticeService init
func (*RoomNoticeService) BuyGuard ¶
func (s *RoomNoticeService) BuyGuard(ctx context.Context, req *v1pb.RoomNoticeBuyGuardReq) (resp *v1pb.RoomNoticeBuyGuardResp, err error)
BuyGuard implementation 是否弹出大航海购买提示
Click to show internal directories.
Click to hide internal directories.