v1

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

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

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

Documentation

Overview

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

It is generated from these files:

v1/Bubble.proto
v1/Color.proto
v1/DanmuConf.proto
v1/GrayRule.proto
v1/Remind.proto
v1/Tag.proto

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthBubble = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBubble   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthColor = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowColor   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthDanmuConf = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDanmuConf   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthGrayRule = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGrayRule   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthRemind = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRemind   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthTag = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTag   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type BubbleCheckAuthReq

type BubbleCheckAuthReq struct {
	// 用户uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 房间号
	RoomId int64 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id"`
	// 气泡ID
	BubbleId int64 `protobuf:"varint,3,opt,name=bubble_id,json=bubbleId,proto3" json:"bubble_id"`
}

func (*BubbleCheckAuthReq) Descriptor

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

func (*BubbleCheckAuthReq) GetBubbleId

func (m *BubbleCheckAuthReq) GetBubbleId() int64

func (*BubbleCheckAuthReq) GetRoomId

func (m *BubbleCheckAuthReq) GetRoomId() int64

func (*BubbleCheckAuthReq) GetUid

func (m *BubbleCheckAuthReq) GetUid() int64

func (*BubbleCheckAuthReq) Marshal

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

func (*BubbleCheckAuthReq) MarshalTo

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

func (*BubbleCheckAuthReq) ProtoMessage

func (*BubbleCheckAuthReq) ProtoMessage()

func (*BubbleCheckAuthReq) Reset

func (m *BubbleCheckAuthReq) Reset()

func (*BubbleCheckAuthReq) Size

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

func (*BubbleCheckAuthReq) String

func (m *BubbleCheckAuthReq) String() string

func (*BubbleCheckAuthReq) Unmarshal

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

func (*BubbleCheckAuthReq) XXX_DiscardUnknown

func (m *BubbleCheckAuthReq) XXX_DiscardUnknown()

func (*BubbleCheckAuthReq) XXX_Marshal

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

func (*BubbleCheckAuthReq) XXX_Merge

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

func (*BubbleCheckAuthReq) XXX_Size

func (m *BubbleCheckAuthReq) XXX_Size() int

func (*BubbleCheckAuthReq) XXX_Unmarshal

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

type BubbleCheckAuthResp

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

func (*BubbleCheckAuthResp) Descriptor

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

func (*BubbleCheckAuthResp) GetCode

func (m *BubbleCheckAuthResp) GetCode() int64

func (*BubbleCheckAuthResp) GetData

func (*BubbleCheckAuthResp) GetMessage

func (m *BubbleCheckAuthResp) GetMessage() string

func (*BubbleCheckAuthResp) GetMsg

func (m *BubbleCheckAuthResp) GetMsg() string

func (*BubbleCheckAuthResp) Marshal

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

func (*BubbleCheckAuthResp) MarshalTo

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

func (*BubbleCheckAuthResp) ProtoMessage

func (*BubbleCheckAuthResp) ProtoMessage()

func (*BubbleCheckAuthResp) Reset

func (m *BubbleCheckAuthResp) Reset()

func (*BubbleCheckAuthResp) Size

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

func (*BubbleCheckAuthResp) String

func (m *BubbleCheckAuthResp) String() string

func (*BubbleCheckAuthResp) Unmarshal

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

func (*BubbleCheckAuthResp) XXX_DiscardUnknown

func (m *BubbleCheckAuthResp) XXX_DiscardUnknown()

func (*BubbleCheckAuthResp) XXX_Marshal

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

func (*BubbleCheckAuthResp) XXX_Merge

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

func (*BubbleCheckAuthResp) XXX_Size

func (m *BubbleCheckAuthResp) XXX_Size() int

func (*BubbleCheckAuthResp) XXX_Unmarshal

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

type BubbleCheckAuthResp_Data

type BubbleCheckAuthResp_Data struct {
	// 逻辑错误码 -1 非法 0 合法
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	// 错误原因
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message"`
}

func (*BubbleCheckAuthResp_Data) Descriptor

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

func (*BubbleCheckAuthResp_Data) GetCode

func (m *BubbleCheckAuthResp_Data) GetCode() int64

func (*BubbleCheckAuthResp_Data) GetMessage

func (m *BubbleCheckAuthResp_Data) GetMessage() string

func (*BubbleCheckAuthResp_Data) Marshal

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

func (*BubbleCheckAuthResp_Data) MarshalTo

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

func (*BubbleCheckAuthResp_Data) ProtoMessage

func (*BubbleCheckAuthResp_Data) ProtoMessage()

func (*BubbleCheckAuthResp_Data) Reset

func (m *BubbleCheckAuthResp_Data) Reset()

func (*BubbleCheckAuthResp_Data) Size

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

func (*BubbleCheckAuthResp_Data) String

func (m *BubbleCheckAuthResp_Data) String() string

func (*BubbleCheckAuthResp_Data) Unmarshal

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

func (*BubbleCheckAuthResp_Data) XXX_DiscardUnknown

func (m *BubbleCheckAuthResp_Data) XXX_DiscardUnknown()

func (*BubbleCheckAuthResp_Data) XXX_Marshal

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

func (*BubbleCheckAuthResp_Data) XXX_Merge

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

func (*BubbleCheckAuthResp_Data) XXX_Size

func (m *BubbleCheckAuthResp_Data) XXX_Size() int

func (*BubbleCheckAuthResp_Data) XXX_Unmarshal

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

type BubbleGetBubbleReq

type BubbleGetBubbleReq struct {
	// 用户 uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 房间号
	RoomId int64 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id"`
	// 上报上来的气泡框ID
	BubbleId int64 `protobuf:"varint,3,opt,name=bubble_id,json=bubbleId,proto3" json:"bubble_id"`
	// 上报上来的大航海信息
	GuardLevel int64 `protobuf:"varint,4,opt,name=guard_level,json=guardLevel,proto3" json:"guard_level"`
}

func (*BubbleGetBubbleReq) Descriptor

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

func (*BubbleGetBubbleReq) GetBubbleId

func (m *BubbleGetBubbleReq) GetBubbleId() int64

func (*BubbleGetBubbleReq) GetGuardLevel

func (m *BubbleGetBubbleReq) GetGuardLevel() int64

func (*BubbleGetBubbleReq) GetRoomId

func (m *BubbleGetBubbleReq) GetRoomId() int64

func (*BubbleGetBubbleReq) GetUid

func (m *BubbleGetBubbleReq) GetUid() int64

func (*BubbleGetBubbleReq) Marshal

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

func (*BubbleGetBubbleReq) MarshalTo

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

func (*BubbleGetBubbleReq) ProtoMessage

func (*BubbleGetBubbleReq) ProtoMessage()

func (*BubbleGetBubbleReq) Reset

func (m *BubbleGetBubbleReq) Reset()

func (*BubbleGetBubbleReq) Size

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

func (*BubbleGetBubbleReq) String

func (m *BubbleGetBubbleReq) String() string

func (*BubbleGetBubbleReq) Unmarshal

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

func (*BubbleGetBubbleReq) XXX_DiscardUnknown

func (m *BubbleGetBubbleReq) XXX_DiscardUnknown()

func (*BubbleGetBubbleReq) XXX_Marshal

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

func (*BubbleGetBubbleReq) XXX_Merge

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

func (*BubbleGetBubbleReq) XXX_Size

func (m *BubbleGetBubbleReq) XXX_Size() int

func (*BubbleGetBubbleReq) XXX_Unmarshal

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

type BubbleGetBubbleResp

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

func (*BubbleGetBubbleResp) Descriptor

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

func (*BubbleGetBubbleResp) GetCode

func (m *BubbleGetBubbleResp) GetCode() int64

func (*BubbleGetBubbleResp) GetData

func (*BubbleGetBubbleResp) GetMessage

func (m *BubbleGetBubbleResp) GetMessage() string

func (*BubbleGetBubbleResp) GetMsg

func (m *BubbleGetBubbleResp) GetMsg() string

func (*BubbleGetBubbleResp) Marshal

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

func (*BubbleGetBubbleResp) MarshalTo

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

func (*BubbleGetBubbleResp) ProtoMessage

func (*BubbleGetBubbleResp) ProtoMessage()

func (*BubbleGetBubbleResp) Reset

func (m *BubbleGetBubbleResp) Reset()

func (*BubbleGetBubbleResp) Size

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

func (*BubbleGetBubbleResp) String

func (m *BubbleGetBubbleResp) String() string

func (*BubbleGetBubbleResp) Unmarshal

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

func (*BubbleGetBubbleResp) XXX_DiscardUnknown

func (m *BubbleGetBubbleResp) XXX_DiscardUnknown()

func (*BubbleGetBubbleResp) XXX_Marshal

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

func (*BubbleGetBubbleResp) XXX_Merge

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

func (*BubbleGetBubbleResp) XXX_Size

func (m *BubbleGetBubbleResp) XXX_Size() int

func (*BubbleGetBubbleResp) XXX_Unmarshal

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

type BubbleGetBubbleResp_Data

type BubbleGetBubbleResp_Data struct {
	// 当前气泡框ID
	Bubble int64 `protobuf:"varint,1,opt,name=bubble,proto3" json:"bubble"`
}

func (*BubbleGetBubbleResp_Data) Descriptor

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

func (*BubbleGetBubbleResp_Data) GetBubble

func (m *BubbleGetBubbleResp_Data) GetBubble() int64

func (*BubbleGetBubbleResp_Data) Marshal

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

func (*BubbleGetBubbleResp_Data) MarshalTo

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

func (*BubbleGetBubbleResp_Data) ProtoMessage

func (*BubbleGetBubbleResp_Data) ProtoMessage()

func (*BubbleGetBubbleResp_Data) Reset

func (m *BubbleGetBubbleResp_Data) Reset()

func (*BubbleGetBubbleResp_Data) Size

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

func (*BubbleGetBubbleResp_Data) String

func (m *BubbleGetBubbleResp_Data) String() string

func (*BubbleGetBubbleResp_Data) Unmarshal

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

func (*BubbleGetBubbleResp_Data) XXX_DiscardUnknown

func (m *BubbleGetBubbleResp_Data) XXX_DiscardUnknown()

func (*BubbleGetBubbleResp_Data) XXX_Marshal

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

func (*BubbleGetBubbleResp_Data) XXX_Merge

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

func (*BubbleGetBubbleResp_Data) XXX_Size

func (m *BubbleGetBubbleResp_Data) XXX_Size() int

func (*BubbleGetBubbleResp_Data) XXX_Unmarshal

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

type BubbleGetCurrentReq

type BubbleGetCurrentReq struct {
	// 用户 uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 房间号
	RoomId int64 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id"`
}

func (*BubbleGetCurrentReq) Descriptor

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

func (*BubbleGetCurrentReq) GetRoomId

func (m *BubbleGetCurrentReq) GetRoomId() int64

func (*BubbleGetCurrentReq) GetUid

func (m *BubbleGetCurrentReq) GetUid() int64

func (*BubbleGetCurrentReq) Marshal

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

func (*BubbleGetCurrentReq) MarshalTo

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

func (*BubbleGetCurrentReq) ProtoMessage

func (*BubbleGetCurrentReq) ProtoMessage()

func (*BubbleGetCurrentReq) Reset

func (m *BubbleGetCurrentReq) Reset()

func (*BubbleGetCurrentReq) Size

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

func (*BubbleGetCurrentReq) String

func (m *BubbleGetCurrentReq) String() string

func (*BubbleGetCurrentReq) Unmarshal

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

func (*BubbleGetCurrentReq) XXX_DiscardUnknown

func (m *BubbleGetCurrentReq) XXX_DiscardUnknown()

func (*BubbleGetCurrentReq) XXX_Marshal

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

func (*BubbleGetCurrentReq) XXX_Merge

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

func (*BubbleGetCurrentReq) XXX_Size

func (m *BubbleGetCurrentReq) XXX_Size() int

func (*BubbleGetCurrentReq) XXX_Unmarshal

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

type BubbleGetCurrentResp

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

func (*BubbleGetCurrentResp) Descriptor

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

func (*BubbleGetCurrentResp) GetCode

func (m *BubbleGetCurrentResp) GetCode() int64

func (*BubbleGetCurrentResp) GetData

func (*BubbleGetCurrentResp) GetMessage

func (m *BubbleGetCurrentResp) GetMessage() string

func (*BubbleGetCurrentResp) GetMsg

func (m *BubbleGetCurrentResp) GetMsg() string

func (*BubbleGetCurrentResp) Marshal

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

func (*BubbleGetCurrentResp) MarshalTo

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

func (*BubbleGetCurrentResp) ProtoMessage

func (*BubbleGetCurrentResp) ProtoMessage()

func (*BubbleGetCurrentResp) Reset

func (m *BubbleGetCurrentResp) Reset()

func (*BubbleGetCurrentResp) Size

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

func (*BubbleGetCurrentResp) String

func (m *BubbleGetCurrentResp) String() string

func (*BubbleGetCurrentResp) Unmarshal

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

func (*BubbleGetCurrentResp) XXX_DiscardUnknown

func (m *BubbleGetCurrentResp) XXX_DiscardUnknown()

func (*BubbleGetCurrentResp) XXX_Marshal

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

func (*BubbleGetCurrentResp) XXX_Merge

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

func (*BubbleGetCurrentResp) XXX_Size

func (m *BubbleGetCurrentResp) XXX_Size() int

func (*BubbleGetCurrentResp) XXX_Unmarshal

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

type BubbleGetCurrentResp_Data

type BubbleGetCurrentResp_Data struct {
	// 当前气泡框ID
	Bubble int64 `protobuf:"varint,1,opt,name=bubble,proto3" json:"bubble"`
}

func (*BubbleGetCurrentResp_Data) Descriptor

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

func (*BubbleGetCurrentResp_Data) GetBubble

func (m *BubbleGetCurrentResp_Data) GetBubble() int64

func (*BubbleGetCurrentResp_Data) Marshal

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

func (*BubbleGetCurrentResp_Data) MarshalTo

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

func (*BubbleGetCurrentResp_Data) ProtoMessage

func (*BubbleGetCurrentResp_Data) ProtoMessage()

func (*BubbleGetCurrentResp_Data) Reset

func (m *BubbleGetCurrentResp_Data) Reset()

func (*BubbleGetCurrentResp_Data) Size

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

func (*BubbleGetCurrentResp_Data) String

func (m *BubbleGetCurrentResp_Data) String() string

func (*BubbleGetCurrentResp_Data) Unmarshal

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

func (*BubbleGetCurrentResp_Data) XXX_DiscardUnknown

func (m *BubbleGetCurrentResp_Data) XXX_DiscardUnknown()

func (*BubbleGetCurrentResp_Data) XXX_Marshal

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

func (*BubbleGetCurrentResp_Data) XXX_Merge

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

func (*BubbleGetCurrentResp_Data) XXX_Size

func (m *BubbleGetCurrentResp_Data) XXX_Size() int

func (*BubbleGetCurrentResp_Data) XXX_Unmarshal

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

type BubbleMultiAddReq

type BubbleMultiAddReq struct {
	// 用户uid逗号拼接
	UidList string `protobuf:"bytes,1,opt,name=uid_list,json=uidList,proto3" json:"uid_list"`
	// 气泡ID
	BubbleId int64 `protobuf:"varint,2,opt,name=bubble_id,json=bubbleId,proto3" json:"bubble_id"`
	// 过期的时间戳
	ExpiredAt int64 `protobuf:"varint,3,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at"`
	// 业务描述
	Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc"`
	// 大区ID
	Category int64 `protobuf:"varint,5,opt,name=category,proto3" json:"category"`
	// 分区ID
	SubCategory int64 `protobuf:"varint,6,opt,name=sub_category,json=subCategory,proto3" json:"sub_category"`
	// 房间号
	RoomId int64 `protobuf:"varint,7,opt,name=room_id,json=roomId,proto3" json:"room_id"`
}

func (*BubbleMultiAddReq) Descriptor

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

func (*BubbleMultiAddReq) GetBubbleId

func (m *BubbleMultiAddReq) GetBubbleId() int64

func (*BubbleMultiAddReq) GetCategory

func (m *BubbleMultiAddReq) GetCategory() int64

func (*BubbleMultiAddReq) GetDesc

func (m *BubbleMultiAddReq) GetDesc() string

func (*BubbleMultiAddReq) GetExpiredAt

func (m *BubbleMultiAddReq) GetExpiredAt() int64

func (*BubbleMultiAddReq) GetRoomId

func (m *BubbleMultiAddReq) GetRoomId() int64

func (*BubbleMultiAddReq) GetSubCategory

func (m *BubbleMultiAddReq) GetSubCategory() int64

func (*BubbleMultiAddReq) GetUidList

func (m *BubbleMultiAddReq) GetUidList() string

func (*BubbleMultiAddReq) Marshal

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

func (*BubbleMultiAddReq) MarshalTo

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

func (*BubbleMultiAddReq) ProtoMessage

func (*BubbleMultiAddReq) ProtoMessage()

func (*BubbleMultiAddReq) Reset

func (m *BubbleMultiAddReq) Reset()

func (*BubbleMultiAddReq) Size

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

func (*BubbleMultiAddReq) String

func (m *BubbleMultiAddReq) String() string

func (*BubbleMultiAddReq) Unmarshal

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

func (*BubbleMultiAddReq) XXX_DiscardUnknown

func (m *BubbleMultiAddReq) XXX_DiscardUnknown()

func (*BubbleMultiAddReq) XXX_Marshal

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

func (*BubbleMultiAddReq) XXX_Merge

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

func (*BubbleMultiAddReq) XXX_Size

func (m *BubbleMultiAddReq) XXX_Size() int

func (*BubbleMultiAddReq) XXX_Unmarshal

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

type BubbleMultiAddResp

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

func (*BubbleMultiAddResp) Descriptor

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

func (*BubbleMultiAddResp) GetCode

func (m *BubbleMultiAddResp) GetCode() int64

func (*BubbleMultiAddResp) GetData

func (*BubbleMultiAddResp) GetMessage

func (m *BubbleMultiAddResp) GetMessage() string

func (*BubbleMultiAddResp) GetMsg

func (m *BubbleMultiAddResp) GetMsg() string

func (*BubbleMultiAddResp) Marshal

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

func (*BubbleMultiAddResp) MarshalTo

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

func (*BubbleMultiAddResp) ProtoMessage

func (*BubbleMultiAddResp) ProtoMessage()

func (*BubbleMultiAddResp) Reset

func (m *BubbleMultiAddResp) Reset()

func (*BubbleMultiAddResp) Size

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

func (*BubbleMultiAddResp) String

func (m *BubbleMultiAddResp) String() string

func (*BubbleMultiAddResp) Unmarshal

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

func (*BubbleMultiAddResp) XXX_DiscardUnknown

func (m *BubbleMultiAddResp) XXX_DiscardUnknown()

func (*BubbleMultiAddResp) XXX_Marshal

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

func (*BubbleMultiAddResp) XXX_Merge

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

func (*BubbleMultiAddResp) XXX_Size

func (m *BubbleMultiAddResp) XXX_Size() int

func (*BubbleMultiAddResp) XXX_Unmarshal

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

type BubbleMultiAddResp_Data

type BubbleMultiAddResp_Data struct {
	//
	Success *BubbleMultiAddResp_UidList `protobuf:"bytes,1,opt,name=success" json:"success"`
	//
	Failed *BubbleMultiAddResp_UidList `protobuf:"bytes,2,opt,name=failed" json:"failed"`
}

func (*BubbleMultiAddResp_Data) Descriptor

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

func (*BubbleMultiAddResp_Data) GetFailed

func (*BubbleMultiAddResp_Data) GetSuccess

func (*BubbleMultiAddResp_Data) Marshal

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

func (*BubbleMultiAddResp_Data) MarshalTo

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

func (*BubbleMultiAddResp_Data) ProtoMessage

func (*BubbleMultiAddResp_Data) ProtoMessage()

func (*BubbleMultiAddResp_Data) Reset

func (m *BubbleMultiAddResp_Data) Reset()

func (*BubbleMultiAddResp_Data) Size

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

func (*BubbleMultiAddResp_Data) String

func (m *BubbleMultiAddResp_Data) String() string

func (*BubbleMultiAddResp_Data) Unmarshal

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

func (*BubbleMultiAddResp_Data) XXX_DiscardUnknown

func (m *BubbleMultiAddResp_Data) XXX_DiscardUnknown()

func (*BubbleMultiAddResp_Data) XXX_Marshal

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

func (*BubbleMultiAddResp_Data) XXX_Merge

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

func (*BubbleMultiAddResp_Data) XXX_Size

func (m *BubbleMultiAddResp_Data) XXX_Size() int

func (*BubbleMultiAddResp_Data) XXX_Unmarshal

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

type BubbleMultiAddResp_UidList

type BubbleMultiAddResp_UidList struct {
	//
	Uid []int64 `protobuf:"varint,1,rep,packed,name=uid" json:"uid"`
}

func (*BubbleMultiAddResp_UidList) Descriptor

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

func (*BubbleMultiAddResp_UidList) GetUid

func (m *BubbleMultiAddResp_UidList) GetUid() []int64

func (*BubbleMultiAddResp_UidList) Marshal

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

func (*BubbleMultiAddResp_UidList) MarshalTo

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

func (*BubbleMultiAddResp_UidList) ProtoMessage

func (*BubbleMultiAddResp_UidList) ProtoMessage()

func (*BubbleMultiAddResp_UidList) Reset

func (m *BubbleMultiAddResp_UidList) Reset()

func (*BubbleMultiAddResp_UidList) Size

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

func (*BubbleMultiAddResp_UidList) String

func (m *BubbleMultiAddResp_UidList) String() string

func (*BubbleMultiAddResp_UidList) Unmarshal

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

func (*BubbleMultiAddResp_UidList) XXX_DiscardUnknown

func (m *BubbleMultiAddResp_UidList) XXX_DiscardUnknown()

func (*BubbleMultiAddResp_UidList) XXX_Marshal

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

func (*BubbleMultiAddResp_UidList) XXX_Merge

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

func (*BubbleMultiAddResp_UidList) XXX_Size

func (m *BubbleMultiAddResp_UidList) XXX_Size() int

func (*BubbleMultiAddResp_UidList) XXX_Unmarshal

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

type BubbleRPCClient

type BubbleRPCClient interface {
	// * 获取用户当前气泡框
	// 获取用户当前气泡框
	GetCurrent(ctx context.Context, req *BubbleGetCurrentReq, opts ...liverpc.CallOption) (resp *BubbleGetCurrentResp, err error)

	// * 获取用户当前房间的气泡框
	// 获取用户当前房间的气泡框
	GetBubble(ctx context.Context, req *BubbleGetBubbleReq, opts ...liverpc.CallOption) (resp *BubbleGetBubbleResp, err error)

	// * 校验用户气泡框
	// 校验用户气泡框
	CheckAuth(ctx context.Context, req *BubbleCheckAuthReq, opts ...liverpc.CallOption) (resp *BubbleCheckAuthResp, err error)

	// * 给用户下发气泡框
	// 给用户下发气泡框
	MultiAdd(ctx context.Context, req *BubbleMultiAddReq, opts ...liverpc.CallOption) (resp *BubbleMultiAddResp, err error)
}

func NewBubbleRPCClient

func NewBubbleRPCClient(client *liverpc.Client) BubbleRPCClient

NewBubbleRPCClient creates a client that implements the BubbleRPCClient interface.

type ColorGetUnameColorReq

type ColorGetUnameColorReq struct {
	//
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	//
	RoomId int64 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id"`
}

func (*ColorGetUnameColorReq) Descriptor

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

func (*ColorGetUnameColorReq) GetRoomId

func (m *ColorGetUnameColorReq) GetRoomId() int64

func (*ColorGetUnameColorReq) GetUid

func (m *ColorGetUnameColorReq) GetUid() int64

func (*ColorGetUnameColorReq) Marshal

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

func (*ColorGetUnameColorReq) MarshalTo

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

func (*ColorGetUnameColorReq) ProtoMessage

func (*ColorGetUnameColorReq) ProtoMessage()

func (*ColorGetUnameColorReq) Reset

func (m *ColorGetUnameColorReq) Reset()

func (*ColorGetUnameColorReq) Size

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

func (*ColorGetUnameColorReq) String

func (m *ColorGetUnameColorReq) String() string

func (*ColorGetUnameColorReq) Unmarshal

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

func (*ColorGetUnameColorReq) XXX_DiscardUnknown

func (m *ColorGetUnameColorReq) XXX_DiscardUnknown()

func (*ColorGetUnameColorReq) XXX_Marshal

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

func (*ColorGetUnameColorReq) XXX_Merge

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

func (*ColorGetUnameColorReq) XXX_Size

func (m *ColorGetUnameColorReq) XXX_Size() int

func (*ColorGetUnameColorReq) XXX_Unmarshal

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

type ColorGetUnameColorResp

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

func (*ColorGetUnameColorResp) Descriptor

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

func (*ColorGetUnameColorResp) GetCode

func (m *ColorGetUnameColorResp) GetCode() int64

func (*ColorGetUnameColorResp) GetData

func (*ColorGetUnameColorResp) GetMsg

func (m *ColorGetUnameColorResp) GetMsg() string

func (*ColorGetUnameColorResp) Marshal

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

func (*ColorGetUnameColorResp) MarshalTo

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

func (*ColorGetUnameColorResp) ProtoMessage

func (*ColorGetUnameColorResp) ProtoMessage()

func (*ColorGetUnameColorResp) Reset

func (m *ColorGetUnameColorResp) Reset()

func (*ColorGetUnameColorResp) Size

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

func (*ColorGetUnameColorResp) String

func (m *ColorGetUnameColorResp) String() string

func (*ColorGetUnameColorResp) Unmarshal

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

func (*ColorGetUnameColorResp) XXX_DiscardUnknown

func (m *ColorGetUnameColorResp) XXX_DiscardUnknown()

func (*ColorGetUnameColorResp) XXX_Marshal

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

func (*ColorGetUnameColorResp) XXX_Merge

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

func (*ColorGetUnameColorResp) XXX_Size

func (m *ColorGetUnameColorResp) XXX_Size() int

func (*ColorGetUnameColorResp) XXX_Unmarshal

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

type ColorGetUnameColorResp_Data

type ColorGetUnameColorResp_Data struct {
	//
	UnameColor string `protobuf:"bytes,1,opt,name=uname_color,json=unameColor,proto3" json:"uname_color"`
}

func (*ColorGetUnameColorResp_Data) Descriptor

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

func (*ColorGetUnameColorResp_Data) GetUnameColor

func (m *ColorGetUnameColorResp_Data) GetUnameColor() string

func (*ColorGetUnameColorResp_Data) Marshal

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

func (*ColorGetUnameColorResp_Data) MarshalTo

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

func (*ColorGetUnameColorResp_Data) ProtoMessage

func (*ColorGetUnameColorResp_Data) ProtoMessage()

func (*ColorGetUnameColorResp_Data) Reset

func (m *ColorGetUnameColorResp_Data) Reset()

func (*ColorGetUnameColorResp_Data) Size

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

func (*ColorGetUnameColorResp_Data) String

func (m *ColorGetUnameColorResp_Data) String() string

func (*ColorGetUnameColorResp_Data) Unmarshal

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

func (*ColorGetUnameColorResp_Data) XXX_DiscardUnknown

func (m *ColorGetUnameColorResp_Data) XXX_DiscardUnknown()

func (*ColorGetUnameColorResp_Data) XXX_Marshal

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

func (*ColorGetUnameColorResp_Data) XXX_Merge

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

func (*ColorGetUnameColorResp_Data) XXX_Size

func (m *ColorGetUnameColorResp_Data) XXX_Size() int

func (*ColorGetUnameColorResp_Data) XXX_Unmarshal

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

type ColorRPCClient

type ColorRPCClient interface {
	// * 获取昵称颜色
	//
	GetUnameColor(ctx context.Context, req *ColorGetUnameColorReq, opts ...liverpc.CallOption) (resp *ColorGetUnameColorResp, err error)
}

func NewColorRPCClient

func NewColorRPCClient(client *liverpc.Client) ColorRPCClient

NewColorRPCClient creates a client that implements the ColorRPCClient interface.

type DanmuConfAddByTypeReq

type DanmuConfAddByTypeReq struct {
	// color:颜色, mode:弹幕模式, length:弹幕长度
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type"`
	// uid
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// 房间号,传0为全局
	Roomid int64 `protobuf:"varint,3,opt,name=roomid,proto3" json:"roomid"`
	// 不填则为永久
	Expire int64 `protobuf:"varint,4,opt,name=expire,proto3" json:"expire"`
	// 配置值
	Value int64 `protobuf:"varint,5,opt,name=value,proto3" json:"value"`
}

func (*DanmuConfAddByTypeReq) Descriptor

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

func (*DanmuConfAddByTypeReq) GetExpire

func (m *DanmuConfAddByTypeReq) GetExpire() int64

func (*DanmuConfAddByTypeReq) GetRoomid

func (m *DanmuConfAddByTypeReq) GetRoomid() int64

func (*DanmuConfAddByTypeReq) GetType

func (m *DanmuConfAddByTypeReq) GetType() string

func (*DanmuConfAddByTypeReq) GetUid

func (m *DanmuConfAddByTypeReq) GetUid() int64

func (*DanmuConfAddByTypeReq) GetValue

func (m *DanmuConfAddByTypeReq) GetValue() int64

func (*DanmuConfAddByTypeReq) Marshal

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

func (*DanmuConfAddByTypeReq) MarshalTo

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

func (*DanmuConfAddByTypeReq) ProtoMessage

func (*DanmuConfAddByTypeReq) ProtoMessage()

func (*DanmuConfAddByTypeReq) Reset

func (m *DanmuConfAddByTypeReq) Reset()

func (*DanmuConfAddByTypeReq) Size

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

func (*DanmuConfAddByTypeReq) String

func (m *DanmuConfAddByTypeReq) String() string

func (*DanmuConfAddByTypeReq) Unmarshal

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

func (*DanmuConfAddByTypeReq) XXX_DiscardUnknown

func (m *DanmuConfAddByTypeReq) XXX_DiscardUnknown()

func (*DanmuConfAddByTypeReq) XXX_Marshal

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

func (*DanmuConfAddByTypeReq) XXX_Merge

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

func (*DanmuConfAddByTypeReq) XXX_Size

func (m *DanmuConfAddByTypeReq) XXX_Size() int

func (*DanmuConfAddByTypeReq) XXX_Unmarshal

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

type DanmuConfAddByTypeResp

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

func (*DanmuConfAddByTypeResp) Descriptor

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

func (*DanmuConfAddByTypeResp) GetCode

func (m *DanmuConfAddByTypeResp) GetCode() int64

func (*DanmuConfAddByTypeResp) GetData

func (*DanmuConfAddByTypeResp) GetMsg

func (m *DanmuConfAddByTypeResp) GetMsg() string

func (*DanmuConfAddByTypeResp) Marshal

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

func (*DanmuConfAddByTypeResp) MarshalTo

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

func (*DanmuConfAddByTypeResp) ProtoMessage

func (*DanmuConfAddByTypeResp) ProtoMessage()

func (*DanmuConfAddByTypeResp) Reset

func (m *DanmuConfAddByTypeResp) Reset()

func (*DanmuConfAddByTypeResp) Size

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

func (*DanmuConfAddByTypeResp) String

func (m *DanmuConfAddByTypeResp) String() string

func (*DanmuConfAddByTypeResp) Unmarshal

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

func (*DanmuConfAddByTypeResp) XXX_DiscardUnknown

func (m *DanmuConfAddByTypeResp) XXX_DiscardUnknown()

func (*DanmuConfAddByTypeResp) XXX_Marshal

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

func (*DanmuConfAddByTypeResp) XXX_Merge

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

func (*DanmuConfAddByTypeResp) XXX_Size

func (m *DanmuConfAddByTypeResp) XXX_Size() int

func (*DanmuConfAddByTypeResp) XXX_Unmarshal

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

type DanmuConfAddByTypeResp_Data

type DanmuConfAddByTypeResp_Data struct {
	// true:操作成功 false:操作失败
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result"`
}

func (*DanmuConfAddByTypeResp_Data) Descriptor

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

func (*DanmuConfAddByTypeResp_Data) GetResult

func (m *DanmuConfAddByTypeResp_Data) GetResult() bool

func (*DanmuConfAddByTypeResp_Data) Marshal

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

func (*DanmuConfAddByTypeResp_Data) MarshalTo

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

func (*DanmuConfAddByTypeResp_Data) ProtoMessage

func (*DanmuConfAddByTypeResp_Data) ProtoMessage()

func (*DanmuConfAddByTypeResp_Data) Reset

func (m *DanmuConfAddByTypeResp_Data) Reset()

func (*DanmuConfAddByTypeResp_Data) Size

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

func (*DanmuConfAddByTypeResp_Data) String

func (m *DanmuConfAddByTypeResp_Data) String() string

func (*DanmuConfAddByTypeResp_Data) Unmarshal

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

func (*DanmuConfAddByTypeResp_Data) XXX_DiscardUnknown

func (m *DanmuConfAddByTypeResp_Data) XXX_DiscardUnknown()

func (*DanmuConfAddByTypeResp_Data) XXX_Marshal

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

func (*DanmuConfAddByTypeResp_Data) XXX_Merge

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

func (*DanmuConfAddByTypeResp_Data) XXX_Size

func (m *DanmuConfAddByTypeResp_Data) XXX_Size() int

func (*DanmuConfAddByTypeResp_Data) XXX_Unmarshal

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

type DanmuConfGetAllPrivilegeReq

type DanmuConfGetAllPrivilegeReq struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
}

func (*DanmuConfGetAllPrivilegeReq) Descriptor

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

func (*DanmuConfGetAllPrivilegeReq) GetUid

func (m *DanmuConfGetAllPrivilegeReq) GetUid() int64

func (*DanmuConfGetAllPrivilegeReq) Marshal

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

func (*DanmuConfGetAllPrivilegeReq) MarshalTo

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

func (*DanmuConfGetAllPrivilegeReq) ProtoMessage

func (*DanmuConfGetAllPrivilegeReq) ProtoMessage()

func (*DanmuConfGetAllPrivilegeReq) Reset

func (m *DanmuConfGetAllPrivilegeReq) Reset()

func (*DanmuConfGetAllPrivilegeReq) Size

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

func (*DanmuConfGetAllPrivilegeReq) String

func (m *DanmuConfGetAllPrivilegeReq) String() string

func (*DanmuConfGetAllPrivilegeReq) Unmarshal

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

func (*DanmuConfGetAllPrivilegeReq) XXX_DiscardUnknown

func (m *DanmuConfGetAllPrivilegeReq) XXX_DiscardUnknown()

func (*DanmuConfGetAllPrivilegeReq) XXX_Marshal

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

func (*DanmuConfGetAllPrivilegeReq) XXX_Merge

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

func (*DanmuConfGetAllPrivilegeReq) XXX_Size

func (m *DanmuConfGetAllPrivilegeReq) XXX_Size() int

func (*DanmuConfGetAllPrivilegeReq) XXX_Unmarshal

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

type DanmuConfGetAllPrivilegeResp

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

func (*DanmuConfGetAllPrivilegeResp) Descriptor

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

func (*DanmuConfGetAllPrivilegeResp) GetCode

func (m *DanmuConfGetAllPrivilegeResp) GetCode() int64

func (*DanmuConfGetAllPrivilegeResp) GetData

func (*DanmuConfGetAllPrivilegeResp) GetMessage

func (m *DanmuConfGetAllPrivilegeResp) GetMessage() string

func (*DanmuConfGetAllPrivilegeResp) GetMsg

func (*DanmuConfGetAllPrivilegeResp) Marshal

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

func (*DanmuConfGetAllPrivilegeResp) MarshalTo

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

func (*DanmuConfGetAllPrivilegeResp) ProtoMessage

func (*DanmuConfGetAllPrivilegeResp) ProtoMessage()

func (*DanmuConfGetAllPrivilegeResp) Reset

func (m *DanmuConfGetAllPrivilegeResp) Reset()

func (*DanmuConfGetAllPrivilegeResp) Size

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

func (*DanmuConfGetAllPrivilegeResp) String

func (*DanmuConfGetAllPrivilegeResp) Unmarshal

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

func (*DanmuConfGetAllPrivilegeResp) XXX_DiscardUnknown

func (m *DanmuConfGetAllPrivilegeResp) XXX_DiscardUnknown()

func (*DanmuConfGetAllPrivilegeResp) XXX_Marshal

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

func (*DanmuConfGetAllPrivilegeResp) XXX_Merge

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

func (*DanmuConfGetAllPrivilegeResp) XXX_Size

func (m *DanmuConfGetAllPrivilegeResp) XXX_Size() int

func (*DanmuConfGetAllPrivilegeResp) XXX_Unmarshal

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

type DanmuConfGetAllPrivilegeResp_Data

type DanmuConfGetAllPrivilegeResp_Data struct {
	// UID
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
	// roomID
	Roomid string `protobuf:"bytes,2,opt,name=roomid,proto3" json:"roomid"`
	// 0:color,1:mode,2:length
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
	//
	Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value"`
	// 初始0,佩戴中1
	Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status"`
	//
	ExpiredAt string `protobuf:"bytes,6,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at"`
}

func (*DanmuConfGetAllPrivilegeResp_Data) Descriptor

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

func (*DanmuConfGetAllPrivilegeResp_Data) GetExpiredAt

func (m *DanmuConfGetAllPrivilegeResp_Data) GetExpiredAt() string

func (*DanmuConfGetAllPrivilegeResp_Data) GetRoomid

func (*DanmuConfGetAllPrivilegeResp_Data) GetStatus

func (*DanmuConfGetAllPrivilegeResp_Data) GetType

func (*DanmuConfGetAllPrivilegeResp_Data) GetUid

func (*DanmuConfGetAllPrivilegeResp_Data) GetValue

func (*DanmuConfGetAllPrivilegeResp_Data) Marshal

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

func (*DanmuConfGetAllPrivilegeResp_Data) MarshalTo

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

func (*DanmuConfGetAllPrivilegeResp_Data) ProtoMessage

func (*DanmuConfGetAllPrivilegeResp_Data) ProtoMessage()

func (*DanmuConfGetAllPrivilegeResp_Data) Reset

func (*DanmuConfGetAllPrivilegeResp_Data) Size

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

func (*DanmuConfGetAllPrivilegeResp_Data) String

func (*DanmuConfGetAllPrivilegeResp_Data) Unmarshal

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

func (*DanmuConfGetAllPrivilegeResp_Data) XXX_DiscardUnknown

func (m *DanmuConfGetAllPrivilegeResp_Data) XXX_DiscardUnknown()

func (*DanmuConfGetAllPrivilegeResp_Data) XXX_Marshal

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

func (*DanmuConfGetAllPrivilegeResp_Data) XXX_Merge

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

func (*DanmuConfGetAllPrivilegeResp_Data) XXX_Size

func (m *DanmuConfGetAllPrivilegeResp_Data) XXX_Size() int

func (*DanmuConfGetAllPrivilegeResp_Data) XXX_Unmarshal

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

type DanmuConfGetAllReq

type DanmuConfGetAllReq struct {
	// 房间号
	Roomid int64 `protobuf:"varint,1,opt,name=roomid,proto3" json:"roomid"`
	// 用户id(优先取登录态)
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
}

func (*DanmuConfGetAllReq) Descriptor

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

func (*DanmuConfGetAllReq) GetRoomid

func (m *DanmuConfGetAllReq) GetRoomid() int64

func (*DanmuConfGetAllReq) GetUid

func (m *DanmuConfGetAllReq) GetUid() int64

func (*DanmuConfGetAllReq) Marshal

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

func (*DanmuConfGetAllReq) MarshalTo

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

func (*DanmuConfGetAllReq) ProtoMessage

func (*DanmuConfGetAllReq) ProtoMessage()

func (*DanmuConfGetAllReq) Reset

func (m *DanmuConfGetAllReq) Reset()

func (*DanmuConfGetAllReq) Size

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

func (*DanmuConfGetAllReq) String

func (m *DanmuConfGetAllReq) String() string

func (*DanmuConfGetAllReq) Unmarshal

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

func (*DanmuConfGetAllReq) XXX_DiscardUnknown

func (m *DanmuConfGetAllReq) XXX_DiscardUnknown()

func (*DanmuConfGetAllReq) XXX_Marshal

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

func (*DanmuConfGetAllReq) XXX_Merge

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

func (*DanmuConfGetAllReq) XXX_Size

func (m *DanmuConfGetAllReq) XXX_Size() int

func (*DanmuConfGetAllReq) XXX_Unmarshal

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

type DanmuConfGetAllResp

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

func (*DanmuConfGetAllResp) Descriptor

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

func (*DanmuConfGetAllResp) GetCode

func (m *DanmuConfGetAllResp) GetCode() int64

func (*DanmuConfGetAllResp) GetData

func (*DanmuConfGetAllResp) GetMsg

func (m *DanmuConfGetAllResp) GetMsg() string

func (*DanmuConfGetAllResp) Marshal

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

func (*DanmuConfGetAllResp) MarshalTo

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

func (*DanmuConfGetAllResp) ProtoMessage

func (*DanmuConfGetAllResp) ProtoMessage()

func (*DanmuConfGetAllResp) Reset

func (m *DanmuConfGetAllResp) Reset()

func (*DanmuConfGetAllResp) Size

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

func (*DanmuConfGetAllResp) String

func (m *DanmuConfGetAllResp) String() string

func (*DanmuConfGetAllResp) Unmarshal

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

func (*DanmuConfGetAllResp) XXX_DiscardUnknown

func (m *DanmuConfGetAllResp) XXX_DiscardUnknown()

func (*DanmuConfGetAllResp) XXX_Marshal

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

func (*DanmuConfGetAllResp) XXX_Merge

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

func (*DanmuConfGetAllResp) XXX_Size

func (m *DanmuConfGetAllResp) XXX_Size() int

func (*DanmuConfGetAllResp) XXX_Unmarshal

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

type DanmuConfGetAllResp_Data

type DanmuConfGetAllResp_Data struct {
	// 模式
	Mode int64 `protobuf:"varint,1,opt,name=mode,proto3" json:"mode"`
	// 颜色
	Color int64 `protobuf:"varint,2,opt,name=color,proto3" json:"color"`
	// 长度
	Length int64 `protobuf:"varint,3,opt,name=length,proto3" json:"length"`
	// roomid
	Roomid int64 `protobuf:"varint,4,opt,name=roomid,proto3" json:"roomid"`
}

func (*DanmuConfGetAllResp_Data) Descriptor

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

func (*DanmuConfGetAllResp_Data) GetColor

func (m *DanmuConfGetAllResp_Data) GetColor() int64

func (*DanmuConfGetAllResp_Data) GetLength

func (m *DanmuConfGetAllResp_Data) GetLength() int64

func (*DanmuConfGetAllResp_Data) GetMode

func (m *DanmuConfGetAllResp_Data) GetMode() int64

func (*DanmuConfGetAllResp_Data) GetRoomid

func (m *DanmuConfGetAllResp_Data) GetRoomid() int64

func (*DanmuConfGetAllResp_Data) Marshal

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

func (*DanmuConfGetAllResp_Data) MarshalTo

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

func (*DanmuConfGetAllResp_Data) ProtoMessage

func (*DanmuConfGetAllResp_Data) ProtoMessage()

func (*DanmuConfGetAllResp_Data) Reset

func (m *DanmuConfGetAllResp_Data) Reset()

func (*DanmuConfGetAllResp_Data) Size

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

func (*DanmuConfGetAllResp_Data) String

func (m *DanmuConfGetAllResp_Data) String() string

func (*DanmuConfGetAllResp_Data) Unmarshal

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

func (*DanmuConfGetAllResp_Data) XXX_DiscardUnknown

func (m *DanmuConfGetAllResp_Data) XXX_DiscardUnknown()

func (*DanmuConfGetAllResp_Data) XXX_Marshal

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

func (*DanmuConfGetAllResp_Data) XXX_Merge

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

func (*DanmuConfGetAllResp_Data) XXX_Size

func (m *DanmuConfGetAllResp_Data) XXX_Size() int

func (*DanmuConfGetAllResp_Data) XXX_Unmarshal

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

type DanmuConfRPCClient

type DanmuConfRPCClient interface {
	// * 获取个人弹幕配置
	//
	GetAll(ctx context.Context, req *DanmuConfGetAllReq, opts ...liverpc.CallOption) (resp *DanmuConfGetAllResp, err error)

	// * 添加用户可佩戴的的弹幕配置特权
	//
	AddByType(ctx context.Context, req *DanmuConfAddByTypeReq, opts ...liverpc.CallOption) (resp *DanmuConfAddByTypeResp, err error)

	// * 获取所有弹幕特权
	//
	GetAllPrivilege(ctx context.Context, req *DanmuConfGetAllPrivilegeReq, opts ...liverpc.CallOption) (resp *DanmuConfGetAllPrivilegeResp, err error)
}

func NewDanmuConfRPCClient

func NewDanmuConfRPCClient(client *liverpc.Client) DanmuConfRPCClient

NewDanmuConfRPCClient creates a client that implements the DanmuConfRPCClient interface.

type GrayRuleGetByMarkReq

type GrayRuleGetByMarkReq struct {
	//
	Mark string `protobuf:"bytes,1,opt,name=mark,proto3" json:"mark"`
}

func (*GrayRuleGetByMarkReq) Descriptor

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

func (*GrayRuleGetByMarkReq) GetMark

func (m *GrayRuleGetByMarkReq) GetMark() string

func (*GrayRuleGetByMarkReq) Marshal

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

func (*GrayRuleGetByMarkReq) MarshalTo

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

func (*GrayRuleGetByMarkReq) ProtoMessage

func (*GrayRuleGetByMarkReq) ProtoMessage()

func (*GrayRuleGetByMarkReq) Reset

func (m *GrayRuleGetByMarkReq) Reset()

func (*GrayRuleGetByMarkReq) Size

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

func (*GrayRuleGetByMarkReq) String

func (m *GrayRuleGetByMarkReq) String() string

func (*GrayRuleGetByMarkReq) Unmarshal

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

func (*GrayRuleGetByMarkReq) XXX_DiscardUnknown

func (m *GrayRuleGetByMarkReq) XXX_DiscardUnknown()

func (*GrayRuleGetByMarkReq) XXX_Marshal

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

func (*GrayRuleGetByMarkReq) XXX_Merge

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

func (*GrayRuleGetByMarkReq) XXX_Size

func (m *GrayRuleGetByMarkReq) XXX_Size() int

func (*GrayRuleGetByMarkReq) XXX_Unmarshal

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

type GrayRuleGetByMarkResp

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

func (*GrayRuleGetByMarkResp) Descriptor

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

func (*GrayRuleGetByMarkResp) GetCode

func (m *GrayRuleGetByMarkResp) GetCode() int64

func (*GrayRuleGetByMarkResp) GetData

func (*GrayRuleGetByMarkResp) GetMsg

func (m *GrayRuleGetByMarkResp) GetMsg() string

func (*GrayRuleGetByMarkResp) Marshal

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

func (*GrayRuleGetByMarkResp) MarshalTo

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

func (*GrayRuleGetByMarkResp) ProtoMessage

func (*GrayRuleGetByMarkResp) ProtoMessage()

func (*GrayRuleGetByMarkResp) Reset

func (m *GrayRuleGetByMarkResp) Reset()

func (*GrayRuleGetByMarkResp) Size

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

func (*GrayRuleGetByMarkResp) String

func (m *GrayRuleGetByMarkResp) String() string

func (*GrayRuleGetByMarkResp) Unmarshal

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

func (*GrayRuleGetByMarkResp) XXX_DiscardUnknown

func (m *GrayRuleGetByMarkResp) XXX_DiscardUnknown()

func (*GrayRuleGetByMarkResp) XXX_Marshal

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

func (*GrayRuleGetByMarkResp) XXX_Merge

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

func (*GrayRuleGetByMarkResp) XXX_Size

func (m *GrayRuleGetByMarkResp) XXX_Size() int

func (*GrayRuleGetByMarkResp) XXX_Unmarshal

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

type GrayRuleGetByMarkResp_Data

type GrayRuleGetByMarkResp_Data struct {
	//
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	//
	Mark string `protobuf:"bytes,2,opt,name=mark,proto3" json:"mark"`
	//
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	//
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
}

func (*GrayRuleGetByMarkResp_Data) Descriptor

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

func (*GrayRuleGetByMarkResp_Data) GetContent

func (m *GrayRuleGetByMarkResp_Data) GetContent() string

func (*GrayRuleGetByMarkResp_Data) GetId

func (m *GrayRuleGetByMarkResp_Data) GetId() int64

func (*GrayRuleGetByMarkResp_Data) GetMark

func (m *GrayRuleGetByMarkResp_Data) GetMark() string

func (*GrayRuleGetByMarkResp_Data) GetName

func (m *GrayRuleGetByMarkResp_Data) GetName() string

func (*GrayRuleGetByMarkResp_Data) Marshal

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

func (*GrayRuleGetByMarkResp_Data) MarshalTo

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

func (*GrayRuleGetByMarkResp_Data) ProtoMessage

func (*GrayRuleGetByMarkResp_Data) ProtoMessage()

func (*GrayRuleGetByMarkResp_Data) Reset

func (m *GrayRuleGetByMarkResp_Data) Reset()

func (*GrayRuleGetByMarkResp_Data) Size

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

func (*GrayRuleGetByMarkResp_Data) String

func (m *GrayRuleGetByMarkResp_Data) String() string

func (*GrayRuleGetByMarkResp_Data) Unmarshal

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

func (*GrayRuleGetByMarkResp_Data) XXX_DiscardUnknown

func (m *GrayRuleGetByMarkResp_Data) XXX_DiscardUnknown()

func (*GrayRuleGetByMarkResp_Data) XXX_Marshal

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

func (*GrayRuleGetByMarkResp_Data) XXX_Merge

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

func (*GrayRuleGetByMarkResp_Data) XXX_Size

func (m *GrayRuleGetByMarkResp_Data) XXX_Size() int

func (*GrayRuleGetByMarkResp_Data) XXX_Unmarshal

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

type GrayRuleRPCClient

type GrayRuleRPCClient interface {
	// * 获取灰度策略配置
	//
	GetByMark(ctx context.Context, req *GrayRuleGetByMarkReq, opts ...liverpc.CallOption) (resp *GrayRuleGetByMarkResp, err error)
}

func NewGrayRuleRPCClient

func NewGrayRuleRPCClient(client *liverpc.Client) GrayRuleRPCClient

NewGrayRuleRPCClient creates a client that implements the GrayRuleRPCClient interface.

type RemindGetReq

type RemindGetReq struct {
	// 事件类型
	Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type"`
	// 事件 id
	EventId string `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id"`
}

func (*RemindGetReq) Descriptor

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

func (*RemindGetReq) GetEventId

func (m *RemindGetReq) GetEventId() string

func (*RemindGetReq) GetType

func (m *RemindGetReq) GetType() int64

func (*RemindGetReq) Marshal

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

func (*RemindGetReq) MarshalTo

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

func (*RemindGetReq) ProtoMessage

func (*RemindGetReq) ProtoMessage()

func (*RemindGetReq) Reset

func (m *RemindGetReq) Reset()

func (*RemindGetReq) Size

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

func (*RemindGetReq) String

func (m *RemindGetReq) String() string

func (*RemindGetReq) Unmarshal

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

func (*RemindGetReq) XXX_DiscardUnknown

func (m *RemindGetReq) XXX_DiscardUnknown()

func (*RemindGetReq) XXX_Marshal

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

func (*RemindGetReq) XXX_Merge

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

func (*RemindGetReq) XXX_Size

func (m *RemindGetReq) XXX_Size() int

func (*RemindGetReq) XXX_Unmarshal

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

type RemindGetResp

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

func (*RemindGetResp) Descriptor

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

func (*RemindGetResp) GetCode

func (m *RemindGetResp) GetCode() int64

func (*RemindGetResp) GetData

func (m *RemindGetResp) GetData() *RemindGetResp_Data

func (*RemindGetResp) GetMsg

func (m *RemindGetResp) GetMsg() string

func (*RemindGetResp) Marshal

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

func (*RemindGetResp) MarshalTo

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

func (*RemindGetResp) ProtoMessage

func (*RemindGetResp) ProtoMessage()

func (*RemindGetResp) Reset

func (m *RemindGetResp) Reset()

func (*RemindGetResp) Size

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

func (*RemindGetResp) String

func (m *RemindGetResp) String() string

func (*RemindGetResp) Unmarshal

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

func (*RemindGetResp) XXX_DiscardUnknown

func (m *RemindGetResp) XXX_DiscardUnknown()

func (*RemindGetResp) XXX_Marshal

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

func (*RemindGetResp) XXX_Merge

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

func (*RemindGetResp) XXX_Size

func (m *RemindGetResp) XXX_Size() int

func (*RemindGetResp) XXX_Unmarshal

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

type RemindGetResp_Data

type RemindGetResp_Data struct {
	//
	List []*RemindGetResp_List `protobuf:"bytes,1,rep,name=list" json:"list"`
}

func (*RemindGetResp_Data) Descriptor

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

func (*RemindGetResp_Data) GetList

func (m *RemindGetResp_Data) GetList() []*RemindGetResp_List

func (*RemindGetResp_Data) Marshal

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

func (*RemindGetResp_Data) MarshalTo

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

func (*RemindGetResp_Data) ProtoMessage

func (*RemindGetResp_Data) ProtoMessage()

func (*RemindGetResp_Data) Reset

func (m *RemindGetResp_Data) Reset()

func (*RemindGetResp_Data) Size

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

func (*RemindGetResp_Data) String

func (m *RemindGetResp_Data) String() string

func (*RemindGetResp_Data) Unmarshal

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

func (*RemindGetResp_Data) XXX_DiscardUnknown

func (m *RemindGetResp_Data) XXX_DiscardUnknown()

func (*RemindGetResp_Data) XXX_Marshal

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

func (*RemindGetResp_Data) XXX_Merge

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

func (*RemindGetResp_Data) XXX_Size

func (m *RemindGetResp_Data) XXX_Size() int

func (*RemindGetResp_Data) XXX_Unmarshal

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

type RemindGetResp_List

type RemindGetResp_List struct {
	// 事件类型
	Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type"`
	// 活动 ID
	EventId int64 `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3" json:"event_id"`
	// 1.已经预约 2.没有预约
	Status int64 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
	// 预约的时间
	Date string `protobuf:"bytes,4,opt,name=date,proto3" json:"date"`
}

func (*RemindGetResp_List) Descriptor

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

func (*RemindGetResp_List) GetDate

func (m *RemindGetResp_List) GetDate() string

func (*RemindGetResp_List) GetEventId

func (m *RemindGetResp_List) GetEventId() int64

func (*RemindGetResp_List) GetStatus

func (m *RemindGetResp_List) GetStatus() int64

func (*RemindGetResp_List) GetType

func (m *RemindGetResp_List) GetType() int64

func (*RemindGetResp_List) Marshal

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

func (*RemindGetResp_List) MarshalTo

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

func (*RemindGetResp_List) ProtoMessage

func (*RemindGetResp_List) ProtoMessage()

func (*RemindGetResp_List) Reset

func (m *RemindGetResp_List) Reset()

func (*RemindGetResp_List) Size

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

func (*RemindGetResp_List) String

func (m *RemindGetResp_List) String() string

func (*RemindGetResp_List) Unmarshal

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

func (*RemindGetResp_List) XXX_DiscardUnknown

func (m *RemindGetResp_List) XXX_DiscardUnknown()

func (*RemindGetResp_List) XXX_Marshal

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

func (*RemindGetResp_List) XXX_Merge

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

func (*RemindGetResp_List) XXX_Size

func (m *RemindGetResp_List) XXX_Size() int

func (*RemindGetResp_List) XXX_Unmarshal

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

type RemindOperateReq

type RemindOperateReq struct {
	// 活动 id
	Aid int64 `protobuf:"varint,1,opt,name=aid,proto3" json:"aid"`
	// 0.取消 1.预约
	Action int64 `protobuf:"varint,2,opt,name=action,proto3" json:"action"`
}

func (*RemindOperateReq) Descriptor

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

func (*RemindOperateReq) GetAction

func (m *RemindOperateReq) GetAction() int64

func (*RemindOperateReq) GetAid

func (m *RemindOperateReq) GetAid() int64

func (*RemindOperateReq) Marshal

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

func (*RemindOperateReq) MarshalTo

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

func (*RemindOperateReq) ProtoMessage

func (*RemindOperateReq) ProtoMessage()

func (*RemindOperateReq) Reset

func (m *RemindOperateReq) Reset()

func (*RemindOperateReq) Size

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

func (*RemindOperateReq) String

func (m *RemindOperateReq) String() string

func (*RemindOperateReq) Unmarshal

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

func (*RemindOperateReq) XXX_DiscardUnknown

func (m *RemindOperateReq) XXX_DiscardUnknown()

func (*RemindOperateReq) XXX_Marshal

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

func (*RemindOperateReq) XXX_Merge

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

func (*RemindOperateReq) XXX_Size

func (m *RemindOperateReq) XXX_Size() int

func (*RemindOperateReq) XXX_Unmarshal

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

type RemindOperateResp

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

func (*RemindOperateResp) Descriptor

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

func (*RemindOperateResp) GetCode

func (m *RemindOperateResp) GetCode() int64

func (*RemindOperateResp) GetData

func (*RemindOperateResp) GetMsg

func (m *RemindOperateResp) GetMsg() string

func (*RemindOperateResp) Marshal

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

func (*RemindOperateResp) MarshalTo

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

func (*RemindOperateResp) ProtoMessage

func (*RemindOperateResp) ProtoMessage()

func (*RemindOperateResp) Reset

func (m *RemindOperateResp) Reset()

func (*RemindOperateResp) Size

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

func (*RemindOperateResp) String

func (m *RemindOperateResp) String() string

func (*RemindOperateResp) Unmarshal

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

func (*RemindOperateResp) XXX_DiscardUnknown

func (m *RemindOperateResp) XXX_DiscardUnknown()

func (*RemindOperateResp) XXX_Marshal

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

func (*RemindOperateResp) XXX_Merge

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

func (*RemindOperateResp) XXX_Size

func (m *RemindOperateResp) XXX_Size() int

func (*RemindOperateResp) XXX_Unmarshal

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

type RemindOperateResp_Data

type RemindOperateResp_Data struct {
}

func (*RemindOperateResp_Data) Descriptor

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

func (*RemindOperateResp_Data) Marshal

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

func (*RemindOperateResp_Data) MarshalTo

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

func (*RemindOperateResp_Data) ProtoMessage

func (*RemindOperateResp_Data) ProtoMessage()

func (*RemindOperateResp_Data) Reset

func (m *RemindOperateResp_Data) Reset()

func (*RemindOperateResp_Data) Size

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

func (*RemindOperateResp_Data) String

func (m *RemindOperateResp_Data) String() string

func (*RemindOperateResp_Data) Unmarshal

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

func (*RemindOperateResp_Data) XXX_DiscardUnknown

func (m *RemindOperateResp_Data) XXX_DiscardUnknown()

func (*RemindOperateResp_Data) XXX_Marshal

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

func (*RemindOperateResp_Data) XXX_Merge

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

func (*RemindOperateResp_Data) XXX_Size

func (m *RemindOperateResp_Data) XXX_Size() int

func (*RemindOperateResp_Data) XXX_Unmarshal

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

type RemindQueryReq

type RemindQueryReq struct {
	// 活动 id
	Aid int64 `protobuf:"varint,1,opt,name=aid,proto3" json:"aid"`
}

func (*RemindQueryReq) Descriptor

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

func (*RemindQueryReq) GetAid

func (m *RemindQueryReq) GetAid() int64

func (*RemindQueryReq) Marshal

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

func (*RemindQueryReq) MarshalTo

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

func (*RemindQueryReq) ProtoMessage

func (*RemindQueryReq) ProtoMessage()

func (*RemindQueryReq) Reset

func (m *RemindQueryReq) Reset()

func (*RemindQueryReq) Size

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

func (*RemindQueryReq) String

func (m *RemindQueryReq) String() string

func (*RemindQueryReq) Unmarshal

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

func (*RemindQueryReq) XXX_DiscardUnknown

func (m *RemindQueryReq) XXX_DiscardUnknown()

func (*RemindQueryReq) XXX_Marshal

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

func (*RemindQueryReq) XXX_Merge

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

func (*RemindQueryReq) XXX_Size

func (m *RemindQueryReq) XXX_Size() int

func (*RemindQueryReq) XXX_Unmarshal

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

type RemindQueryResp

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

func (*RemindQueryResp) Descriptor

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

func (*RemindQueryResp) GetCode

func (m *RemindQueryResp) GetCode() int64

func (*RemindQueryResp) GetData

func (m *RemindQueryResp) GetData() *RemindQueryResp_Data

func (*RemindQueryResp) GetMsg

func (m *RemindQueryResp) GetMsg() string

func (*RemindQueryResp) Marshal

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

func (*RemindQueryResp) MarshalTo

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

func (*RemindQueryResp) ProtoMessage

func (*RemindQueryResp) ProtoMessage()

func (*RemindQueryResp) Reset

func (m *RemindQueryResp) Reset()

func (*RemindQueryResp) Size

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

func (*RemindQueryResp) String

func (m *RemindQueryResp) String() string

func (*RemindQueryResp) Unmarshal

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

func (*RemindQueryResp) XXX_DiscardUnknown

func (m *RemindQueryResp) XXX_DiscardUnknown()

func (*RemindQueryResp) XXX_Marshal

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

func (*RemindQueryResp) XXX_Merge

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

func (*RemindQueryResp) XXX_Size

func (m *RemindQueryResp) XXX_Size() int

func (*RemindQueryResp) XXX_Unmarshal

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

type RemindQueryResp_Data

type RemindQueryResp_Data struct {
	// 活动 ID
	Aid int64 `protobuf:"varint,1,opt,name=aid,proto3" json:"aid"`
	// 1.已经预约 2.没有预约
	Status int64 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
}

func (*RemindQueryResp_Data) Descriptor

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

func (*RemindQueryResp_Data) GetAid

func (m *RemindQueryResp_Data) GetAid() int64

func (*RemindQueryResp_Data) GetStatus

func (m *RemindQueryResp_Data) GetStatus() int64

func (*RemindQueryResp_Data) Marshal

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

func (*RemindQueryResp_Data) MarshalTo

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

func (*RemindQueryResp_Data) ProtoMessage

func (*RemindQueryResp_Data) ProtoMessage()

func (*RemindQueryResp_Data) Reset

func (m *RemindQueryResp_Data) Reset()

func (*RemindQueryResp_Data) Size

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

func (*RemindQueryResp_Data) String

func (m *RemindQueryResp_Data) String() string

func (*RemindQueryResp_Data) Unmarshal

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

func (*RemindQueryResp_Data) XXX_DiscardUnknown

func (m *RemindQueryResp_Data) XXX_DiscardUnknown()

func (*RemindQueryResp_Data) XXX_Marshal

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

func (*RemindQueryResp_Data) XXX_Merge

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

func (*RemindQueryResp_Data) XXX_Size

func (m *RemindQueryResp_Data) XXX_Size() int

func (*RemindQueryResp_Data) XXX_Unmarshal

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

type RemindRPCClient

type RemindRPCClient interface {
	// * 预约、取消提醒
	//
	Operate(ctx context.Context, req *RemindOperateReq, opts ...liverpc.CallOption) (resp *RemindOperateResp, err error)

	// * 查询预约状态
	//
	Query(ctx context.Context, req *RemindQueryReq, opts ...liverpc.CallOption) (resp *RemindQueryResp, err error)

	// * 预约、取消提醒
	//
	Submit(ctx context.Context, req *RemindSubmitReq, opts ...liverpc.CallOption) (resp *RemindSubmitResp, err error)

	// * 查询预约状态
	//
	Get(ctx context.Context, req *RemindGetReq, opts ...liverpc.CallOption) (resp *RemindGetResp, err error)
}

func NewRemindRPCClient

func NewRemindRPCClient(client *liverpc.Client) RemindRPCClient

NewRemindRPCClient creates a client that implements the RemindRPCClient interface.

type RemindSubmitReq

type RemindSubmitReq struct {
	// 事件类型
	Type int64 `protobuf:"varint,1,opt,name=type,proto3" json:"type"`
	// 事件 id (多个用逗号拼接)
	EventId string `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id"`
	// 提交来源
	Source int64 `protobuf:"varint,3,opt,name=source,proto3" json:"source"`
	// 1.预约 2.取消预约
	Action int64 `protobuf:"varint,4,opt,name=action,proto3" json:"action"`
}

func (*RemindSubmitReq) Descriptor

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

func (*RemindSubmitReq) GetAction

func (m *RemindSubmitReq) GetAction() int64

func (*RemindSubmitReq) GetEventId

func (m *RemindSubmitReq) GetEventId() string

func (*RemindSubmitReq) GetSource

func (m *RemindSubmitReq) GetSource() int64

func (*RemindSubmitReq) GetType

func (m *RemindSubmitReq) GetType() int64

func (*RemindSubmitReq) Marshal

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

func (*RemindSubmitReq) MarshalTo

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

func (*RemindSubmitReq) ProtoMessage

func (*RemindSubmitReq) ProtoMessage()

func (*RemindSubmitReq) Reset

func (m *RemindSubmitReq) Reset()

func (*RemindSubmitReq) Size

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

func (*RemindSubmitReq) String

func (m *RemindSubmitReq) String() string

func (*RemindSubmitReq) Unmarshal

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

func (*RemindSubmitReq) XXX_DiscardUnknown

func (m *RemindSubmitReq) XXX_DiscardUnknown()

func (*RemindSubmitReq) XXX_Marshal

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

func (*RemindSubmitReq) XXX_Merge

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

func (*RemindSubmitReq) XXX_Size

func (m *RemindSubmitReq) XXX_Size() int

func (*RemindSubmitReq) XXX_Unmarshal

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

type RemindSubmitResp

type RemindSubmitResp struct {
	// code
	Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
	// msg (预约成功,已过期,未开始)
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	//
	Data *RemindSubmitResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*RemindSubmitResp) Descriptor

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

func (*RemindSubmitResp) GetCode

func (m *RemindSubmitResp) GetCode() int64

func (*RemindSubmitResp) GetData

func (*RemindSubmitResp) GetMsg

func (m *RemindSubmitResp) GetMsg() string

func (*RemindSubmitResp) Marshal

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

func (*RemindSubmitResp) MarshalTo

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

func (*RemindSubmitResp) ProtoMessage

func (*RemindSubmitResp) ProtoMessage()

func (*RemindSubmitResp) Reset

func (m *RemindSubmitResp) Reset()

func (*RemindSubmitResp) Size

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

func (*RemindSubmitResp) String

func (m *RemindSubmitResp) String() string

func (*RemindSubmitResp) Unmarshal

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

func (*RemindSubmitResp) XXX_DiscardUnknown

func (m *RemindSubmitResp) XXX_DiscardUnknown()

func (*RemindSubmitResp) XXX_Marshal

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

func (*RemindSubmitResp) XXX_Merge

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

func (*RemindSubmitResp) XXX_Size

func (m *RemindSubmitResp) XXX_Size() int

func (*RemindSubmitResp) XXX_Unmarshal

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

type RemindSubmitResp_Data

type RemindSubmitResp_Data struct {
}

func (*RemindSubmitResp_Data) Descriptor

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

func (*RemindSubmitResp_Data) Marshal

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

func (*RemindSubmitResp_Data) MarshalTo

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

func (*RemindSubmitResp_Data) ProtoMessage

func (*RemindSubmitResp_Data) ProtoMessage()

func (*RemindSubmitResp_Data) Reset

func (m *RemindSubmitResp_Data) Reset()

func (*RemindSubmitResp_Data) Size

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

func (*RemindSubmitResp_Data) String

func (m *RemindSubmitResp_Data) String() string

func (*RemindSubmitResp_Data) Unmarshal

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

func (*RemindSubmitResp_Data) XXX_DiscardUnknown

func (m *RemindSubmitResp_Data) XXX_DiscardUnknown()

func (*RemindSubmitResp_Data) XXX_Marshal

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

func (*RemindSubmitResp_Data) XXX_Merge

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

func (*RemindSubmitResp_Data) XXX_Size

func (m *RemindSubmitResp_Data) XXX_Size() int

func (*RemindSubmitResp_Data) XXX_Unmarshal

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

type TagRPCClient

type TagRPCClient interface {
	// * 查询预约状态
	//
	Test(ctx context.Context, req *TagTestReq, opts ...liverpc.CallOption) (resp *TagTestResp, err error)
}

func NewTagRPCClient

func NewTagRPCClient(client *liverpc.Client) TagRPCClient

NewTagRPCClient creates a client that implements the TagRPCClient interface.

type TagTestReq

type TagTestReq struct {
	// 活动 id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
}

func (*TagTestReq) Descriptor

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

func (*TagTestReq) GetId

func (m *TagTestReq) GetId() int64

func (*TagTestReq) Marshal

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

func (*TagTestReq) MarshalTo

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

func (*TagTestReq) ProtoMessage

func (*TagTestReq) ProtoMessage()

func (*TagTestReq) Reset

func (m *TagTestReq) Reset()

func (*TagTestReq) Size

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

func (*TagTestReq) String

func (m *TagTestReq) String() string

func (*TagTestReq) Unmarshal

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

func (*TagTestReq) XXX_DiscardUnknown

func (m *TagTestReq) XXX_DiscardUnknown()

func (*TagTestReq) XXX_Marshal

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

func (*TagTestReq) XXX_Merge

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

func (*TagTestReq) XXX_Size

func (m *TagTestReq) XXX_Size() int

func (*TagTestReq) XXX_Unmarshal

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

type TagTestResp

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

func (*TagTestResp) Descriptor

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

func (*TagTestResp) GetCode

func (m *TagTestResp) GetCode() int64

func (*TagTestResp) GetData

func (m *TagTestResp) GetData() *TagTestResp_Data

func (*TagTestResp) GetMsg

func (m *TagTestResp) GetMsg() string

func (*TagTestResp) Marshal

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

func (*TagTestResp) MarshalTo

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

func (*TagTestResp) ProtoMessage

func (*TagTestResp) ProtoMessage()

func (*TagTestResp) Reset

func (m *TagTestResp) Reset()

func (*TagTestResp) Size

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

func (*TagTestResp) String

func (m *TagTestResp) String() string

func (*TagTestResp) Unmarshal

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

func (*TagTestResp) XXX_DiscardUnknown

func (m *TagTestResp) XXX_DiscardUnknown()

func (*TagTestResp) XXX_Marshal

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

func (*TagTestResp) XXX_Merge

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

func (*TagTestResp) XXX_Size

func (m *TagTestResp) XXX_Size() int

func (*TagTestResp) XXX_Unmarshal

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

type TagTestResp_Data

type TagTestResp_Data struct {
	// 活动 ID
	Aid int64 `protobuf:"varint,1,opt,name=aid,proto3" json:"aid"`
	// 1.已经预约 2.没有预约
	Action int64 `protobuf:"varint,2,opt,name=action,proto3" json:"action"`
}

func (*TagTestResp_Data) Descriptor

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

func (*TagTestResp_Data) GetAction

func (m *TagTestResp_Data) GetAction() int64

func (*TagTestResp_Data) GetAid

func (m *TagTestResp_Data) GetAid() int64

func (*TagTestResp_Data) Marshal

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

func (*TagTestResp_Data) MarshalTo

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

func (*TagTestResp_Data) ProtoMessage

func (*TagTestResp_Data) ProtoMessage()

func (*TagTestResp_Data) Reset

func (m *TagTestResp_Data) Reset()

func (*TagTestResp_Data) Size

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

func (*TagTestResp_Data) String

func (m *TagTestResp_Data) String() string

func (*TagTestResp_Data) Unmarshal

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

func (*TagTestResp_Data) XXX_DiscardUnknown

func (m *TagTestResp_Data) XXX_DiscardUnknown()

func (*TagTestResp_Data) XXX_Marshal

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

func (*TagTestResp_Data) XXX_Merge

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

func (*TagTestResp_Data) XXX_Size

func (m *TagTestResp_Data) XXX_Size() int

func (*TagTestResp_Data) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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