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/Guard.proto
v1/Note.proto
v1/RoomAdmin.proto
v1/UserSetting.proto

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthGuard = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGuard   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthNote = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNote   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthRoomAdmin = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRoomAdmin   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthUserSetting = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUserSetting   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type Guard

type Guard interface {
	// * 根据uid获取大航海信息
	//
	GetByUidTargetId(context.Context, *GuardGetByUidTargetIdReq) (*GuardGetByUidTargetIdResp, error)

	// * 根据uid获取大航海信息
	//
	GetByUid(context.Context, *GuardGetByUidReq) (*GuardGetByUidResp, error)
}

func NewGuardRpcClient

func NewGuardRpcClient(client *liverpc.Client) Guard

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

type GuardGetByUidReq

type GuardGetByUidReq struct {
	// uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 是否包含过期的守护,默认包含
	IncExpire int64 `protobuf:"varint,2,opt,name=inc_expire,json=incExpire,proto3" json:"inc_expire"`
	// 是否只返回等级最高的一条,默认0
	IsLimitOne int64 `protobuf:"varint,3,opt,name=is_limit_one,json=isLimitOne,proto3" json:"is_limit_one"`
}

func (*GuardGetByUidReq) Descriptor

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

func (*GuardGetByUidReq) GetIncExpire

func (m *GuardGetByUidReq) GetIncExpire() int64

func (*GuardGetByUidReq) GetIsLimitOne

func (m *GuardGetByUidReq) GetIsLimitOne() int64

func (*GuardGetByUidReq) GetUid

func (m *GuardGetByUidReq) GetUid() int64

func (*GuardGetByUidReq) Marshal

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

func (*GuardGetByUidReq) MarshalTo

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

func (*GuardGetByUidReq) ProtoMessage

func (*GuardGetByUidReq) ProtoMessage()

func (*GuardGetByUidReq) Reset

func (m *GuardGetByUidReq) Reset()

func (*GuardGetByUidReq) Size

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

func (*GuardGetByUidReq) String

func (m *GuardGetByUidReq) String() string

func (*GuardGetByUidReq) Unmarshal

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

func (*GuardGetByUidReq) XXX_DiscardUnknown

func (m *GuardGetByUidReq) XXX_DiscardUnknown()

func (*GuardGetByUidReq) XXX_Marshal

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

func (*GuardGetByUidReq) XXX_Merge

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

func (*GuardGetByUidReq) XXX_Size

func (m *GuardGetByUidReq) XXX_Size() int

func (*GuardGetByUidReq) XXX_Unmarshal

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

type GuardGetByUidResp

type GuardGetByUidResp 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 []*GuardGetByUidResp_Data `protobuf:"bytes,4,rep,name=data" json:"data"`
}

func (*GuardGetByUidResp) Descriptor

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

func (*GuardGetByUidResp) GetCode

func (m *GuardGetByUidResp) GetCode() int64

func (*GuardGetByUidResp) GetData

func (m *GuardGetByUidResp) GetData() []*GuardGetByUidResp_Data

func (*GuardGetByUidResp) GetMessage

func (m *GuardGetByUidResp) GetMessage() string

func (*GuardGetByUidResp) GetMsg

func (m *GuardGetByUidResp) GetMsg() string

func (*GuardGetByUidResp) Marshal

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

func (*GuardGetByUidResp) MarshalTo

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

func (*GuardGetByUidResp) ProtoMessage

func (*GuardGetByUidResp) ProtoMessage()

func (*GuardGetByUidResp) Reset

func (m *GuardGetByUidResp) Reset()

func (*GuardGetByUidResp) Size

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

func (*GuardGetByUidResp) String

func (m *GuardGetByUidResp) String() string

func (*GuardGetByUidResp) Unmarshal

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

func (*GuardGetByUidResp) XXX_DiscardUnknown

func (m *GuardGetByUidResp) XXX_DiscardUnknown()

func (*GuardGetByUidResp) XXX_Marshal

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

func (*GuardGetByUidResp) XXX_Merge

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

func (*GuardGetByUidResp) XXX_Size

func (m *GuardGetByUidResp) XXX_Size() int

func (*GuardGetByUidResp) XXX_Unmarshal

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

type GuardGetByUidResp_Data

type GuardGetByUidResp_Data struct {
	//
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	//
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// up主id
	TargetId int64 `protobuf:"varint,3,opt,name=target_id,json=targetId,proto3" json:"target_id"`
	// 1:总督,2:提督,3:舰长
	PrivilegeType int64 `protobuf:"varint,4,opt,name=privilege_type,json=privilegeType,proto3" json:"privilege_type"`
	// 开始时间
	StartTime string `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time"`
	// 过期时间
	ExpiredTime string `protobuf:"bytes,6,opt,name=expired_time,json=expiredTime,proto3" json:"expired_time"`
	// 创建时间
	Ctime string `protobuf:"bytes,7,opt,name=ctime,proto3" json:"ctime"`
	// 修改时间
	Utime string `protobuf:"bytes,8,opt,name=utime,proto3" json:"utime"`
}

func (*GuardGetByUidResp_Data) Descriptor

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

func (*GuardGetByUidResp_Data) GetCtime

func (m *GuardGetByUidResp_Data) GetCtime() string

func (*GuardGetByUidResp_Data) GetExpiredTime

func (m *GuardGetByUidResp_Data) GetExpiredTime() string

func (*GuardGetByUidResp_Data) GetId

func (m *GuardGetByUidResp_Data) GetId() int64

func (*GuardGetByUidResp_Data) GetPrivilegeType

func (m *GuardGetByUidResp_Data) GetPrivilegeType() int64

func (*GuardGetByUidResp_Data) GetStartTime

func (m *GuardGetByUidResp_Data) GetStartTime() string

func (*GuardGetByUidResp_Data) GetTargetId

func (m *GuardGetByUidResp_Data) GetTargetId() int64

func (*GuardGetByUidResp_Data) GetUid

func (m *GuardGetByUidResp_Data) GetUid() int64

func (*GuardGetByUidResp_Data) GetUtime

func (m *GuardGetByUidResp_Data) GetUtime() string

func (*GuardGetByUidResp_Data) Marshal

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

func (*GuardGetByUidResp_Data) MarshalTo

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

func (*GuardGetByUidResp_Data) ProtoMessage

func (*GuardGetByUidResp_Data) ProtoMessage()

func (*GuardGetByUidResp_Data) Reset

func (m *GuardGetByUidResp_Data) Reset()

func (*GuardGetByUidResp_Data) Size

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

func (*GuardGetByUidResp_Data) String

func (m *GuardGetByUidResp_Data) String() string

func (*GuardGetByUidResp_Data) Unmarshal

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

func (*GuardGetByUidResp_Data) XXX_DiscardUnknown

func (m *GuardGetByUidResp_Data) XXX_DiscardUnknown()

func (*GuardGetByUidResp_Data) XXX_Marshal

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

func (*GuardGetByUidResp_Data) XXX_Merge

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

func (*GuardGetByUidResp_Data) XXX_Size

func (m *GuardGetByUidResp_Data) XXX_Size() int

func (*GuardGetByUidResp_Data) XXX_Unmarshal

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

type GuardGetByUidTargetIdReq

type GuardGetByUidTargetIdReq struct {
	// uid
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 主播id
	TargetId int64 `protobuf:"varint,2,opt,name=target_id,json=targetId,proto3" json:"target_id"`
	// 是否只返回最高等级的守护,为1时会改变返回数据结构
	IsLimitOne int64 `protobuf:"varint,3,opt,name=is_limit_one,json=isLimitOne,proto3" json:"is_limit_one"`
}

func (*GuardGetByUidTargetIdReq) Descriptor

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

func (*GuardGetByUidTargetIdReq) GetIsLimitOne

func (m *GuardGetByUidTargetIdReq) GetIsLimitOne() int64

func (*GuardGetByUidTargetIdReq) GetTargetId

func (m *GuardGetByUidTargetIdReq) GetTargetId() int64

func (*GuardGetByUidTargetIdReq) GetUid

func (m *GuardGetByUidTargetIdReq) GetUid() int64

func (*GuardGetByUidTargetIdReq) Marshal

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

func (*GuardGetByUidTargetIdReq) MarshalTo

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

func (*GuardGetByUidTargetIdReq) ProtoMessage

func (*GuardGetByUidTargetIdReq) ProtoMessage()

func (*GuardGetByUidTargetIdReq) Reset

func (m *GuardGetByUidTargetIdReq) Reset()

func (*GuardGetByUidTargetIdReq) Size

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

func (*GuardGetByUidTargetIdReq) String

func (m *GuardGetByUidTargetIdReq) String() string

func (*GuardGetByUidTargetIdReq) Unmarshal

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

func (*GuardGetByUidTargetIdReq) XXX_DiscardUnknown

func (m *GuardGetByUidTargetIdReq) XXX_DiscardUnknown()

func (*GuardGetByUidTargetIdReq) XXX_Marshal

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

func (*GuardGetByUidTargetIdReq) XXX_Merge

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

func (*GuardGetByUidTargetIdReq) XXX_Size

func (m *GuardGetByUidTargetIdReq) XXX_Size() int

func (*GuardGetByUidTargetIdReq) XXX_Unmarshal

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

type GuardGetByUidTargetIdResp

type GuardGetByUidTargetIdResp 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 []*GuardGetByUidTargetIdResp_Data `protobuf:"bytes,4,rep,name=data" json:"data"`
}

func (*GuardGetByUidTargetIdResp) Descriptor

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

func (*GuardGetByUidTargetIdResp) GetCode

func (m *GuardGetByUidTargetIdResp) GetCode() int64

func (*GuardGetByUidTargetIdResp) GetData

func (*GuardGetByUidTargetIdResp) GetMessage

func (m *GuardGetByUidTargetIdResp) GetMessage() string

func (*GuardGetByUidTargetIdResp) GetMsg

func (m *GuardGetByUidTargetIdResp) GetMsg() string

func (*GuardGetByUidTargetIdResp) Marshal

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

func (*GuardGetByUidTargetIdResp) MarshalTo

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

func (*GuardGetByUidTargetIdResp) ProtoMessage

func (*GuardGetByUidTargetIdResp) ProtoMessage()

func (*GuardGetByUidTargetIdResp) Reset

func (m *GuardGetByUidTargetIdResp) Reset()

func (*GuardGetByUidTargetIdResp) Size

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

func (*GuardGetByUidTargetIdResp) String

func (m *GuardGetByUidTargetIdResp) String() string

func (*GuardGetByUidTargetIdResp) Unmarshal

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

func (*GuardGetByUidTargetIdResp) XXX_DiscardUnknown

func (m *GuardGetByUidTargetIdResp) XXX_DiscardUnknown()

func (*GuardGetByUidTargetIdResp) XXX_Marshal

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

func (*GuardGetByUidTargetIdResp) XXX_Merge

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

func (*GuardGetByUidTargetIdResp) XXX_Size

func (m *GuardGetByUidTargetIdResp) XXX_Size() int

func (*GuardGetByUidTargetIdResp) XXX_Unmarshal

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

type GuardGetByUidTargetIdResp_Data

type GuardGetByUidTargetIdResp_Data struct {
	//
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	//
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// up主id
	TargetId int64 `protobuf:"varint,3,opt,name=target_id,json=targetId,proto3" json:"target_id"`
	// 1:总督,2:提督,3:舰长
	PrivilegeType int64 `protobuf:"varint,4,opt,name=privilege_type,json=privilegeType,proto3" json:"privilege_type"`
	// 开始时间
	StartTime string `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time"`
	// 过期时间
	ExpiredTime string `protobuf:"bytes,6,opt,name=expired_time,json=expiredTime,proto3" json:"expired_time"`
	// 创建时间
	Ctime string `protobuf:"bytes,7,opt,name=ctime,proto3" json:"ctime"`
	// 修改时间
	Utime string `protobuf:"bytes,8,opt,name=utime,proto3" json:"utime"`
}

func (*GuardGetByUidTargetIdResp_Data) Descriptor

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

func (*GuardGetByUidTargetIdResp_Data) GetCtime

func (m *GuardGetByUidTargetIdResp_Data) GetCtime() string

func (*GuardGetByUidTargetIdResp_Data) GetExpiredTime

func (m *GuardGetByUidTargetIdResp_Data) GetExpiredTime() string

func (*GuardGetByUidTargetIdResp_Data) GetId

func (*GuardGetByUidTargetIdResp_Data) GetPrivilegeType

func (m *GuardGetByUidTargetIdResp_Data) GetPrivilegeType() int64

func (*GuardGetByUidTargetIdResp_Data) GetStartTime

func (m *GuardGetByUidTargetIdResp_Data) GetStartTime() string

func (*GuardGetByUidTargetIdResp_Data) GetTargetId

func (m *GuardGetByUidTargetIdResp_Data) GetTargetId() int64

func (*GuardGetByUidTargetIdResp_Data) GetUid

func (*GuardGetByUidTargetIdResp_Data) GetUtime

func (m *GuardGetByUidTargetIdResp_Data) GetUtime() string

func (*GuardGetByUidTargetIdResp_Data) Marshal

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

func (*GuardGetByUidTargetIdResp_Data) MarshalTo

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

func (*GuardGetByUidTargetIdResp_Data) ProtoMessage

func (*GuardGetByUidTargetIdResp_Data) ProtoMessage()

func (*GuardGetByUidTargetIdResp_Data) Reset

func (m *GuardGetByUidTargetIdResp_Data) Reset()

func (*GuardGetByUidTargetIdResp_Data) Size

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

func (*GuardGetByUidTargetIdResp_Data) String

func (*GuardGetByUidTargetIdResp_Data) Unmarshal

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

func (*GuardGetByUidTargetIdResp_Data) XXX_DiscardUnknown

func (m *GuardGetByUidTargetIdResp_Data) XXX_DiscardUnknown()

func (*GuardGetByUidTargetIdResp_Data) XXX_Marshal

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

func (*GuardGetByUidTargetIdResp_Data) XXX_Merge

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

func (*GuardGetByUidTargetIdResp_Data) XXX_Size

func (m *GuardGetByUidTargetIdResp_Data) XXX_Size() int

func (*GuardGetByUidTargetIdResp_Data) XXX_Unmarshal

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

type Note

type Note interface {
	// * 大航海续费提醒
	//
	Get(context.Context, *NoteGetReq) (*NoteGetResp, error)
}

func NewNoteRpcClient

func NewNoteRpcClient(client *liverpc.Client) Note

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

type NoteGetReq

type NoteGetReq struct {
}

func (*NoteGetReq) Descriptor

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

func (*NoteGetReq) Marshal

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

func (*NoteGetReq) MarshalTo

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

func (*NoteGetReq) ProtoMessage

func (*NoteGetReq) ProtoMessage()

func (*NoteGetReq) Reset

func (m *NoteGetReq) Reset()

func (*NoteGetReq) Size

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

func (*NoteGetReq) String

func (m *NoteGetReq) String() string

func (*NoteGetReq) Unmarshal

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

func (*NoteGetReq) XXX_DiscardUnknown

func (m *NoteGetReq) XXX_DiscardUnknown()

func (*NoteGetReq) XXX_Marshal

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

func (*NoteGetReq) XXX_Merge

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

func (*NoteGetReq) XXX_Size

func (m *NoteGetReq) XXX_Size() int

func (*NoteGetReq) XXX_Unmarshal

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

type NoteGetResp

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

func (*NoteGetResp) Descriptor

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

func (*NoteGetResp) GetCode

func (m *NoteGetResp) GetCode() int64

func (*NoteGetResp) GetData

func (m *NoteGetResp) GetData() *NoteGetResp_Data

func (*NoteGetResp) GetMsg

func (m *NoteGetResp) GetMsg() string

func (*NoteGetResp) Marshal

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

func (*NoteGetResp) MarshalTo

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

func (*NoteGetResp) ProtoMessage

func (*NoteGetResp) ProtoMessage()

func (*NoteGetResp) Reset

func (m *NoteGetResp) Reset()

func (*NoteGetResp) Size

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

func (*NoteGetResp) String

func (m *NoteGetResp) String() string

func (*NoteGetResp) Unmarshal

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

func (*NoteGetResp) XXX_DiscardUnknown

func (m *NoteGetResp) XXX_DiscardUnknown()

func (*NoteGetResp) XXX_Marshal

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

func (*NoteGetResp) XXX_Merge

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

func (*NoteGetResp) XXX_Size

func (m *NoteGetResp) XXX_Size() int

func (*NoteGetResp) XXX_Unmarshal

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

type NoteGetResp_Data

type NoteGetResp_Data struct {
	Logo string `protobuf:"bytes,1,opt,name=logo,proto3" json:"logo,omitempty"`
	// 标题
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// 内容
	Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// 跳转链接
	Link string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
}

func (*NoteGetResp_Data) Descriptor

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

func (*NoteGetResp_Data) GetContent

func (m *NoteGetResp_Data) GetContent() string
func (m *NoteGetResp_Data) GetLink() string
func (m *NoteGetResp_Data) GetLogo() string

func (*NoteGetResp_Data) GetTitle

func (m *NoteGetResp_Data) GetTitle() string

func (*NoteGetResp_Data) Marshal

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

func (*NoteGetResp_Data) MarshalTo

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

func (*NoteGetResp_Data) ProtoMessage

func (*NoteGetResp_Data) ProtoMessage()

func (*NoteGetResp_Data) Reset

func (m *NoteGetResp_Data) Reset()

func (*NoteGetResp_Data) Size

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

func (*NoteGetResp_Data) String

func (m *NoteGetResp_Data) String() string

func (*NoteGetResp_Data) Unmarshal

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

func (*NoteGetResp_Data) XXX_DiscardUnknown

func (m *NoteGetResp_Data) XXX_DiscardUnknown()

func (*NoteGetResp_Data) XXX_Marshal

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

func (*NoteGetResp_Data) XXX_Merge

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

func (*NoteGetResp_Data) XXX_Size

func (m *NoteGetResp_Data) XXX_Size() int

func (*NoteGetResp_Data) XXX_Unmarshal

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

type RoomAdmin

type RoomAdmin interface {
	// * 判断是否房管,防止和room循环调用,传入所有参数
	//
	IsRoomAdmin(context.Context, *RoomAdminIsRoomAdminReq) (*RoomAdminIsRoomAdminResp, error)
}

func NewRoomAdminRpcClient

func NewRoomAdminRpcClient(client *liverpc.Client) RoomAdmin

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

type RoomAdminIsRoomAdminReq

type RoomAdminIsRoomAdminReq struct {
	// 用户id
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
	// 主播的用户 roomid
	Roomid int64 `protobuf:"varint,2,opt,name=roomid,proto3" json:"roomid"`
	// 主播的用户 anchor_id
	AnchorId int64 `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
}

func (*RoomAdminIsRoomAdminReq) Descriptor

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

func (*RoomAdminIsRoomAdminReq) GetAnchorId

func (m *RoomAdminIsRoomAdminReq) GetAnchorId() int64

func (*RoomAdminIsRoomAdminReq) GetRoomid

func (m *RoomAdminIsRoomAdminReq) GetRoomid() int64

func (*RoomAdminIsRoomAdminReq) GetUid

func (m *RoomAdminIsRoomAdminReq) GetUid() string

func (*RoomAdminIsRoomAdminReq) Marshal

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

func (*RoomAdminIsRoomAdminReq) MarshalTo

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

func (*RoomAdminIsRoomAdminReq) ProtoMessage

func (*RoomAdminIsRoomAdminReq) ProtoMessage()

func (*RoomAdminIsRoomAdminReq) Reset

func (m *RoomAdminIsRoomAdminReq) Reset()

func (*RoomAdminIsRoomAdminReq) Size

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

func (*RoomAdminIsRoomAdminReq) String

func (m *RoomAdminIsRoomAdminReq) String() string

func (*RoomAdminIsRoomAdminReq) Unmarshal

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

func (*RoomAdminIsRoomAdminReq) XXX_DiscardUnknown

func (m *RoomAdminIsRoomAdminReq) XXX_DiscardUnknown()

func (*RoomAdminIsRoomAdminReq) XXX_Marshal

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

func (*RoomAdminIsRoomAdminReq) XXX_Merge

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

func (*RoomAdminIsRoomAdminReq) XXX_Size

func (m *RoomAdminIsRoomAdminReq) XXX_Size() int

func (*RoomAdminIsRoomAdminReq) XXX_Unmarshal

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

type RoomAdminIsRoomAdminResp

type RoomAdminIsRoomAdminResp 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 *RoomAdminIsRoomAdminResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*RoomAdminIsRoomAdminResp) Descriptor

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

func (*RoomAdminIsRoomAdminResp) GetCode

func (m *RoomAdminIsRoomAdminResp) GetCode() int64

func (*RoomAdminIsRoomAdminResp) GetData

func (*RoomAdminIsRoomAdminResp) GetMsg

func (m *RoomAdminIsRoomAdminResp) GetMsg() string

func (*RoomAdminIsRoomAdminResp) Marshal

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

func (*RoomAdminIsRoomAdminResp) MarshalTo

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

func (*RoomAdminIsRoomAdminResp) ProtoMessage

func (*RoomAdminIsRoomAdminResp) ProtoMessage()

func (*RoomAdminIsRoomAdminResp) Reset

func (m *RoomAdminIsRoomAdminResp) Reset()

func (*RoomAdminIsRoomAdminResp) Size

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

func (*RoomAdminIsRoomAdminResp) String

func (m *RoomAdminIsRoomAdminResp) String() string

func (*RoomAdminIsRoomAdminResp) Unmarshal

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

func (*RoomAdminIsRoomAdminResp) XXX_DiscardUnknown

func (m *RoomAdminIsRoomAdminResp) XXX_DiscardUnknown()

func (*RoomAdminIsRoomAdminResp) XXX_Marshal

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

func (*RoomAdminIsRoomAdminResp) XXX_Merge

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

func (*RoomAdminIsRoomAdminResp) XXX_Size

func (m *RoomAdminIsRoomAdminResp) XXX_Size() int

func (*RoomAdminIsRoomAdminResp) XXX_Unmarshal

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

type RoomAdminIsRoomAdminResp_Data

type RoomAdminIsRoomAdminResp_Data struct {
	// banner
	Userinfo *RoomAdminIsRoomAdminResp_UI `protobuf:"bytes,1,opt,name=userinfo" json:"userinfo"`
	// 房管的用户id
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// 房间号
	Roomid int64 `protobuf:"varint,3,opt,name=roomid,proto3" json:"roomid"`
	// 创建时间 "2017-07-26 17:12:51"
	Ctime string `protobuf:"bytes,4,opt,name=ctime,proto3" json:"ctime"`
}

func (*RoomAdminIsRoomAdminResp_Data) Descriptor

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

func (*RoomAdminIsRoomAdminResp_Data) GetCtime

func (m *RoomAdminIsRoomAdminResp_Data) GetCtime() string

func (*RoomAdminIsRoomAdminResp_Data) GetRoomid

func (m *RoomAdminIsRoomAdminResp_Data) GetRoomid() int64

func (*RoomAdminIsRoomAdminResp_Data) GetUid

func (*RoomAdminIsRoomAdminResp_Data) GetUserinfo

func (*RoomAdminIsRoomAdminResp_Data) Marshal

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

func (*RoomAdminIsRoomAdminResp_Data) MarshalTo

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

func (*RoomAdminIsRoomAdminResp_Data) ProtoMessage

func (*RoomAdminIsRoomAdminResp_Data) ProtoMessage()

func (*RoomAdminIsRoomAdminResp_Data) Reset

func (m *RoomAdminIsRoomAdminResp_Data) Reset()

func (*RoomAdminIsRoomAdminResp_Data) Size

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

func (*RoomAdminIsRoomAdminResp_Data) String

func (*RoomAdminIsRoomAdminResp_Data) Unmarshal

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

func (*RoomAdminIsRoomAdminResp_Data) XXX_DiscardUnknown

func (m *RoomAdminIsRoomAdminResp_Data) XXX_DiscardUnknown()

func (*RoomAdminIsRoomAdminResp_Data) XXX_Marshal

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

func (*RoomAdminIsRoomAdminResp_Data) XXX_Merge

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

func (*RoomAdminIsRoomAdminResp_Data) XXX_Size

func (m *RoomAdminIsRoomAdminResp_Data) XXX_Size() int

func (*RoomAdminIsRoomAdminResp_Data) XXX_Unmarshal

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

type RoomAdminIsRoomAdminResp_UI

type RoomAdminIsRoomAdminResp_UI struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 用户名
	Uname string `protobuf:"bytes,2,opt,name=uname,proto3" json:"uname"`
}

func (*RoomAdminIsRoomAdminResp_UI) Descriptor

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

func (*RoomAdminIsRoomAdminResp_UI) GetUid

func (m *RoomAdminIsRoomAdminResp_UI) GetUid() int64

func (*RoomAdminIsRoomAdminResp_UI) GetUname

func (m *RoomAdminIsRoomAdminResp_UI) GetUname() string

func (*RoomAdminIsRoomAdminResp_UI) Marshal

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

func (*RoomAdminIsRoomAdminResp_UI) MarshalTo

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

func (*RoomAdminIsRoomAdminResp_UI) ProtoMessage

func (*RoomAdminIsRoomAdminResp_UI) ProtoMessage()

func (*RoomAdminIsRoomAdminResp_UI) Reset

func (m *RoomAdminIsRoomAdminResp_UI) Reset()

func (*RoomAdminIsRoomAdminResp_UI) Size

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

func (*RoomAdminIsRoomAdminResp_UI) String

func (m *RoomAdminIsRoomAdminResp_UI) String() string

func (*RoomAdminIsRoomAdminResp_UI) Unmarshal

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

func (*RoomAdminIsRoomAdminResp_UI) XXX_DiscardUnknown

func (m *RoomAdminIsRoomAdminResp_UI) XXX_DiscardUnknown()

func (*RoomAdminIsRoomAdminResp_UI) XXX_Marshal

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

func (*RoomAdminIsRoomAdminResp_UI) XXX_Merge

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

func (*RoomAdminIsRoomAdminResp_UI) XXX_Size

func (m *RoomAdminIsRoomAdminResp_UI) XXX_Size() int

func (*RoomAdminIsRoomAdminResp_UI) XXX_Unmarshal

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

type UserSetting

type UserSetting interface {
	// * 移动端首页获取用户关注标签
	//
	GetTag(context.Context, *UserSettingGetTagReq) (*UserSettingGetTagResp, error)
}

func NewUserSettingRpcClient

func NewUserSettingRpcClient(client *liverpc.Client) UserSetting

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

type UserSettingGetTagReq

type UserSettingGetTagReq struct {
}

func (*UserSettingGetTagReq) Descriptor

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

func (*UserSettingGetTagReq) Marshal

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

func (*UserSettingGetTagReq) MarshalTo

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

func (*UserSettingGetTagReq) ProtoMessage

func (*UserSettingGetTagReq) ProtoMessage()

func (*UserSettingGetTagReq) Reset

func (m *UserSettingGetTagReq) Reset()

func (*UserSettingGetTagReq) Size

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

func (*UserSettingGetTagReq) String

func (m *UserSettingGetTagReq) String() string

func (*UserSettingGetTagReq) Unmarshal

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

func (*UserSettingGetTagReq) XXX_DiscardUnknown

func (m *UserSettingGetTagReq) XXX_DiscardUnknown()

func (*UserSettingGetTagReq) XXX_Marshal

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

func (*UserSettingGetTagReq) XXX_Merge

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

func (*UserSettingGetTagReq) XXX_Size

func (m *UserSettingGetTagReq) XXX_Size() int

func (*UserSettingGetTagReq) XXX_Unmarshal

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

type UserSettingGetTagResp

type UserSettingGetTagResp 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 *UserSettingGetTagResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
}

func (*UserSettingGetTagResp) Descriptor

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

func (*UserSettingGetTagResp) GetCode

func (m *UserSettingGetTagResp) GetCode() int64

func (*UserSettingGetTagResp) GetData

func (*UserSettingGetTagResp) GetMsg

func (m *UserSettingGetTagResp) GetMsg() string

func (*UserSettingGetTagResp) Marshal

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

func (*UserSettingGetTagResp) MarshalTo

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

func (*UserSettingGetTagResp) ProtoMessage

func (*UserSettingGetTagResp) ProtoMessage()

func (*UserSettingGetTagResp) Reset

func (m *UserSettingGetTagResp) Reset()

func (*UserSettingGetTagResp) Size

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

func (*UserSettingGetTagResp) String

func (m *UserSettingGetTagResp) String() string

func (*UserSettingGetTagResp) Unmarshal

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

func (*UserSettingGetTagResp) XXX_DiscardUnknown

func (m *UserSettingGetTagResp) XXX_DiscardUnknown()

func (*UserSettingGetTagResp) XXX_Marshal

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

func (*UserSettingGetTagResp) XXX_Merge

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

func (*UserSettingGetTagResp) XXX_Size

func (m *UserSettingGetTagResp) XXX_Size() int

func (*UserSettingGetTagResp) XXX_Unmarshal

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

type UserSettingGetTagResp_Data

type UserSettingGetTagResp_Data struct {
	// 常用标签列表
	Tags []*UserSettingGetTagResp_Tags `protobuf:"bytes,1,rep,name=tags" json:"tags"`
	// 下线被删除的标签
	Offline []*UserSettingGetTagResp_OfflineTags `protobuf:"bytes,2,rep,name=offline" json:"offline"`
	// 用户id
	Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid"`
	// 是否灰度 1代表灰度 0不灰也就是不可见
	IsGray int64 `protobuf:"varint,4,opt,name=is_gray,json=isGray,proto3" json:"is_gray"`
}

func (*UserSettingGetTagResp_Data) Descriptor

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

func (*UserSettingGetTagResp_Data) GetIsGray

func (m *UserSettingGetTagResp_Data) GetIsGray() int64

func (*UserSettingGetTagResp_Data) GetOffline

func (*UserSettingGetTagResp_Data) GetTags

func (*UserSettingGetTagResp_Data) GetUid

func (m *UserSettingGetTagResp_Data) GetUid() int64

func (*UserSettingGetTagResp_Data) Marshal

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

func (*UserSettingGetTagResp_Data) MarshalTo

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

func (*UserSettingGetTagResp_Data) ProtoMessage

func (*UserSettingGetTagResp_Data) ProtoMessage()

func (*UserSettingGetTagResp_Data) Reset

func (m *UserSettingGetTagResp_Data) Reset()

func (*UserSettingGetTagResp_Data) Size

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

func (*UserSettingGetTagResp_Data) String

func (m *UserSettingGetTagResp_Data) String() string

func (*UserSettingGetTagResp_Data) Unmarshal

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

func (*UserSettingGetTagResp_Data) XXX_DiscardUnknown

func (m *UserSettingGetTagResp_Data) XXX_DiscardUnknown()

func (*UserSettingGetTagResp_Data) XXX_Marshal

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

func (*UserSettingGetTagResp_Data) XXX_Merge

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

func (*UserSettingGetTagResp_Data) XXX_Size

func (m *UserSettingGetTagResp_Data) XXX_Size() int

func (*UserSettingGetTagResp_Data) XXX_Unmarshal

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

type UserSettingGetTagResp_OfflineTags

type UserSettingGetTagResp_OfflineTags struct {
	// 标签id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// 标签名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
}

func (*UserSettingGetTagResp_OfflineTags) Descriptor

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

func (*UserSettingGetTagResp_OfflineTags) GetId

func (*UserSettingGetTagResp_OfflineTags) GetName

func (*UserSettingGetTagResp_OfflineTags) Marshal

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

func (*UserSettingGetTagResp_OfflineTags) MarshalTo

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

func (*UserSettingGetTagResp_OfflineTags) ProtoMessage

func (*UserSettingGetTagResp_OfflineTags) ProtoMessage()

func (*UserSettingGetTagResp_OfflineTags) Reset

func (*UserSettingGetTagResp_OfflineTags) Size

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

func (*UserSettingGetTagResp_OfflineTags) String

func (*UserSettingGetTagResp_OfflineTags) Unmarshal

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

func (*UserSettingGetTagResp_OfflineTags) XXX_DiscardUnknown

func (m *UserSettingGetTagResp_OfflineTags) XXX_DiscardUnknown()

func (*UserSettingGetTagResp_OfflineTags) XXX_Marshal

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

func (*UserSettingGetTagResp_OfflineTags) XXX_Merge

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

func (*UserSettingGetTagResp_OfflineTags) XXX_Size

func (m *UserSettingGetTagResp_OfflineTags) XXX_Size() int

func (*UserSettingGetTagResp_OfflineTags) XXX_Unmarshal

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

type UserSettingGetTagResp_Tags

type UserSettingGetTagResp_Tags struct {
	// tag id
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// tag name
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	// 标签图标
	Pic string `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"`
	// 是否为推荐标签 1是 0否
	IsAdvice int64 `protobuf:"varint,4,opt,name=is_advice,json=isAdvice,proto3" json:"is_advice"`
	// 父分区id
	ParentId int64 `protobuf:"varint,5,opt,name=parent_id,json=parentId,proto3" json:"parent_id"`
	// 父分区名
	ParentName string `protobuf:"bytes,6,opt,name=parent_name,json=parentName,proto3" json:"parent_name"`
	// 活动id
	ActId int64 `protobuf:"varint,7,opt,name=act_id,json=actId,proto3" json:"act_id"`
}

func (*UserSettingGetTagResp_Tags) Descriptor

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

func (*UserSettingGetTagResp_Tags) GetActId

func (m *UserSettingGetTagResp_Tags) GetActId() int64

func (*UserSettingGetTagResp_Tags) GetId

func (m *UserSettingGetTagResp_Tags) GetId() int64

func (*UserSettingGetTagResp_Tags) GetIsAdvice

func (m *UserSettingGetTagResp_Tags) GetIsAdvice() int64

func (*UserSettingGetTagResp_Tags) GetName

func (m *UserSettingGetTagResp_Tags) GetName() string

func (*UserSettingGetTagResp_Tags) GetParentId

func (m *UserSettingGetTagResp_Tags) GetParentId() int64

func (*UserSettingGetTagResp_Tags) GetParentName

func (m *UserSettingGetTagResp_Tags) GetParentName() string

func (*UserSettingGetTagResp_Tags) GetPic

func (m *UserSettingGetTagResp_Tags) GetPic() string

func (*UserSettingGetTagResp_Tags) Marshal

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

func (*UserSettingGetTagResp_Tags) MarshalTo

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

func (*UserSettingGetTagResp_Tags) ProtoMessage

func (*UserSettingGetTagResp_Tags) ProtoMessage()

func (*UserSettingGetTagResp_Tags) Reset

func (m *UserSettingGetTagResp_Tags) Reset()

func (*UserSettingGetTagResp_Tags) Size

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

func (*UserSettingGetTagResp_Tags) String

func (m *UserSettingGetTagResp_Tags) String() string

func (*UserSettingGetTagResp_Tags) Unmarshal

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

func (*UserSettingGetTagResp_Tags) XXX_DiscardUnknown

func (m *UserSettingGetTagResp_Tags) XXX_DiscardUnknown()

func (*UserSettingGetTagResp_Tags) XXX_Marshal

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

func (*UserSettingGetTagResp_Tags) XXX_Merge

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

func (*UserSettingGetTagResp_Tags) XXX_Size

func (m *UserSettingGetTagResp_Tags) XXX_Size() int

func (*UserSettingGetTagResp_Tags) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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