live

package
v0.0.0-...-b08fcc5 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LiveEndStatus    = "end"    // 已关播
	LiveLivingStatus = "living" // 直播中
	LiveCreateStatus = "create" // 创建中

	LiveAnchorEndType      = "anchor"        // 主播主动关闭
	LiveWsCallbackEndType  = "ws_callback"   // 直播cdn回调关闭
	LivezgCallbackEndType  = "zego_callback" // 即构回调关闭
	LiveCreateLiveEndType  = "create_close"  //  主播开播关闭
	LiveCheckStreamEndType = "stream_end"    //  后台检测流不存在
	LiveAdminCLoseType     = "admin_close"   //  后台关闭

	LiveClassifyVideo = 1 // 直播分类 视频

	LiveHourTag     = 1 // 小时榜
	LiveNewStarTag  = 2 // 萌新主播
	LiveVitalityTag = 3 // 人气主播

	UntreatedSettlement = 0 // 未结算
	AlreadySettlement   = 1 // 已结算

	ImAppCode = "FLiveSecond"

	UserCreateLiveLevel = 9

	// 即构
	ZegoSdkType = "zego"
	// 网宿
	WsSdkType = "ws"

	// 普通类型
	LiveTypeNormal = "normal" // 普通类型
	// 付费类型
	LiveTypePay = "pay" // 付费类型

	// 直播付费方式 一次
	LivePayOnce = "once"
	// 按分钟计费
	LivePayMinute = "minute"

	// 公开直播
	LivePublic = 0
	// 私密直播
	LivePrivate = 1
)
View Source
const (
	TopicLiveStartName = "event.live.start" // 直播开播topic
	TopicLiveEndName   = "event.live.end"   // 直播关播topic
)

Variables

View Source
var File_proto_live_live_proto protoreflect.FileDescriptor

Functions

func NewLiveSrvEndpoints

func NewLiveSrvEndpoints() []*api.Endpoint

func RegisterLiveSrvHandler

func RegisterLiveSrvHandler(s server.Server, hdlr LiveSrvHandler, opts ...server.HandlerOption) error

Types

type AnchorLivingRequest

type AnchorLivingRequest struct {
	AnchorId int64 `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	// contains filtered or unexported fields
}

主播当前正在直播

func (*AnchorLivingRequest) Descriptor deprecated

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

Deprecated: Use AnchorLivingRequest.ProtoReflect.Descriptor instead.

func (*AnchorLivingRequest) GetAnchorId

func (x *AnchorLivingRequest) GetAnchorId() int64

func (*AnchorLivingRequest) ProtoMessage

func (*AnchorLivingRequest) ProtoMessage()

func (*AnchorLivingRequest) ProtoReflect

func (x *AnchorLivingRequest) ProtoReflect() protoreflect.Message

func (*AnchorLivingRequest) Reset

func (x *AnchorLivingRequest) Reset()

func (*AnchorLivingRequest) String

func (x *AnchorLivingRequest) String() string

func (*AnchorLivingRequest) Validate

func (m *AnchorLivingRequest) Validate() error

Validate checks the field values on AnchorLivingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnchorLivingRequest) ValidateAll

func (m *AnchorLivingRequest) ValidateAll() error

ValidateAll checks the field values on AnchorLivingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnchorLivingRequestMultiError, or nil if none found.

type AnchorLivingRequestMultiError

type AnchorLivingRequestMultiError []error

AnchorLivingRequestMultiError is an error wrapping multiple validation errors returned by AnchorLivingRequest.ValidateAll() if the designated constraints aren't met.

func (AnchorLivingRequestMultiError) AllErrors

func (m AnchorLivingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorLivingRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AnchorLivingRequestValidationError

type AnchorLivingRequestValidationError struct {
	// contains filtered or unexported fields
}

AnchorLivingRequestValidationError is the validation error returned by AnchorLivingRequest.Validate if the designated constraints aren't met.

func (AnchorLivingRequestValidationError) Cause

Cause function returns cause value.

func (AnchorLivingRequestValidationError) Error

Error satisfies the builtin error interface

func (AnchorLivingRequestValidationError) ErrorName

ErrorName returns error name.

func (AnchorLivingRequestValidationError) Field

Field function returns field value.

func (AnchorLivingRequestValidationError) Key

Key function returns key value.

func (AnchorLivingRequestValidationError) Reason

Reason function returns reason value.

type AnchorLivingResponse

type AnchorLivingResponse struct {
	Live *CommonLiveInfoRes `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

主播当前正在直播

func (*AnchorLivingResponse) Descriptor deprecated

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

Deprecated: Use AnchorLivingResponse.ProtoReflect.Descriptor instead.

func (*AnchorLivingResponse) GetLive

func (*AnchorLivingResponse) ProtoMessage

func (*AnchorLivingResponse) ProtoMessage()

func (*AnchorLivingResponse) ProtoReflect

func (x *AnchorLivingResponse) ProtoReflect() protoreflect.Message

func (*AnchorLivingResponse) Reset

func (x *AnchorLivingResponse) Reset()

func (*AnchorLivingResponse) String

func (x *AnchorLivingResponse) String() string

func (*AnchorLivingResponse) Validate

func (m *AnchorLivingResponse) Validate() error

Validate checks the field values on AnchorLivingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnchorLivingResponse) ValidateAll

func (m *AnchorLivingResponse) ValidateAll() error

ValidateAll checks the field values on AnchorLivingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnchorLivingResponseMultiError, or nil if none found.

type AnchorLivingResponseMultiError

type AnchorLivingResponseMultiError []error

AnchorLivingResponseMultiError is an error wrapping multiple validation errors returned by AnchorLivingResponse.ValidateAll() if the designated constraints aren't met.

func (AnchorLivingResponseMultiError) AllErrors

func (m AnchorLivingResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorLivingResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AnchorLivingResponseValidationError

type AnchorLivingResponseValidationError struct {
	// contains filtered or unexported fields
}

AnchorLivingResponseValidationError is the validation error returned by AnchorLivingResponse.Validate if the designated constraints aren't met.

func (AnchorLivingResponseValidationError) Cause

Cause function returns cause value.

func (AnchorLivingResponseValidationError) Error

Error satisfies the builtin error interface

func (AnchorLivingResponseValidationError) ErrorName

ErrorName returns error name.

func (AnchorLivingResponseValidationError) Field

Field function returns field value.

func (AnchorLivingResponseValidationError) Key

Key function returns key value.

func (AnchorLivingResponseValidationError) Reason

Reason function returns reason value.

type AnchorsLivings

type AnchorsLivings struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	AnchorId   int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	// contains filtered or unexported fields
}

func (*AnchorsLivings) Descriptor deprecated

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

Deprecated: Use AnchorsLivings.ProtoReflect.Descriptor instead.

func (*AnchorsLivings) GetAnchorId

func (x *AnchorsLivings) GetAnchorId() int64

func (*AnchorsLivings) GetClassifyId

func (x *AnchorsLivings) GetClassifyId() uint32

func (*AnchorsLivings) GetLiveId

func (x *AnchorsLivings) GetLiveId() uint64

func (*AnchorsLivings) ProtoMessage

func (*AnchorsLivings) ProtoMessage()

func (*AnchorsLivings) ProtoReflect

func (x *AnchorsLivings) ProtoReflect() protoreflect.Message

func (*AnchorsLivings) Reset

func (x *AnchorsLivings) Reset()

func (*AnchorsLivings) String

func (x *AnchorsLivings) String() string

func (*AnchorsLivings) Validate

func (m *AnchorsLivings) Validate() error

Validate checks the field values on AnchorsLivings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnchorsLivings) ValidateAll

func (m *AnchorsLivings) ValidateAll() error

ValidateAll checks the field values on AnchorsLivings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnchorsLivingsMultiError, or nil if none found.

type AnchorsLivingsMultiError

type AnchorsLivingsMultiError []error

AnchorsLivingsMultiError is an error wrapping multiple validation errors returned by AnchorsLivings.ValidateAll() if the designated constraints aren't met.

func (AnchorsLivingsMultiError) AllErrors

func (m AnchorsLivingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorsLivingsMultiError) Error

func (m AnchorsLivingsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AnchorsLivingsRequest

type AnchorsLivingsRequest struct {
	UserIds []int64 `protobuf:"varint,1,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids"`
	// contains filtered or unexported fields
}

当前主播的直播信息

func (*AnchorsLivingsRequest) Descriptor deprecated

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

Deprecated: Use AnchorsLivingsRequest.ProtoReflect.Descriptor instead.

func (*AnchorsLivingsRequest) GetUserIds

func (x *AnchorsLivingsRequest) GetUserIds() []int64

func (*AnchorsLivingsRequest) ProtoMessage

func (*AnchorsLivingsRequest) ProtoMessage()

func (*AnchorsLivingsRequest) ProtoReflect

func (x *AnchorsLivingsRequest) ProtoReflect() protoreflect.Message

func (*AnchorsLivingsRequest) Reset

func (x *AnchorsLivingsRequest) Reset()

func (*AnchorsLivingsRequest) String

func (x *AnchorsLivingsRequest) String() string

func (*AnchorsLivingsRequest) Validate

func (m *AnchorsLivingsRequest) Validate() error

Validate checks the field values on AnchorsLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnchorsLivingsRequest) ValidateAll

func (m *AnchorsLivingsRequest) ValidateAll() error

ValidateAll checks the field values on AnchorsLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnchorsLivingsRequestMultiError, or nil if none found.

type AnchorsLivingsRequestMultiError

type AnchorsLivingsRequestMultiError []error

AnchorsLivingsRequestMultiError is an error wrapping multiple validation errors returned by AnchorsLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (AnchorsLivingsRequestMultiError) AllErrors

func (m AnchorsLivingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorsLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AnchorsLivingsRequestValidationError

type AnchorsLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

AnchorsLivingsRequestValidationError is the validation error returned by AnchorsLivingsRequest.Validate if the designated constraints aren't met.

func (AnchorsLivingsRequestValidationError) Cause

Cause function returns cause value.

func (AnchorsLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (AnchorsLivingsRequestValidationError) Field

Field function returns field value.

func (AnchorsLivingsRequestValidationError) Key

Key function returns key value.

func (AnchorsLivingsRequestValidationError) Reason

Reason function returns reason value.

type AnchorsLivingsResponse

type AnchorsLivingsResponse struct {
	Lives map[int64]*AnchorsLivings `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

返回主播直播

func (*AnchorsLivingsResponse) Descriptor deprecated

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

Deprecated: Use AnchorsLivingsResponse.ProtoReflect.Descriptor instead.

func (*AnchorsLivingsResponse) GetLives

func (x *AnchorsLivingsResponse) GetLives() map[int64]*AnchorsLivings

func (*AnchorsLivingsResponse) ProtoMessage

func (*AnchorsLivingsResponse) ProtoMessage()

func (*AnchorsLivingsResponse) ProtoReflect

func (x *AnchorsLivingsResponse) ProtoReflect() protoreflect.Message

func (*AnchorsLivingsResponse) Reset

func (x *AnchorsLivingsResponse) Reset()

func (*AnchorsLivingsResponse) String

func (x *AnchorsLivingsResponse) String() string

func (*AnchorsLivingsResponse) Validate

func (m *AnchorsLivingsResponse) Validate() error

Validate checks the field values on AnchorsLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnchorsLivingsResponse) ValidateAll

func (m *AnchorsLivingsResponse) ValidateAll() error

ValidateAll checks the field values on AnchorsLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnchorsLivingsResponseMultiError, or nil if none found.

type AnchorsLivingsResponseMultiError

type AnchorsLivingsResponseMultiError []error

AnchorsLivingsResponseMultiError is an error wrapping multiple validation errors returned by AnchorsLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (AnchorsLivingsResponseMultiError) AllErrors

func (m AnchorsLivingsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorsLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AnchorsLivingsResponseValidationError

type AnchorsLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

AnchorsLivingsResponseValidationError is the validation error returned by AnchorsLivingsResponse.Validate if the designated constraints aren't met.

func (AnchorsLivingsResponseValidationError) Cause

Cause function returns cause value.

func (AnchorsLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (AnchorsLivingsResponseValidationError) Field

Field function returns field value.

func (AnchorsLivingsResponseValidationError) Key

Key function returns key value.

func (AnchorsLivingsResponseValidationError) Reason

Reason function returns reason value.

type AnchorsLivingsValidationError

type AnchorsLivingsValidationError struct {
	// contains filtered or unexported fields
}

AnchorsLivingsValidationError is the validation error returned by AnchorsLivings.Validate if the designated constraints aren't met.

func (AnchorsLivingsValidationError) Cause

Cause function returns cause value.

func (AnchorsLivingsValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLivingsValidationError) ErrorName

func (e AnchorsLivingsValidationError) ErrorName() string

ErrorName returns error name.

func (AnchorsLivingsValidationError) Field

Field function returns field value.

func (AnchorsLivingsValidationError) Key

Key function returns key value.

func (AnchorsLivingsValidationError) Reason

Reason function returns reason value.

type BatchIdsLiveRequest

type BatchIdsLiveRequest struct {
	LiveIds []uint64 `protobuf:"varint,1,rep,packed,name=live_ids,json=liveIds,proto3" json:"live_ids"`
	// contains filtered or unexported fields
}

func (*BatchIdsLiveRequest) Descriptor deprecated

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

Deprecated: Use BatchIdsLiveRequest.ProtoReflect.Descriptor instead.

func (*BatchIdsLiveRequest) GetLiveIds

func (x *BatchIdsLiveRequest) GetLiveIds() []uint64

func (*BatchIdsLiveRequest) ProtoMessage

func (*BatchIdsLiveRequest) ProtoMessage()

func (*BatchIdsLiveRequest) ProtoReflect

func (x *BatchIdsLiveRequest) ProtoReflect() protoreflect.Message

func (*BatchIdsLiveRequest) Reset

func (x *BatchIdsLiveRequest) Reset()

func (*BatchIdsLiveRequest) String

func (x *BatchIdsLiveRequest) String() string

func (*BatchIdsLiveRequest) Validate

func (m *BatchIdsLiveRequest) Validate() error

Validate checks the field values on BatchIdsLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchIdsLiveRequest) ValidateAll

func (m *BatchIdsLiveRequest) ValidateAll() error

ValidateAll checks the field values on BatchIdsLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchIdsLiveRequestMultiError, or nil if none found.

type BatchIdsLiveRequestMultiError

type BatchIdsLiveRequestMultiError []error

BatchIdsLiveRequestMultiError is an error wrapping multiple validation errors returned by BatchIdsLiveRequest.ValidateAll() if the designated constraints aren't met.

func (BatchIdsLiveRequestMultiError) AllErrors

func (m BatchIdsLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchIdsLiveRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BatchIdsLiveRequestValidationError

type BatchIdsLiveRequestValidationError struct {
	// contains filtered or unexported fields
}

BatchIdsLiveRequestValidationError is the validation error returned by BatchIdsLiveRequest.Validate if the designated constraints aren't met.

func (BatchIdsLiveRequestValidationError) Cause

Cause function returns cause value.

func (BatchIdsLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (BatchIdsLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (BatchIdsLiveRequestValidationError) Field

Field function returns field value.

func (BatchIdsLiveRequestValidationError) Key

Key function returns key value.

func (BatchIdsLiveRequestValidationError) Reason

Reason function returns reason value.

type BatchIdsLiveResponse

type BatchIdsLiveResponse struct {
	Lives []*BatchIdsLiveResponse_Live `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*BatchIdsLiveResponse) Descriptor deprecated

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

Deprecated: Use BatchIdsLiveResponse.ProtoReflect.Descriptor instead.

func (*BatchIdsLiveResponse) GetLives

func (*BatchIdsLiveResponse) ProtoMessage

func (*BatchIdsLiveResponse) ProtoMessage()

func (*BatchIdsLiveResponse) ProtoReflect

func (x *BatchIdsLiveResponse) ProtoReflect() protoreflect.Message

func (*BatchIdsLiveResponse) Reset

func (x *BatchIdsLiveResponse) Reset()

func (*BatchIdsLiveResponse) String

func (x *BatchIdsLiveResponse) String() string

func (*BatchIdsLiveResponse) Validate

func (m *BatchIdsLiveResponse) Validate() error

Validate checks the field values on BatchIdsLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchIdsLiveResponse) ValidateAll

func (m *BatchIdsLiveResponse) ValidateAll() error

ValidateAll checks the field values on BatchIdsLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchIdsLiveResponseMultiError, or nil if none found.

type BatchIdsLiveResponseMultiError

type BatchIdsLiveResponseMultiError []error

BatchIdsLiveResponseMultiError is an error wrapping multiple validation errors returned by BatchIdsLiveResponse.ValidateAll() if the designated constraints aren't met.

func (BatchIdsLiveResponseMultiError) AllErrors

func (m BatchIdsLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchIdsLiveResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BatchIdsLiveResponseValidationError

type BatchIdsLiveResponseValidationError struct {
	// contains filtered or unexported fields
}

BatchIdsLiveResponseValidationError is the validation error returned by BatchIdsLiveResponse.Validate if the designated constraints aren't met.

func (BatchIdsLiveResponseValidationError) Cause

Cause function returns cause value.

func (BatchIdsLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (BatchIdsLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (BatchIdsLiveResponseValidationError) Field

Field function returns field value.

func (BatchIdsLiveResponseValidationError) Key

Key function returns key value.

func (BatchIdsLiveResponseValidationError) Reason

Reason function returns reason value.

type BatchIdsLiveResponse_Live

type BatchIdsLiveResponse_Live struct {
	Id         uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	AnchorId   int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

func (*BatchIdsLiveResponse_Live) Descriptor deprecated

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

Deprecated: Use BatchIdsLiveResponse_Live.ProtoReflect.Descriptor instead.

func (*BatchIdsLiveResponse_Live) GetAnchorId

func (x *BatchIdsLiveResponse_Live) GetAnchorId() int64

func (*BatchIdsLiveResponse_Live) GetClassifyId

func (x *BatchIdsLiveResponse_Live) GetClassifyId() uint32

func (*BatchIdsLiveResponse_Live) GetCountry

func (x *BatchIdsLiveResponse_Live) GetCountry() string

func (*BatchIdsLiveResponse_Live) GetId

func (x *BatchIdsLiveResponse_Live) GetId() uint64

func (*BatchIdsLiveResponse_Live) ProtoMessage

func (*BatchIdsLiveResponse_Live) ProtoMessage()

func (*BatchIdsLiveResponse_Live) ProtoReflect

func (*BatchIdsLiveResponse_Live) Reset

func (x *BatchIdsLiveResponse_Live) Reset()

func (*BatchIdsLiveResponse_Live) String

func (x *BatchIdsLiveResponse_Live) String() string

func (*BatchIdsLiveResponse_Live) Validate

func (m *BatchIdsLiveResponse_Live) Validate() error

Validate checks the field values on BatchIdsLiveResponse_Live with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchIdsLiveResponse_Live) ValidateAll

func (m *BatchIdsLiveResponse_Live) ValidateAll() error

ValidateAll checks the field values on BatchIdsLiveResponse_Live with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchIdsLiveResponse_LiveMultiError, or nil if none found.

type BatchIdsLiveResponse_LiveMultiError

type BatchIdsLiveResponse_LiveMultiError []error

BatchIdsLiveResponse_LiveMultiError is an error wrapping multiple validation errors returned by BatchIdsLiveResponse_Live.ValidateAll() if the designated constraints aren't met.

func (BatchIdsLiveResponse_LiveMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BatchIdsLiveResponse_LiveMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BatchIdsLiveResponse_LiveValidationError

type BatchIdsLiveResponse_LiveValidationError struct {
	// contains filtered or unexported fields
}

BatchIdsLiveResponse_LiveValidationError is the validation error returned by BatchIdsLiveResponse_Live.Validate if the designated constraints aren't met.

func (BatchIdsLiveResponse_LiveValidationError) Cause

Cause function returns cause value.

func (BatchIdsLiveResponse_LiveValidationError) Error

Error satisfies the builtin error interface

func (BatchIdsLiveResponse_LiveValidationError) ErrorName

ErrorName returns error name.

func (BatchIdsLiveResponse_LiveValidationError) Field

Field function returns field value.

func (BatchIdsLiveResponse_LiveValidationError) Key

Key function returns key value.

func (BatchIdsLiveResponse_LiveValidationError) Reason

Reason function returns reason value.

type CloseRequest

type CloseRequest struct {
	LiveId    uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	AnchorId  int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	SdkType   string `protobuf:"bytes,3,opt,name=sdk_type,json=sdkType,proto3" json:"sdk_type"`
	CloseType string `protobuf:"bytes,4,opt,name=close_type,json=closeType,proto3" json:"close_type"`
	EventType string `protobuf:"bytes,5,opt,name=event_type,json=eventType,proto3" json:"event_type"`
	EndType   string `protobuf:"bytes,6,opt,name=end_type,json=endType,proto3" json:"end_type"`
	EndAt     string `protobuf:"bytes,7,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	// contains filtered or unexported fields
}

func (*CloseRequest) Descriptor deprecated

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

Deprecated: Use CloseRequest.ProtoReflect.Descriptor instead.

func (*CloseRequest) GetAnchorId

func (x *CloseRequest) GetAnchorId() int64

func (*CloseRequest) GetCloseType

func (x *CloseRequest) GetCloseType() string

func (*CloseRequest) GetEndAt

func (x *CloseRequest) GetEndAt() string

func (*CloseRequest) GetEndType

func (x *CloseRequest) GetEndType() string

func (*CloseRequest) GetEventType

func (x *CloseRequest) GetEventType() string

func (*CloseRequest) GetLiveId

func (x *CloseRequest) GetLiveId() uint64

func (*CloseRequest) GetSdkType

func (x *CloseRequest) GetSdkType() string

func (*CloseRequest) ProtoMessage

func (*CloseRequest) ProtoMessage()

func (*CloseRequest) ProtoReflect

func (x *CloseRequest) ProtoReflect() protoreflect.Message

func (*CloseRequest) Reset

func (x *CloseRequest) Reset()

func (*CloseRequest) String

func (x *CloseRequest) String() string

func (*CloseRequest) Validate

func (m *CloseRequest) Validate() error

Validate checks the field values on CloseRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CloseRequest) ValidateAll

func (m *CloseRequest) ValidateAll() error

ValidateAll checks the field values on CloseRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CloseRequestMultiError, or nil if none found.

type CloseRequestMultiError

type CloseRequestMultiError []error

CloseRequestMultiError is an error wrapping multiple validation errors returned by CloseRequest.ValidateAll() if the designated constraints aren't met.

func (CloseRequestMultiError) AllErrors

func (m CloseRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CloseRequestMultiError) Error

func (m CloseRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CloseRequestValidationError

type CloseRequestValidationError struct {
	// contains filtered or unexported fields
}

CloseRequestValidationError is the validation error returned by CloseRequest.Validate if the designated constraints aren't met.

func (CloseRequestValidationError) Cause

Cause function returns cause value.

func (CloseRequestValidationError) Error

Error satisfies the builtin error interface

func (CloseRequestValidationError) ErrorName

func (e CloseRequestValidationError) ErrorName() string

ErrorName returns error name.

func (CloseRequestValidationError) Field

Field function returns field value.

func (CloseRequestValidationError) Key

Key function returns key value.

func (CloseRequestValidationError) Reason

Reason function returns reason value.

type CloseResponse

type CloseResponse struct {
	Live *Live `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

func (*CloseResponse) Descriptor deprecated

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

Deprecated: Use CloseResponse.ProtoReflect.Descriptor instead.

func (*CloseResponse) GetLive

func (x *CloseResponse) GetLive() *Live

func (*CloseResponse) ProtoMessage

func (*CloseResponse) ProtoMessage()

func (*CloseResponse) ProtoReflect

func (x *CloseResponse) ProtoReflect() protoreflect.Message

func (*CloseResponse) Reset

func (x *CloseResponse) Reset()

func (*CloseResponse) String

func (x *CloseResponse) String() string

func (*CloseResponse) Validate

func (m *CloseResponse) Validate() error

Validate checks the field values on CloseResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CloseResponse) ValidateAll

func (m *CloseResponse) ValidateAll() error

ValidateAll checks the field values on CloseResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CloseResponseMultiError, or nil if none found.

type CloseResponseMultiError

type CloseResponseMultiError []error

CloseResponseMultiError is an error wrapping multiple validation errors returned by CloseResponse.ValidateAll() if the designated constraints aren't met.

func (CloseResponseMultiError) AllErrors

func (m CloseResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CloseResponseMultiError) Error

func (m CloseResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CloseResponseValidationError

type CloseResponseValidationError struct {
	// contains filtered or unexported fields
}

CloseResponseValidationError is the validation error returned by CloseResponse.Validate if the designated constraints aren't met.

func (CloseResponseValidationError) Cause

Cause function returns cause value.

func (CloseResponseValidationError) Error

Error satisfies the builtin error interface

func (CloseResponseValidationError) ErrorName

func (e CloseResponseValidationError) ErrorName() string

ErrorName returns error name.

func (CloseResponseValidationError) Field

Field function returns field value.

func (CloseResponseValidationError) Key

Key function returns key value.

func (CloseResponseValidationError) Reason

Reason function returns reason value.

type CommonAnchor

type CommonAnchor struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Avatar   string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar"`
	ShowId   int64  `protobuf:"varint,5,opt,name=ShowId,proto3" json:"ShowId"`
	Diamond  int64  `protobuf:"varint,6,opt,name=diamond,proto3" json:"diamond"`
	// contains filtered or unexported fields
}

func (*CommonAnchor) Descriptor deprecated

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

Deprecated: Use CommonAnchor.ProtoReflect.Descriptor instead.

func (*CommonAnchor) GetAvatar

func (x *CommonAnchor) GetAvatar() string

func (*CommonAnchor) GetDiamond

func (x *CommonAnchor) GetDiamond() int64

func (*CommonAnchor) GetId

func (x *CommonAnchor) GetId() int64

func (*CommonAnchor) GetName

func (x *CommonAnchor) GetName() string

func (*CommonAnchor) GetNickname

func (x *CommonAnchor) GetNickname() string

func (*CommonAnchor) GetShowId

func (x *CommonAnchor) GetShowId() int64

func (*CommonAnchor) ProtoMessage

func (*CommonAnchor) ProtoMessage()

func (*CommonAnchor) ProtoReflect

func (x *CommonAnchor) ProtoReflect() protoreflect.Message

func (*CommonAnchor) Reset

func (x *CommonAnchor) Reset()

func (*CommonAnchor) String

func (x *CommonAnchor) String() string

func (*CommonAnchor) Validate

func (m *CommonAnchor) Validate() error

Validate checks the field values on CommonAnchor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonAnchor) ValidateAll

func (m *CommonAnchor) ValidateAll() error

ValidateAll checks the field values on CommonAnchor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonAnchorMultiError, or nil if none found.

type CommonAnchorMultiError

type CommonAnchorMultiError []error

CommonAnchorMultiError is an error wrapping multiple validation errors returned by CommonAnchor.ValidateAll() if the designated constraints aren't met.

func (CommonAnchorMultiError) AllErrors

func (m CommonAnchorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonAnchorMultiError) Error

func (m CommonAnchorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommonAnchorValidationError

type CommonAnchorValidationError struct {
	// contains filtered or unexported fields
}

CommonAnchorValidationError is the validation error returned by CommonAnchor.Validate if the designated constraints aren't met.

func (CommonAnchorValidationError) Cause

Cause function returns cause value.

func (CommonAnchorValidationError) Error

Error satisfies the builtin error interface

func (CommonAnchorValidationError) ErrorName

func (e CommonAnchorValidationError) ErrorName() string

ErrorName returns error name.

func (CommonAnchorValidationError) Field

Field function returns field value.

func (CommonAnchorValidationError) Key

Key function returns key value.

func (CommonAnchorValidationError) Reason

Reason function returns reason value.

type CommonCreateLiveCdnSdkRes

type CommonCreateLiveCdnSdkRes struct {
	StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id"`
	PushUrl  string `protobuf:"bytes,2,opt,name=push_url,json=pushUrl,proto3" json:"push_url"`
	Cdn      string `protobuf:"bytes,3,opt,name=cdn,proto3" json:"cdn"`
	// contains filtered or unexported fields
}

func (*CommonCreateLiveCdnSdkRes) Descriptor deprecated

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

Deprecated: Use CommonCreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CommonCreateLiveCdnSdkRes) GetCdn

func (x *CommonCreateLiveCdnSdkRes) GetCdn() string

func (*CommonCreateLiveCdnSdkRes) GetPushUrl

func (x *CommonCreateLiveCdnSdkRes) GetPushUrl() string

func (*CommonCreateLiveCdnSdkRes) GetStreamId

func (x *CommonCreateLiveCdnSdkRes) GetStreamId() string

func (*CommonCreateLiveCdnSdkRes) ProtoMessage

func (*CommonCreateLiveCdnSdkRes) ProtoMessage()

func (*CommonCreateLiveCdnSdkRes) ProtoReflect

func (*CommonCreateLiveCdnSdkRes) Reset

func (x *CommonCreateLiveCdnSdkRes) Reset()

func (*CommonCreateLiveCdnSdkRes) String

func (x *CommonCreateLiveCdnSdkRes) String() string

func (*CommonCreateLiveCdnSdkRes) Validate

func (m *CommonCreateLiveCdnSdkRes) Validate() error

Validate checks the field values on CommonCreateLiveCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonCreateLiveCdnSdkRes) ValidateAll

func (m *CommonCreateLiveCdnSdkRes) ValidateAll() error

ValidateAll checks the field values on CommonCreateLiveCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonCreateLiveCdnSdkResMultiError, or nil if none found.

type CommonCreateLiveCdnSdkResMultiError

type CommonCreateLiveCdnSdkResMultiError []error

CommonCreateLiveCdnSdkResMultiError is an error wrapping multiple validation errors returned by CommonCreateLiveCdnSdkRes.ValidateAll() if the designated constraints aren't met.

func (CommonCreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CommonCreateLiveCdnSdkResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonCreateLiveCdnSdkResValidationError

type CommonCreateLiveCdnSdkResValidationError struct {
	// contains filtered or unexported fields
}

CommonCreateLiveCdnSdkResValidationError is the validation error returned by CommonCreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CommonCreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CommonCreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CommonCreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CommonCreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CommonCreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CommonCreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type CommonCreateLiveStreamSdkRes

type CommonCreateLiveStreamSdkRes struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
	UserId int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id"`
	Sdk    string `protobuf:"bytes,4,opt,name=sdk,proto3" json:"sdk"`
	// contains filtered or unexported fields
}

func (*CommonCreateLiveStreamSdkRes) Descriptor deprecated

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

Deprecated: Use CommonCreateLiveStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CommonCreateLiveStreamSdkRes) GetSdk

func (*CommonCreateLiveStreamSdkRes) GetToken

func (x *CommonCreateLiveStreamSdkRes) GetToken() string

func (*CommonCreateLiveStreamSdkRes) GetUserId

func (x *CommonCreateLiveStreamSdkRes) GetUserId() int64

func (*CommonCreateLiveStreamSdkRes) ProtoMessage

func (*CommonCreateLiveStreamSdkRes) ProtoMessage()

func (*CommonCreateLiveStreamSdkRes) ProtoReflect

func (*CommonCreateLiveStreamSdkRes) Reset

func (x *CommonCreateLiveStreamSdkRes) Reset()

func (*CommonCreateLiveStreamSdkRes) String

func (*CommonCreateLiveStreamSdkRes) Validate

func (m *CommonCreateLiveStreamSdkRes) Validate() error

Validate checks the field values on CommonCreateLiveStreamSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonCreateLiveStreamSdkRes) ValidateAll

func (m *CommonCreateLiveStreamSdkRes) ValidateAll() error

ValidateAll checks the field values on CommonCreateLiveStreamSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonCreateLiveStreamSdkResMultiError, or nil if none found.

type CommonCreateLiveStreamSdkResMultiError

type CommonCreateLiveStreamSdkResMultiError []error

CommonCreateLiveStreamSdkResMultiError is an error wrapping multiple validation errors returned by CommonCreateLiveStreamSdkRes.ValidateAll() if the designated constraints aren't met.

func (CommonCreateLiveStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CommonCreateLiveStreamSdkResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonCreateLiveStreamSdkResValidationError

type CommonCreateLiveStreamSdkResValidationError struct {
	// contains filtered or unexported fields
}

CommonCreateLiveStreamSdkResValidationError is the validation error returned by CommonCreateLiveStreamSdkRes.Validate if the designated constraints aren't met.

func (CommonCreateLiveStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CommonCreateLiveStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CommonCreateLiveStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CommonCreateLiveStreamSdkResValidationError) Field

Field function returns field value.

func (CommonCreateLiveStreamSdkResValidationError) Key

Key function returns key value.

func (CommonCreateLiveStreamSdkResValidationError) Reason

Reason function returns reason value.

type CommonEndLiveReq

type CommonEndLiveReq struct {
	AnchorId    int64  `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	LiveId      uint64 `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	EndType     string `protobuf:"bytes,3,opt,name=end_type,json=endType,proto3" json:"end_type"`
	EndAt       string `protobuf:"bytes,4,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	ErrorReason string `protobuf:"bytes,5,opt,name=error_reason,json=errorReason,proto3" json:"error_reason"`
	// contains filtered or unexported fields
}

公共数据结构

func (*CommonEndLiveReq) Descriptor deprecated

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

Deprecated: Use CommonEndLiveReq.ProtoReflect.Descriptor instead.

func (*CommonEndLiveReq) GetAnchorId

func (x *CommonEndLiveReq) GetAnchorId() int64

func (*CommonEndLiveReq) GetEndAt

func (x *CommonEndLiveReq) GetEndAt() string

func (*CommonEndLiveReq) GetEndType

func (x *CommonEndLiveReq) GetEndType() string

func (*CommonEndLiveReq) GetErrorReason

func (x *CommonEndLiveReq) GetErrorReason() string

func (*CommonEndLiveReq) GetLiveId

func (x *CommonEndLiveReq) GetLiveId() uint64

func (*CommonEndLiveReq) ProtoMessage

func (*CommonEndLiveReq) ProtoMessage()

func (*CommonEndLiveReq) ProtoReflect

func (x *CommonEndLiveReq) ProtoReflect() protoreflect.Message

func (*CommonEndLiveReq) Reset

func (x *CommonEndLiveReq) Reset()

func (*CommonEndLiveReq) String

func (x *CommonEndLiveReq) String() string

func (*CommonEndLiveReq) Validate

func (m *CommonEndLiveReq) Validate() error

Validate checks the field values on CommonEndLiveReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonEndLiveReq) ValidateAll

func (m *CommonEndLiveReq) ValidateAll() error

ValidateAll checks the field values on CommonEndLiveReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonEndLiveReqMultiError, or nil if none found.

type CommonEndLiveReqMultiError

type CommonEndLiveReqMultiError []error

CommonEndLiveReqMultiError is an error wrapping multiple validation errors returned by CommonEndLiveReq.ValidateAll() if the designated constraints aren't met.

func (CommonEndLiveReqMultiError) AllErrors

func (m CommonEndLiveReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonEndLiveReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonEndLiveReqValidationError

type CommonEndLiveReqValidationError struct {
	// contains filtered or unexported fields
}

CommonEndLiveReqValidationError is the validation error returned by CommonEndLiveReq.Validate if the designated constraints aren't met.

func (CommonEndLiveReqValidationError) Cause

Cause function returns cause value.

func (CommonEndLiveReqValidationError) Error

Error satisfies the builtin error interface

func (CommonEndLiveReqValidationError) ErrorName

ErrorName returns error name.

func (CommonEndLiveReqValidationError) Field

Field function returns field value.

func (CommonEndLiveReqValidationError) Key

Key function returns key value.

func (CommonEndLiveReqValidationError) Reason

Reason function returns reason value.

type CommonLiveInfoCdnSdkRes

type CommonLiveInfoCdnSdkRes struct {
	StreamId string                            `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id"`
	PlayUrls map[string]*CommonLiveInfoUrlsRes `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommonLiveInfoCdnSdkRes) Descriptor deprecated

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

Deprecated: Use CommonLiveInfoCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CommonLiveInfoCdnSdkRes) GetPlayUrls

func (*CommonLiveInfoCdnSdkRes) GetStreamId

func (x *CommonLiveInfoCdnSdkRes) GetStreamId() string

func (*CommonLiveInfoCdnSdkRes) ProtoMessage

func (*CommonLiveInfoCdnSdkRes) ProtoMessage()

func (*CommonLiveInfoCdnSdkRes) ProtoReflect

func (x *CommonLiveInfoCdnSdkRes) ProtoReflect() protoreflect.Message

func (*CommonLiveInfoCdnSdkRes) Reset

func (x *CommonLiveInfoCdnSdkRes) Reset()

func (*CommonLiveInfoCdnSdkRes) String

func (x *CommonLiveInfoCdnSdkRes) String() string

func (*CommonLiveInfoCdnSdkRes) Validate

func (m *CommonLiveInfoCdnSdkRes) Validate() error

Validate checks the field values on CommonLiveInfoCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonLiveInfoCdnSdkRes) ValidateAll

func (m *CommonLiveInfoCdnSdkRes) ValidateAll() error

ValidateAll checks the field values on CommonLiveInfoCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonLiveInfoCdnSdkResMultiError, or nil if none found.

type CommonLiveInfoCdnSdkResMultiError

type CommonLiveInfoCdnSdkResMultiError []error

CommonLiveInfoCdnSdkResMultiError is an error wrapping multiple validation errors returned by CommonLiveInfoCdnSdkRes.ValidateAll() if the designated constraints aren't met.

func (CommonLiveInfoCdnSdkResMultiError) AllErrors

func (m CommonLiveInfoCdnSdkResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonLiveInfoCdnSdkResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonLiveInfoCdnSdkResValidationError

type CommonLiveInfoCdnSdkResValidationError struct {
	// contains filtered or unexported fields
}

CommonLiveInfoCdnSdkResValidationError is the validation error returned by CommonLiveInfoCdnSdkRes.Validate if the designated constraints aren't met.

func (CommonLiveInfoCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CommonLiveInfoCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CommonLiveInfoCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CommonLiveInfoCdnSdkResValidationError) Field

Field function returns field value.

func (CommonLiveInfoCdnSdkResValidationError) Key

Key function returns key value.

func (CommonLiveInfoCdnSdkResValidationError) Reason

Reason function returns reason value.

type CommonLiveInfoRes

type CommonLiveInfoRes struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	AnchorId    int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId  uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Country     string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	Title       string `protobuf:"bytes,5,opt,name=title,proto3" json:"title"`
	Pic         string `protobuf:"bytes,6,opt,name=pic,proto3" json:"pic"`
	Status      string `protobuf:"bytes,7,opt,name=status,proto3" json:"status"`
	LiveTag     uint32 `protobuf:"varint,8,opt,name=live_tag,json=liveTag,proto3" json:"live_tag"`
	LiveType    string `protobuf:"bytes,9,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	CdnType     string `protobuf:"bytes,10,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	TdStreamUrl string `protobuf:"bytes,11,opt,name=td_stream_url,json=tdStreamUrl,proto3" json:"td_stream_url"`
	TdChannel   string `protobuf:"bytes,12,opt,name=td_channel,json=tdChannel,proto3" json:"td_channel"`
	// contains filtered or unexported fields
}

func (*CommonLiveInfoRes) Descriptor deprecated

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

Deprecated: Use CommonLiveInfoRes.ProtoReflect.Descriptor instead.

func (*CommonLiveInfoRes) GetAnchorId

func (x *CommonLiveInfoRes) GetAnchorId() int64

func (*CommonLiveInfoRes) GetCdnType

func (x *CommonLiveInfoRes) GetCdnType() string

func (*CommonLiveInfoRes) GetClassifyId

func (x *CommonLiveInfoRes) GetClassifyId() uint32

func (*CommonLiveInfoRes) GetCountry

func (x *CommonLiveInfoRes) GetCountry() string

func (*CommonLiveInfoRes) GetId

func (x *CommonLiveInfoRes) GetId() uint64

func (*CommonLiveInfoRes) GetLiveTag

func (x *CommonLiveInfoRes) GetLiveTag() uint32

func (*CommonLiveInfoRes) GetLiveType

func (x *CommonLiveInfoRes) GetLiveType() string

func (*CommonLiveInfoRes) GetPic

func (x *CommonLiveInfoRes) GetPic() string

func (*CommonLiveInfoRes) GetStatus

func (x *CommonLiveInfoRes) GetStatus() string

func (*CommonLiveInfoRes) GetTdChannel

func (x *CommonLiveInfoRes) GetTdChannel() string

func (*CommonLiveInfoRes) GetTdStreamUrl

func (x *CommonLiveInfoRes) GetTdStreamUrl() string

func (*CommonLiveInfoRes) GetTitle

func (x *CommonLiveInfoRes) GetTitle() string

func (*CommonLiveInfoRes) ProtoMessage

func (*CommonLiveInfoRes) ProtoMessage()

func (*CommonLiveInfoRes) ProtoReflect

func (x *CommonLiveInfoRes) ProtoReflect() protoreflect.Message

func (*CommonLiveInfoRes) Reset

func (x *CommonLiveInfoRes) Reset()

func (*CommonLiveInfoRes) String

func (x *CommonLiveInfoRes) String() string

func (*CommonLiveInfoRes) Validate

func (m *CommonLiveInfoRes) Validate() error

Validate checks the field values on CommonLiveInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonLiveInfoRes) ValidateAll

func (m *CommonLiveInfoRes) ValidateAll() error

ValidateAll checks the field values on CommonLiveInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonLiveInfoResMultiError, or nil if none found.

type CommonLiveInfoResMultiError

type CommonLiveInfoResMultiError []error

CommonLiveInfoResMultiError is an error wrapping multiple validation errors returned by CommonLiveInfoRes.ValidateAll() if the designated constraints aren't met.

func (CommonLiveInfoResMultiError) AllErrors

func (m CommonLiveInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonLiveInfoResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonLiveInfoResValidationError

type CommonLiveInfoResValidationError struct {
	// contains filtered or unexported fields
}

CommonLiveInfoResValidationError is the validation error returned by CommonLiveInfoRes.Validate if the designated constraints aren't met.

func (CommonLiveInfoResValidationError) Cause

Cause function returns cause value.

func (CommonLiveInfoResValidationError) Error

Error satisfies the builtin error interface

func (CommonLiveInfoResValidationError) ErrorName

ErrorName returns error name.

func (CommonLiveInfoResValidationError) Field

Field function returns field value.

func (CommonLiveInfoResValidationError) Key

Key function returns key value.

func (CommonLiveInfoResValidationError) Reason

Reason function returns reason value.

type CommonLiveInfoUrlsRes

type CommonLiveInfoUrlsRes struct {
	BaseUrl string `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3" json:"base_url"`
	Query   string `protobuf:"bytes,2,opt,name=query,proto3" json:"query"`
	// contains filtered or unexported fields
}

func (*CommonLiveInfoUrlsRes) Descriptor deprecated

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

Deprecated: Use CommonLiveInfoUrlsRes.ProtoReflect.Descriptor instead.

func (*CommonLiveInfoUrlsRes) GetBaseUrl

func (x *CommonLiveInfoUrlsRes) GetBaseUrl() string

func (*CommonLiveInfoUrlsRes) GetQuery

func (x *CommonLiveInfoUrlsRes) GetQuery() string

func (*CommonLiveInfoUrlsRes) ProtoMessage

func (*CommonLiveInfoUrlsRes) ProtoMessage()

func (*CommonLiveInfoUrlsRes) ProtoReflect

func (x *CommonLiveInfoUrlsRes) ProtoReflect() protoreflect.Message

func (*CommonLiveInfoUrlsRes) Reset

func (x *CommonLiveInfoUrlsRes) Reset()

func (*CommonLiveInfoUrlsRes) String

func (x *CommonLiveInfoUrlsRes) String() string

func (*CommonLiveInfoUrlsRes) Validate

func (m *CommonLiveInfoUrlsRes) Validate() error

Validate checks the field values on CommonLiveInfoUrlsRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonLiveInfoUrlsRes) ValidateAll

func (m *CommonLiveInfoUrlsRes) ValidateAll() error

ValidateAll checks the field values on CommonLiveInfoUrlsRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonLiveInfoUrlsResMultiError, or nil if none found.

type CommonLiveInfoUrlsResMultiError

type CommonLiveInfoUrlsResMultiError []error

CommonLiveInfoUrlsResMultiError is an error wrapping multiple validation errors returned by CommonLiveInfoUrlsRes.ValidateAll() if the designated constraints aren't met.

func (CommonLiveInfoUrlsResMultiError) AllErrors

func (m CommonLiveInfoUrlsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonLiveInfoUrlsResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonLiveInfoUrlsResValidationError

type CommonLiveInfoUrlsResValidationError struct {
	// contains filtered or unexported fields
}

CommonLiveInfoUrlsResValidationError is the validation error returned by CommonLiveInfoUrlsRes.Validate if the designated constraints aren't met.

func (CommonLiveInfoUrlsResValidationError) Cause

Cause function returns cause value.

func (CommonLiveInfoUrlsResValidationError) Error

Error satisfies the builtin error interface

func (CommonLiveInfoUrlsResValidationError) ErrorName

ErrorName returns error name.

func (CommonLiveInfoUrlsResValidationError) Field

Field function returns field value.

func (CommonLiveInfoUrlsResValidationError) Key

Key function returns key value.

func (CommonLiveInfoUrlsResValidationError) Reason

Reason function returns reason value.

type CountryHotRecommendLive

type CountryHotRecommendLive struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	AnchorId    int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId  uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Country     string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	Title       string `protobuf:"bytes,5,opt,name=title,proto3" json:"title"`
	Pic         string `protobuf:"bytes,6,opt,name=pic,proto3" json:"pic"`
	Status      string `protobuf:"bytes,7,opt,name=status,proto3" json:"status"`
	LiveType    string `protobuf:"bytes,8,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	CdnType     string `protobuf:"bytes,10,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	TdStreamUrl string `protobuf:"bytes,11,opt,name=td_stream_url,json=tdStreamUrl,proto3" json:"td_stream_url"`
	TdChannel   string `protobuf:"bytes,12,opt,name=td_channel,json=tdChannel,proto3" json:"td_channel"`
	// contains filtered or unexported fields
}

func (*CountryHotRecommendLive) Descriptor deprecated

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

Deprecated: Use CountryHotRecommendLive.ProtoReflect.Descriptor instead.

func (*CountryHotRecommendLive) GetAnchorId

func (x *CountryHotRecommendLive) GetAnchorId() int64

func (*CountryHotRecommendLive) GetCdnType

func (x *CountryHotRecommendLive) GetCdnType() string

func (*CountryHotRecommendLive) GetClassifyId

func (x *CountryHotRecommendLive) GetClassifyId() uint32

func (*CountryHotRecommendLive) GetCountry

func (x *CountryHotRecommendLive) GetCountry() string

func (*CountryHotRecommendLive) GetId

func (x *CountryHotRecommendLive) GetId() uint64

func (*CountryHotRecommendLive) GetLiveType

func (x *CountryHotRecommendLive) GetLiveType() string

func (*CountryHotRecommendLive) GetPic

func (x *CountryHotRecommendLive) GetPic() string

func (*CountryHotRecommendLive) GetStatus

func (x *CountryHotRecommendLive) GetStatus() string

func (*CountryHotRecommendLive) GetTdChannel

func (x *CountryHotRecommendLive) GetTdChannel() string

func (*CountryHotRecommendLive) GetTdStreamUrl

func (x *CountryHotRecommendLive) GetTdStreamUrl() string

func (*CountryHotRecommendLive) GetTitle

func (x *CountryHotRecommendLive) GetTitle() string

func (*CountryHotRecommendLive) ProtoMessage

func (*CountryHotRecommendLive) ProtoMessage()

func (*CountryHotRecommendLive) ProtoReflect

func (x *CountryHotRecommendLive) ProtoReflect() protoreflect.Message

func (*CountryHotRecommendLive) Reset

func (x *CountryHotRecommendLive) Reset()

func (*CountryHotRecommendLive) String

func (x *CountryHotRecommendLive) String() string

func (*CountryHotRecommendLive) Validate

func (m *CountryHotRecommendLive) Validate() error

Validate checks the field values on CountryHotRecommendLive with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CountryHotRecommendLive) ValidateAll

func (m *CountryHotRecommendLive) ValidateAll() error

ValidateAll checks the field values on CountryHotRecommendLive with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CountryHotRecommendLiveMultiError, or nil if none found.

type CountryHotRecommendLiveMultiError

type CountryHotRecommendLiveMultiError []error

CountryHotRecommendLiveMultiError is an error wrapping multiple validation errors returned by CountryHotRecommendLive.ValidateAll() if the designated constraints aren't met.

func (CountryHotRecommendLiveMultiError) AllErrors

func (m CountryHotRecommendLiveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CountryHotRecommendLiveMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CountryHotRecommendLiveValidationError

type CountryHotRecommendLiveValidationError struct {
	// contains filtered or unexported fields
}

CountryHotRecommendLiveValidationError is the validation error returned by CountryHotRecommendLive.Validate if the designated constraints aren't met.

func (CountryHotRecommendLiveValidationError) Cause

Cause function returns cause value.

func (CountryHotRecommendLiveValidationError) Error

Error satisfies the builtin error interface

func (CountryHotRecommendLiveValidationError) ErrorName

ErrorName returns error name.

func (CountryHotRecommendLiveValidationError) Field

Field function returns field value.

func (CountryHotRecommendLiveValidationError) Key

Key function returns key value.

func (CountryHotRecommendLiveValidationError) Reason

Reason function returns reason value.

type CountryRecommendRes

type CountryRecommendRes struct {
	Live   *CommonLiveInfoRes       `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	CdnSdk *CommonLiveInfoCdnSdkRes `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	// contains filtered or unexported fields
}

func (*CountryRecommendRes) Descriptor deprecated

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

Deprecated: Use CountryRecommendRes.ProtoReflect.Descriptor instead.

func (*CountryRecommendRes) GetCdnSdk

func (*CountryRecommendRes) GetLive

func (x *CountryRecommendRes) GetLive() *CommonLiveInfoRes

func (*CountryRecommendRes) ProtoMessage

func (*CountryRecommendRes) ProtoMessage()

func (*CountryRecommendRes) ProtoReflect

func (x *CountryRecommendRes) ProtoReflect() protoreflect.Message

func (*CountryRecommendRes) Reset

func (x *CountryRecommendRes) Reset()

func (*CountryRecommendRes) String

func (x *CountryRecommendRes) String() string

func (*CountryRecommendRes) Validate

func (m *CountryRecommendRes) Validate() error

Validate checks the field values on CountryRecommendRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CountryRecommendRes) ValidateAll

func (m *CountryRecommendRes) ValidateAll() error

ValidateAll checks the field values on CountryRecommendRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CountryRecommendResMultiError, or nil if none found.

type CountryRecommendResMultiError

type CountryRecommendResMultiError []error

CountryRecommendResMultiError is an error wrapping multiple validation errors returned by CountryRecommendRes.ValidateAll() if the designated constraints aren't met.

func (CountryRecommendResMultiError) AllErrors

func (m CountryRecommendResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CountryRecommendResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CountryRecommendResValidationError

type CountryRecommendResValidationError struct {
	// contains filtered or unexported fields
}

CountryRecommendResValidationError is the validation error returned by CountryRecommendRes.Validate if the designated constraints aren't met.

func (CountryRecommendResValidationError) Cause

Cause function returns cause value.

func (CountryRecommendResValidationError) Error

Error satisfies the builtin error interface

func (CountryRecommendResValidationError) ErrorName

ErrorName returns error name.

func (CountryRecommendResValidationError) Field

Field function returns field value.

func (CountryRecommendResValidationError) Key

Key function returns key value.

func (CountryRecommendResValidationError) Reason

Reason function returns reason value.

type CreateSupportLiveRequest

type CreateSupportLiveRequest struct {
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id"`
	// contains filtered or unexported fields
}

func (*CreateSupportLiveRequest) Descriptor deprecated

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

Deprecated: Use CreateSupportLiveRequest.ProtoReflect.Descriptor instead.

func (*CreateSupportLiveRequest) GetUserId

func (x *CreateSupportLiveRequest) GetUserId() int64

func (*CreateSupportLiveRequest) ProtoMessage

func (*CreateSupportLiveRequest) ProtoMessage()

func (*CreateSupportLiveRequest) ProtoReflect

func (x *CreateSupportLiveRequest) ProtoReflect() protoreflect.Message

func (*CreateSupportLiveRequest) Reset

func (x *CreateSupportLiveRequest) Reset()

func (*CreateSupportLiveRequest) String

func (x *CreateSupportLiveRequest) String() string

func (*CreateSupportLiveRequest) Validate

func (m *CreateSupportLiveRequest) Validate() error

Validate checks the field values on CreateSupportLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportLiveRequest) ValidateAll

func (m *CreateSupportLiveRequest) ValidateAll() error

ValidateAll checks the field values on CreateSupportLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportLiveRequestMultiError, or nil if none found.

type CreateSupportLiveRequestMultiError

type CreateSupportLiveRequestMultiError []error

CreateSupportLiveRequestMultiError is an error wrapping multiple validation errors returned by CreateSupportLiveRequest.ValidateAll() if the designated constraints aren't met.

func (CreateSupportLiveRequestMultiError) AllErrors

func (m CreateSupportLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSupportLiveRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportLiveRequestValidationError

type CreateSupportLiveRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportLiveRequestValidationError is the validation error returned by CreateSupportLiveRequest.Validate if the designated constraints aren't met.

func (CreateSupportLiveRequestValidationError) Cause

Cause function returns cause value.

func (CreateSupportLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportLiveRequestValidationError) Field

Field function returns field value.

func (CreateSupportLiveRequestValidationError) Key

Key function returns key value.

func (CreateSupportLiveRequestValidationError) Reason

Reason function returns reason value.

type CreateSupportLiveResponse

type CreateSupportLiveResponse struct {
	StreamSdk *CreateSupportLiveResponse_CreateLiveStreamSdkRes `protobuf:"bytes,1,opt,name=stream_sdk,json=streamSdk,proto3" json:"stream_sdk"`
	CdnSdk    *CreateSupportLiveResponse_CreateLiveCdnSdkRes    `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	// contains filtered or unexported fields
}

func (*CreateSupportLiveResponse) Descriptor deprecated

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

Deprecated: Use CreateSupportLiveResponse.ProtoReflect.Descriptor instead.

func (*CreateSupportLiveResponse) GetCdnSdk

func (*CreateSupportLiveResponse) GetStreamSdk

func (*CreateSupportLiveResponse) ProtoMessage

func (*CreateSupportLiveResponse) ProtoMessage()

func (*CreateSupportLiveResponse) ProtoReflect

func (*CreateSupportLiveResponse) Reset

func (x *CreateSupportLiveResponse) Reset()

func (*CreateSupportLiveResponse) String

func (x *CreateSupportLiveResponse) String() string

func (*CreateSupportLiveResponse) Validate

func (m *CreateSupportLiveResponse) Validate() error

Validate checks the field values on CreateSupportLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportLiveResponse) ValidateAll

func (m *CreateSupportLiveResponse) ValidateAll() error

ValidateAll checks the field values on CreateSupportLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportLiveResponseMultiError, or nil if none found.

type CreateSupportLiveResponseMultiError

type CreateSupportLiveResponseMultiError []error

CreateSupportLiveResponseMultiError is an error wrapping multiple validation errors returned by CreateSupportLiveResponse.ValidateAll() if the designated constraints aren't met.

func (CreateSupportLiveResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSupportLiveResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportLiveResponseValidationError

type CreateSupportLiveResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportLiveResponseValidationError is the validation error returned by CreateSupportLiveResponse.Validate if the designated constraints aren't met.

func (CreateSupportLiveResponseValidationError) Cause

Cause function returns cause value.

func (CreateSupportLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportLiveResponseValidationError) Field

Field function returns field value.

func (CreateSupportLiveResponseValidationError) Key

Key function returns key value.

func (CreateSupportLiveResponseValidationError) Reason

Reason function returns reason value.

type CreateSupportLiveResponse_CreateLiveCdnSdkRes

type CreateSupportLiveResponse_CreateLiveCdnSdkRes struct {
	StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id"`
	PushUrl  string `protobuf:"bytes,2,opt,name=push_url,json=pushUrl,proto3" json:"push_url"`
	Cdn      string `protobuf:"bytes,3,opt,name=cdn,proto3" json:"cdn"`
	// contains filtered or unexported fields
}

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) Descriptor deprecated

Deprecated: Use CreateSupportLiveResponse_CreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) GetCdn

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) GetPushUrl

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) GetStreamId

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) ProtoMessage

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) ProtoReflect

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) Reset

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) String

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) Validate

Validate checks the field values on CreateSupportLiveResponse_CreateLiveCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportLiveResponse_CreateLiveCdnSdkRes) ValidateAll

ValidateAll checks the field values on CreateSupportLiveResponse_CreateLiveCdnSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError, or nil if none found.

type CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError

type CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError []error

CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError is an error wrapping multiple validation errors returned by CreateSupportLiveResponse_CreateLiveCdnSdkRes.ValidateAll() if the designated constraints aren't met.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError

type CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError is the validation error returned by CreateSupportLiveResponse_CreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CreateSupportLiveResponse_CreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type CreateSupportLiveResponse_CreateLiveStreamSdkRes

type CreateSupportLiveResponse_CreateLiveStreamSdkRes struct {
	Token      string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
	UserId     int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id"`
	EncodeType string `protobuf:"bytes,3,opt,name=encode_type,json=encodeType,proto3" json:"encode_type"`
	Sdk        string `protobuf:"bytes,4,opt,name=sdk,proto3" json:"sdk"`
	// contains filtered or unexported fields
}

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) Descriptor deprecated

Deprecated: Use CreateSupportLiveResponse_CreateLiveStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) GetEncodeType

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) GetSdk

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) GetToken

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) GetUserId

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) ProtoMessage

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) ProtoReflect

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) Reset

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) String

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) Validate

Validate checks the field values on CreateSupportLiveResponse_CreateLiveStreamSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportLiveResponse_CreateLiveStreamSdkRes) ValidateAll

ValidateAll checks the field values on CreateSupportLiveResponse_CreateLiveStreamSdkRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError, or nil if none found.

type CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError

type CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError []error

CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError is an error wrapping multiple validation errors returned by CreateSupportLiveResponse_CreateLiveStreamSdkRes.ValidateAll() if the designated constraints aren't met.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError

type CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError is the validation error returned by CreateSupportLiveResponse_CreateLiveStreamSdkRes.Validate if the designated constraints aren't met.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) Field

Field function returns field value.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) Key

Key function returns key value.

func (CreateSupportLiveResponse_CreateLiveStreamSdkResValidationError) Reason

Reason function returns reason value.

type CreateSupportStartLiveRequest

type CreateSupportStartLiveRequest struct {
	UserId int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id"`
	LiveId uint64 `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	LinkId uint64 `protobuf:"varint,3,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	// contains filtered or unexported fields
}

func (*CreateSupportStartLiveRequest) Descriptor deprecated

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

Deprecated: Use CreateSupportStartLiveRequest.ProtoReflect.Descriptor instead.

func (*CreateSupportStartLiveRequest) GetLinkId

func (x *CreateSupportStartLiveRequest) GetLinkId() uint64

func (*CreateSupportStartLiveRequest) GetLiveId

func (x *CreateSupportStartLiveRequest) GetLiveId() uint64

func (*CreateSupportStartLiveRequest) GetUserId

func (x *CreateSupportStartLiveRequest) GetUserId() int64

func (*CreateSupportStartLiveRequest) ProtoMessage

func (*CreateSupportStartLiveRequest) ProtoMessage()

func (*CreateSupportStartLiveRequest) ProtoReflect

func (*CreateSupportStartLiveRequest) Reset

func (x *CreateSupportStartLiveRequest) Reset()

func (*CreateSupportStartLiveRequest) String

func (*CreateSupportStartLiveRequest) Validate

func (m *CreateSupportStartLiveRequest) Validate() error

Validate checks the field values on CreateSupportStartLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportStartLiveRequest) ValidateAll

func (m *CreateSupportStartLiveRequest) ValidateAll() error

ValidateAll checks the field values on CreateSupportStartLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportStartLiveRequestMultiError, or nil if none found.

type CreateSupportStartLiveRequestMultiError

type CreateSupportStartLiveRequestMultiError []error

CreateSupportStartLiveRequestMultiError is an error wrapping multiple validation errors returned by CreateSupportStartLiveRequest.ValidateAll() if the designated constraints aren't met.

func (CreateSupportStartLiveRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSupportStartLiveRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportStartLiveRequestValidationError

type CreateSupportStartLiveRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportStartLiveRequestValidationError is the validation error returned by CreateSupportStartLiveRequest.Validate if the designated constraints aren't met.

func (CreateSupportStartLiveRequestValidationError) Cause

Cause function returns cause value.

func (CreateSupportStartLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportStartLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportStartLiveRequestValidationError) Field

Field function returns field value.

func (CreateSupportStartLiveRequestValidationError) Key

Key function returns key value.

func (CreateSupportStartLiveRequestValidationError) Reason

Reason function returns reason value.

type CreateSupportStartLiveResponse

type CreateSupportStartLiveResponse struct {
	// contains filtered or unexported fields
}

func (*CreateSupportStartLiveResponse) Descriptor deprecated

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

Deprecated: Use CreateSupportStartLiveResponse.ProtoReflect.Descriptor instead.

func (*CreateSupportStartLiveResponse) ProtoMessage

func (*CreateSupportStartLiveResponse) ProtoMessage()

func (*CreateSupportStartLiveResponse) ProtoReflect

func (*CreateSupportStartLiveResponse) Reset

func (x *CreateSupportStartLiveResponse) Reset()

func (*CreateSupportStartLiveResponse) String

func (*CreateSupportStartLiveResponse) Validate

func (m *CreateSupportStartLiveResponse) Validate() error

Validate checks the field values on CreateSupportStartLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSupportStartLiveResponse) ValidateAll

func (m *CreateSupportStartLiveResponse) ValidateAll() error

ValidateAll checks the field values on CreateSupportStartLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSupportStartLiveResponseMultiError, or nil if none found.

type CreateSupportStartLiveResponseMultiError

type CreateSupportStartLiveResponseMultiError []error

CreateSupportStartLiveResponseMultiError is an error wrapping multiple validation errors returned by CreateSupportStartLiveResponse.ValidateAll() if the designated constraints aren't met.

func (CreateSupportStartLiveResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSupportStartLiveResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSupportStartLiveResponseValidationError

type CreateSupportStartLiveResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateSupportStartLiveResponseValidationError is the validation error returned by CreateSupportStartLiveResponse.Validate if the designated constraints aren't met.

func (CreateSupportStartLiveResponseValidationError) Cause

Cause function returns cause value.

func (CreateSupportStartLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateSupportStartLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateSupportStartLiveResponseValidationError) Field

Field function returns field value.

func (CreateSupportStartLiveResponseValidationError) Key

Key function returns key value.

func (CreateSupportStartLiveResponseValidationError) Reason

Reason function returns reason value.

type DiamondLivesRequest

type DiamondLivesRequest struct {
	SearchId int64  `protobuf:"varint,1,opt,name=search_id,json=searchId,proto3" json:"search_id"`
	Page     uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size     uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	// contains filtered or unexported fields
}

砖石榜单列表

func (*DiamondLivesRequest) Descriptor deprecated

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

Deprecated: Use DiamondLivesRequest.ProtoReflect.Descriptor instead.

func (*DiamondLivesRequest) GetPage

func (x *DiamondLivesRequest) GetPage() uint32

func (*DiamondLivesRequest) GetSearchId

func (x *DiamondLivesRequest) GetSearchId() int64

func (*DiamondLivesRequest) GetSize

func (x *DiamondLivesRequest) GetSize() uint32

func (*DiamondLivesRequest) ProtoMessage

func (*DiamondLivesRequest) ProtoMessage()

func (*DiamondLivesRequest) ProtoReflect

func (x *DiamondLivesRequest) ProtoReflect() protoreflect.Message

func (*DiamondLivesRequest) Reset

func (x *DiamondLivesRequest) Reset()

func (*DiamondLivesRequest) String

func (x *DiamondLivesRequest) String() string

func (*DiamondLivesRequest) Validate

func (m *DiamondLivesRequest) Validate() error

Validate checks the field values on DiamondLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DiamondLivesRequest) ValidateAll

func (m *DiamondLivesRequest) ValidateAll() error

ValidateAll checks the field values on DiamondLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DiamondLivesRequestMultiError, or nil if none found.

type DiamondLivesRequestMultiError

type DiamondLivesRequestMultiError []error

DiamondLivesRequestMultiError is an error wrapping multiple validation errors returned by DiamondLivesRequest.ValidateAll() if the designated constraints aren't met.

func (DiamondLivesRequestMultiError) AllErrors

func (m DiamondLivesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DiamondLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DiamondLivesRequestValidationError

type DiamondLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

DiamondLivesRequestValidationError is the validation error returned by DiamondLivesRequest.Validate if the designated constraints aren't met.

func (DiamondLivesRequestValidationError) Cause

Cause function returns cause value.

func (DiamondLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (DiamondLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (DiamondLivesRequestValidationError) Field

Field function returns field value.

func (DiamondLivesRequestValidationError) Key

Key function returns key value.

func (DiamondLivesRequestValidationError) Reason

Reason function returns reason value.

type DiamondLivesResponse

type DiamondLivesResponse struct {
	Lives []*SeeLivesResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*DiamondLivesResponse) Descriptor deprecated

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

Deprecated: Use DiamondLivesResponse.ProtoReflect.Descriptor instead.

func (*DiamondLivesResponse) GetLives

func (x *DiamondLivesResponse) GetLives() []*SeeLivesResponse

func (*DiamondLivesResponse) GetPage

func (x *DiamondLivesResponse) GetPage() uint32

func (*DiamondLivesResponse) GetTotal

func (x *DiamondLivesResponse) GetTotal() uint32

func (*DiamondLivesResponse) ProtoMessage

func (*DiamondLivesResponse) ProtoMessage()

func (*DiamondLivesResponse) ProtoReflect

func (x *DiamondLivesResponse) ProtoReflect() protoreflect.Message

func (*DiamondLivesResponse) Reset

func (x *DiamondLivesResponse) Reset()

func (*DiamondLivesResponse) String

func (x *DiamondLivesResponse) String() string

func (*DiamondLivesResponse) Validate

func (m *DiamondLivesResponse) Validate() error

Validate checks the field values on DiamondLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DiamondLivesResponse) ValidateAll

func (m *DiamondLivesResponse) ValidateAll() error

ValidateAll checks the field values on DiamondLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DiamondLivesResponseMultiError, or nil if none found.

type DiamondLivesResponseMultiError

type DiamondLivesResponseMultiError []error

DiamondLivesResponseMultiError is an error wrapping multiple validation errors returned by DiamondLivesResponse.ValidateAll() if the designated constraints aren't met.

func (DiamondLivesResponseMultiError) AllErrors

func (m DiamondLivesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DiamondLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DiamondLivesResponseValidationError

type DiamondLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

DiamondLivesResponseValidationError is the validation error returned by DiamondLivesResponse.Validate if the designated constraints aren't met.

func (DiamondLivesResponseValidationError) Cause

Cause function returns cause value.

func (DiamondLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (DiamondLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (DiamondLivesResponseValidationError) Field

Field function returns field value.

func (DiamondLivesResponseValidationError) Key

Key function returns key value.

func (DiamondLivesResponseValidationError) Reason

Reason function returns reason value.

type EventLive

type EventLive struct {
	Live *Live `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

直播事件消息

func (*EventLive) Descriptor deprecated

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

Deprecated: Use EventLive.ProtoReflect.Descriptor instead.

func (*EventLive) GetLive

func (x *EventLive) GetLive() *Live

func (*EventLive) ProtoMessage

func (*EventLive) ProtoMessage()

func (*EventLive) ProtoReflect

func (x *EventLive) ProtoReflect() protoreflect.Message

func (*EventLive) Reset

func (x *EventLive) Reset()

func (*EventLive) String

func (x *EventLive) String() string

func (*EventLive) Validate

func (m *EventLive) Validate() error

Validate checks the field values on EventLive with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EventLive) ValidateAll

func (m *EventLive) ValidateAll() error

ValidateAll checks the field values on EventLive with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EventLiveMultiError, or nil if none found.

type EventLiveMultiError

type EventLiveMultiError []error

EventLiveMultiError is an error wrapping multiple validation errors returned by EventLive.ValidateAll() if the designated constraints aren't met.

func (EventLiveMultiError) AllErrors

func (m EventLiveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventLiveMultiError) Error

func (m EventLiveMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EventLiveValidationError

type EventLiveValidationError struct {
	// contains filtered or unexported fields
}

EventLiveValidationError is the validation error returned by EventLive.Validate if the designated constraints aren't met.

func (EventLiveValidationError) Cause

func (e EventLiveValidationError) Cause() error

Cause function returns cause value.

func (EventLiveValidationError) Error

func (e EventLiveValidationError) Error() string

Error satisfies the builtin error interface

func (EventLiveValidationError) ErrorName

func (e EventLiveValidationError) ErrorName() string

ErrorName returns error name.

func (EventLiveValidationError) Field

func (e EventLiveValidationError) Field() string

Field function returns field value.

func (EventLiveValidationError) Key

Key function returns key value.

func (EventLiveValidationError) Reason

func (e EventLiveValidationError) Reason() string

Reason function returns reason value.

type FreshLivingsRequest

type FreshLivingsRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

func (*FreshLivingsRequest) Descriptor deprecated

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

Deprecated: Use FreshLivingsRequest.ProtoReflect.Descriptor instead.

func (*FreshLivingsRequest) GetAudienceId

func (x *FreshLivingsRequest) GetAudienceId() int64

func (*FreshLivingsRequest) GetCountry

func (x *FreshLivingsRequest) GetCountry() string

func (*FreshLivingsRequest) GetPage

func (x *FreshLivingsRequest) GetPage() uint32

func (*FreshLivingsRequest) GetSize

func (x *FreshLivingsRequest) GetSize() uint32

func (*FreshLivingsRequest) ProtoMessage

func (*FreshLivingsRequest) ProtoMessage()

func (*FreshLivingsRequest) ProtoReflect

func (x *FreshLivingsRequest) ProtoReflect() protoreflect.Message

func (*FreshLivingsRequest) Reset

func (x *FreshLivingsRequest) Reset()

func (*FreshLivingsRequest) String

func (x *FreshLivingsRequest) String() string

func (*FreshLivingsRequest) Validate

func (m *FreshLivingsRequest) Validate() error

Validate checks the field values on FreshLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FreshLivingsRequest) ValidateAll

func (m *FreshLivingsRequest) ValidateAll() error

ValidateAll checks the field values on FreshLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FreshLivingsRequestMultiError, or nil if none found.

type FreshLivingsRequestMultiError

type FreshLivingsRequestMultiError []error

FreshLivingsRequestMultiError is an error wrapping multiple validation errors returned by FreshLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (FreshLivingsRequestMultiError) AllErrors

func (m FreshLivingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FreshLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FreshLivingsRequestValidationError

type FreshLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

FreshLivingsRequestValidationError is the validation error returned by FreshLivingsRequest.Validate if the designated constraints aren't met.

func (FreshLivingsRequestValidationError) Cause

Cause function returns cause value.

func (FreshLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (FreshLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (FreshLivingsRequestValidationError) Field

Field function returns field value.

func (FreshLivingsRequestValidationError) Key

Key function returns key value.

func (FreshLivingsRequestValidationError) Reason

Reason function returns reason value.

type FreshLivingsResponse

type FreshLivingsResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*FreshLivingsResponse) Descriptor deprecated

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

Deprecated: Use FreshLivingsResponse.ProtoReflect.Descriptor instead.

func (*FreshLivingsResponse) GetLives

func (x *FreshLivingsResponse) GetLives() []*LiveInfoResponse

func (*FreshLivingsResponse) GetPage

func (x *FreshLivingsResponse) GetPage() uint32

func (*FreshLivingsResponse) GetTotal

func (x *FreshLivingsResponse) GetTotal() uint32

func (*FreshLivingsResponse) ProtoMessage

func (*FreshLivingsResponse) ProtoMessage()

func (*FreshLivingsResponse) ProtoReflect

func (x *FreshLivingsResponse) ProtoReflect() protoreflect.Message

func (*FreshLivingsResponse) Reset

func (x *FreshLivingsResponse) Reset()

func (*FreshLivingsResponse) String

func (x *FreshLivingsResponse) String() string

func (*FreshLivingsResponse) Validate

func (m *FreshLivingsResponse) Validate() error

Validate checks the field values on FreshLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FreshLivingsResponse) ValidateAll

func (m *FreshLivingsResponse) ValidateAll() error

ValidateAll checks the field values on FreshLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FreshLivingsResponseMultiError, or nil if none found.

type FreshLivingsResponseMultiError

type FreshLivingsResponseMultiError []error

FreshLivingsResponseMultiError is an error wrapping multiple validation errors returned by FreshLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (FreshLivingsResponseMultiError) AllErrors

func (m FreshLivingsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FreshLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FreshLivingsResponseValidationError

type FreshLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

FreshLivingsResponseValidationError is the validation error returned by FreshLivingsResponse.Validate if the designated constraints aren't met.

func (FreshLivingsResponseValidationError) Cause

Cause function returns cause value.

func (FreshLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (FreshLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (FreshLivingsResponseValidationError) Field

Field function returns field value.

func (FreshLivingsResponseValidationError) Key

Key function returns key value.

func (FreshLivingsResponseValidationError) Reason

Reason function returns reason value.

type HotCountryRecommendLivingsRequest

type HotCountryRecommendLivingsRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	// contains filtered or unexported fields
}

热门国家推荐直播列表

func (*HotCountryRecommendLivingsRequest) Descriptor deprecated

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

Deprecated: Use HotCountryRecommendLivingsRequest.ProtoReflect.Descriptor instead.

func (*HotCountryRecommendLivingsRequest) GetAudienceId

func (x *HotCountryRecommendLivingsRequest) GetAudienceId() int64

func (*HotCountryRecommendLivingsRequest) GetPage

func (*HotCountryRecommendLivingsRequest) GetSize

func (*HotCountryRecommendLivingsRequest) ProtoMessage

func (*HotCountryRecommendLivingsRequest) ProtoMessage()

func (*HotCountryRecommendLivingsRequest) ProtoReflect

func (*HotCountryRecommendLivingsRequest) Reset

func (*HotCountryRecommendLivingsRequest) String

func (*HotCountryRecommendLivingsRequest) Validate

Validate checks the field values on HotCountryRecommendLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HotCountryRecommendLivingsRequest) ValidateAll

func (m *HotCountryRecommendLivingsRequest) ValidateAll() error

ValidateAll checks the field values on HotCountryRecommendLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HotCountryRecommendLivingsRequestMultiError, or nil if none found.

type HotCountryRecommendLivingsRequestMultiError

type HotCountryRecommendLivingsRequestMultiError []error

HotCountryRecommendLivingsRequestMultiError is an error wrapping multiple validation errors returned by HotCountryRecommendLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (HotCountryRecommendLivingsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (HotCountryRecommendLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HotCountryRecommendLivingsRequestValidationError

type HotCountryRecommendLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

HotCountryRecommendLivingsRequestValidationError is the validation error returned by HotCountryRecommendLivingsRequest.Validate if the designated constraints aren't met.

func (HotCountryRecommendLivingsRequestValidationError) Cause

Cause function returns cause value.

func (HotCountryRecommendLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (HotCountryRecommendLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (HotCountryRecommendLivingsRequestValidationError) Field

Field function returns field value.

func (HotCountryRecommendLivingsRequestValidationError) Key

Key function returns key value.

func (HotCountryRecommendLivingsRequestValidationError) Reason

Reason function returns reason value.

type HotCountryRecommendLivingsResponse

type HotCountryRecommendLivingsResponse struct {
	Lives []*CountryRecommendRes `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32                 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32                 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*HotCountryRecommendLivingsResponse) Descriptor deprecated

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

Deprecated: Use HotCountryRecommendLivingsResponse.ProtoReflect.Descriptor instead.

func (*HotCountryRecommendLivingsResponse) GetLives

func (*HotCountryRecommendLivingsResponse) GetPage

func (*HotCountryRecommendLivingsResponse) GetTotal

func (*HotCountryRecommendLivingsResponse) ProtoMessage

func (*HotCountryRecommendLivingsResponse) ProtoMessage()

func (*HotCountryRecommendLivingsResponse) ProtoReflect

func (*HotCountryRecommendLivingsResponse) Reset

func (*HotCountryRecommendLivingsResponse) String

func (*HotCountryRecommendLivingsResponse) Validate

Validate checks the field values on HotCountryRecommendLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HotCountryRecommendLivingsResponse) ValidateAll

func (m *HotCountryRecommendLivingsResponse) ValidateAll() error

ValidateAll checks the field values on HotCountryRecommendLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HotCountryRecommendLivingsResponseMultiError, or nil if none found.

type HotCountryRecommendLivingsResponseMultiError

type HotCountryRecommendLivingsResponseMultiError []error

HotCountryRecommendLivingsResponseMultiError is an error wrapping multiple validation errors returned by HotCountryRecommendLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (HotCountryRecommendLivingsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (HotCountryRecommendLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HotCountryRecommendLivingsResponseValidationError

type HotCountryRecommendLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

HotCountryRecommendLivingsResponseValidationError is the validation error returned by HotCountryRecommendLivingsResponse.Validate if the designated constraints aren't met.

func (HotCountryRecommendLivingsResponseValidationError) Cause

Cause function returns cause value.

func (HotCountryRecommendLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (HotCountryRecommendLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (HotCountryRecommendLivingsResponseValidationError) Field

Field function returns field value.

func (HotCountryRecommendLivingsResponseValidationError) Key

Key function returns key value.

func (HotCountryRecommendLivingsResponseValidationError) Reason

Reason function returns reason value.

type HotLivingsRequest

type HotLivingsRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

func (*HotLivingsRequest) Descriptor deprecated

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

Deprecated: Use HotLivingsRequest.ProtoReflect.Descriptor instead.

func (*HotLivingsRequest) GetAudienceId

func (x *HotLivingsRequest) GetAudienceId() int64

func (*HotLivingsRequest) GetCountry

func (x *HotLivingsRequest) GetCountry() string

func (*HotLivingsRequest) GetPage

func (x *HotLivingsRequest) GetPage() uint32

func (*HotLivingsRequest) GetSize

func (x *HotLivingsRequest) GetSize() uint32

func (*HotLivingsRequest) ProtoMessage

func (*HotLivingsRequest) ProtoMessage()

func (*HotLivingsRequest) ProtoReflect

func (x *HotLivingsRequest) ProtoReflect() protoreflect.Message

func (*HotLivingsRequest) Reset

func (x *HotLivingsRequest) Reset()

func (*HotLivingsRequest) String

func (x *HotLivingsRequest) String() string

func (*HotLivingsRequest) Validate

func (m *HotLivingsRequest) Validate() error

Validate checks the field values on HotLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HotLivingsRequest) ValidateAll

func (m *HotLivingsRequest) ValidateAll() error

ValidateAll checks the field values on HotLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HotLivingsRequestMultiError, or nil if none found.

type HotLivingsRequestMultiError

type HotLivingsRequestMultiError []error

HotLivingsRequestMultiError is an error wrapping multiple validation errors returned by HotLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (HotLivingsRequestMultiError) AllErrors

func (m HotLivingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HotLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HotLivingsRequestValidationError

type HotLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

HotLivingsRequestValidationError is the validation error returned by HotLivingsRequest.Validate if the designated constraints aren't met.

func (HotLivingsRequestValidationError) Cause

Cause function returns cause value.

func (HotLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (HotLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (HotLivingsRequestValidationError) Field

Field function returns field value.

func (HotLivingsRequestValidationError) Key

Key function returns key value.

func (HotLivingsRequestValidationError) Reason

Reason function returns reason value.

type HotLivingsResponse

type HotLivingsResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*HotLivingsResponse) Descriptor deprecated

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

Deprecated: Use HotLivingsResponse.ProtoReflect.Descriptor instead.

func (*HotLivingsResponse) GetLives

func (x *HotLivingsResponse) GetLives() []*LiveInfoResponse

func (*HotLivingsResponse) GetPage

func (x *HotLivingsResponse) GetPage() uint32

func (*HotLivingsResponse) GetTotal

func (x *HotLivingsResponse) GetTotal() uint32

func (*HotLivingsResponse) ProtoMessage

func (*HotLivingsResponse) ProtoMessage()

func (*HotLivingsResponse) ProtoReflect

func (x *HotLivingsResponse) ProtoReflect() protoreflect.Message

func (*HotLivingsResponse) Reset

func (x *HotLivingsResponse) Reset()

func (*HotLivingsResponse) String

func (x *HotLivingsResponse) String() string

func (*HotLivingsResponse) Validate

func (m *HotLivingsResponse) Validate() error

Validate checks the field values on HotLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HotLivingsResponse) ValidateAll

func (m *HotLivingsResponse) ValidateAll() error

ValidateAll checks the field values on HotLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HotLivingsResponseMultiError, or nil if none found.

type HotLivingsResponseMultiError

type HotLivingsResponseMultiError []error

HotLivingsResponseMultiError is an error wrapping multiple validation errors returned by HotLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (HotLivingsResponseMultiError) AllErrors

func (m HotLivingsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HotLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HotLivingsResponseValidationError

type HotLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

HotLivingsResponseValidationError is the validation error returned by HotLivingsResponse.Validate if the designated constraints aren't met.

func (HotLivingsResponseValidationError) Cause

Cause function returns cause value.

func (HotLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (HotLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (HotLivingsResponseValidationError) Field

Field function returns field value.

func (HotLivingsResponseValidationError) Key

Key function returns key value.

func (HotLivingsResponseValidationError) Reason

Reason function returns reason value.

type HourRankingLivesRequest

type HourRankingLivesRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	Hour       string `protobuf:"bytes,5,opt,name=hour,proto3" json:"hour"`
	// contains filtered or unexported fields
}

func (*HourRankingLivesRequest) Descriptor deprecated

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

Deprecated: Use HourRankingLivesRequest.ProtoReflect.Descriptor instead.

func (*HourRankingLivesRequest) GetAudienceId

func (x *HourRankingLivesRequest) GetAudienceId() int64

func (*HourRankingLivesRequest) GetCountry

func (x *HourRankingLivesRequest) GetCountry() string

func (*HourRankingLivesRequest) GetHour

func (x *HourRankingLivesRequest) GetHour() string

func (*HourRankingLivesRequest) GetPage

func (x *HourRankingLivesRequest) GetPage() uint32

func (*HourRankingLivesRequest) GetSize

func (x *HourRankingLivesRequest) GetSize() uint32

func (*HourRankingLivesRequest) ProtoMessage

func (*HourRankingLivesRequest) ProtoMessage()

func (*HourRankingLivesRequest) ProtoReflect

func (x *HourRankingLivesRequest) ProtoReflect() protoreflect.Message

func (*HourRankingLivesRequest) Reset

func (x *HourRankingLivesRequest) Reset()

func (*HourRankingLivesRequest) String

func (x *HourRankingLivesRequest) String() string

func (*HourRankingLivesRequest) Validate

func (m *HourRankingLivesRequest) Validate() error

Validate checks the field values on HourRankingLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HourRankingLivesRequest) ValidateAll

func (m *HourRankingLivesRequest) ValidateAll() error

ValidateAll checks the field values on HourRankingLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HourRankingLivesRequestMultiError, or nil if none found.

type HourRankingLivesRequestMultiError

type HourRankingLivesRequestMultiError []error

HourRankingLivesRequestMultiError is an error wrapping multiple validation errors returned by HourRankingLivesRequest.ValidateAll() if the designated constraints aren't met.

func (HourRankingLivesRequestMultiError) AllErrors

func (m HourRankingLivesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HourRankingLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HourRankingLivesRequestValidationError

type HourRankingLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

HourRankingLivesRequestValidationError is the validation error returned by HourRankingLivesRequest.Validate if the designated constraints aren't met.

func (HourRankingLivesRequestValidationError) Cause

Cause function returns cause value.

func (HourRankingLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (HourRankingLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (HourRankingLivesRequestValidationError) Field

Field function returns field value.

func (HourRankingLivesRequestValidationError) Key

Key function returns key value.

func (HourRankingLivesRequestValidationError) Reason

Reason function returns reason value.

type HourRankingLivesResponse

type HourRankingLivesResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*HourRankingLivesResponse) Descriptor deprecated

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

Deprecated: Use HourRankingLivesResponse.ProtoReflect.Descriptor instead.

func (*HourRankingLivesResponse) GetLives

func (x *HourRankingLivesResponse) GetLives() []*LiveInfoResponse

func (*HourRankingLivesResponse) GetPage

func (x *HourRankingLivesResponse) GetPage() uint32

func (*HourRankingLivesResponse) GetTotal

func (x *HourRankingLivesResponse) GetTotal() uint32

func (*HourRankingLivesResponse) ProtoMessage

func (*HourRankingLivesResponse) ProtoMessage()

func (*HourRankingLivesResponse) ProtoReflect

func (x *HourRankingLivesResponse) ProtoReflect() protoreflect.Message

func (*HourRankingLivesResponse) Reset

func (x *HourRankingLivesResponse) Reset()

func (*HourRankingLivesResponse) String

func (x *HourRankingLivesResponse) String() string

func (*HourRankingLivesResponse) Validate

func (m *HourRankingLivesResponse) Validate() error

Validate checks the field values on HourRankingLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HourRankingLivesResponse) ValidateAll

func (m *HourRankingLivesResponse) ValidateAll() error

ValidateAll checks the field values on HourRankingLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HourRankingLivesResponseMultiError, or nil if none found.

type HourRankingLivesResponseMultiError

type HourRankingLivesResponseMultiError []error

HourRankingLivesResponseMultiError is an error wrapping multiple validation errors returned by HourRankingLivesResponse.ValidateAll() if the designated constraints aren't met.

func (HourRankingLivesResponseMultiError) AllErrors

func (m HourRankingLivesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HourRankingLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HourRankingLivesResponseValidationError

type HourRankingLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

HourRankingLivesResponseValidationError is the validation error returned by HourRankingLivesResponse.Validate if the designated constraints aren't met.

func (HourRankingLivesResponseValidationError) Cause

Cause function returns cause value.

func (HourRankingLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (HourRankingLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (HourRankingLivesResponseValidationError) Field

Field function returns field value.

func (HourRankingLivesResponseValidationError) Key

Key function returns key value.

func (HourRankingLivesResponseValidationError) Reason

Reason function returns reason value.

type LikeRequest

type LikeRequest struct {
	LiveId  uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	UserId  int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id"`
	LikeNum int64  `protobuf:"varint,3,opt,name=like_num,json=likeNum,proto3" json:"like_num"`
	AppCode string `protobuf:"bytes,4,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

点赞相关

func (*LikeRequest) Descriptor deprecated

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

Deprecated: Use LikeRequest.ProtoReflect.Descriptor instead.

func (*LikeRequest) GetAppCode

func (x *LikeRequest) GetAppCode() string

func (*LikeRequest) GetLikeNum

func (x *LikeRequest) GetLikeNum() int64

func (*LikeRequest) GetLiveId

func (x *LikeRequest) GetLiveId() uint64

func (*LikeRequest) GetUserId

func (x *LikeRequest) GetUserId() int64

func (*LikeRequest) ProtoMessage

func (*LikeRequest) ProtoMessage()

func (*LikeRequest) ProtoReflect

func (x *LikeRequest) ProtoReflect() protoreflect.Message

func (*LikeRequest) Reset

func (x *LikeRequest) Reset()

func (*LikeRequest) String

func (x *LikeRequest) String() string

func (*LikeRequest) Validate

func (m *LikeRequest) Validate() error

Validate checks the field values on LikeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LikeRequest) ValidateAll

func (m *LikeRequest) ValidateAll() error

ValidateAll checks the field values on LikeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LikeRequestMultiError, or nil if none found.

type LikeRequestMultiError

type LikeRequestMultiError []error

LikeRequestMultiError is an error wrapping multiple validation errors returned by LikeRequest.ValidateAll() if the designated constraints aren't met.

func (LikeRequestMultiError) AllErrors

func (m LikeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LikeRequestMultiError) Error

func (m LikeRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LikeRequestValidationError

type LikeRequestValidationError struct {
	// contains filtered or unexported fields
}

LikeRequestValidationError is the validation error returned by LikeRequest.Validate if the designated constraints aren't met.

func (LikeRequestValidationError) Cause

Cause function returns cause value.

func (LikeRequestValidationError) Error

Error satisfies the builtin error interface

func (LikeRequestValidationError) ErrorName

func (e LikeRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LikeRequestValidationError) Field

Field function returns field value.

func (LikeRequestValidationError) Key

Key function returns key value.

func (LikeRequestValidationError) Reason

Reason function returns reason value.

type LikeResponse

type LikeResponse struct {
	LikeTotal     int64 `protobuf:"varint,1,opt,name=like_total,json=likeTotal,proto3" json:"like_total"`
	UserLikeTotal int64 `protobuf:"varint,2,opt,name=user_like_total,json=userLikeTotal,proto3" json:"user_like_total"`
	// contains filtered or unexported fields
}

func (*LikeResponse) Descriptor deprecated

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

Deprecated: Use LikeResponse.ProtoReflect.Descriptor instead.

func (*LikeResponse) GetLikeTotal

func (x *LikeResponse) GetLikeTotal() int64

func (*LikeResponse) GetUserLikeTotal

func (x *LikeResponse) GetUserLikeTotal() int64

func (*LikeResponse) ProtoMessage

func (*LikeResponse) ProtoMessage()

func (*LikeResponse) ProtoReflect

func (x *LikeResponse) ProtoReflect() protoreflect.Message

func (*LikeResponse) Reset

func (x *LikeResponse) Reset()

func (*LikeResponse) String

func (x *LikeResponse) String() string

func (*LikeResponse) Validate

func (m *LikeResponse) Validate() error

Validate checks the field values on LikeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LikeResponse) ValidateAll

func (m *LikeResponse) ValidateAll() error

ValidateAll checks the field values on LikeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LikeResponseMultiError, or nil if none found.

type LikeResponseMultiError

type LikeResponseMultiError []error

LikeResponseMultiError is an error wrapping multiple validation errors returned by LikeResponse.ValidateAll() if the designated constraints aren't met.

func (LikeResponseMultiError) AllErrors

func (m LikeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LikeResponseMultiError) Error

func (m LikeResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LikeResponseValidationError

type LikeResponseValidationError struct {
	// contains filtered or unexported fields
}

LikeResponseValidationError is the validation error returned by LikeResponse.Validate if the designated constraints aren't met.

func (LikeResponseValidationError) Cause

Cause function returns cause value.

func (LikeResponseValidationError) Error

Error satisfies the builtin error interface

func (LikeResponseValidationError) ErrorName

func (e LikeResponseValidationError) ErrorName() string

ErrorName returns error name.

func (LikeResponseValidationError) Field

Field function returns field value.

func (LikeResponseValidationError) Key

Key function returns key value.

func (LikeResponseValidationError) Reason

Reason function returns reason value.

type LikeTotalRequest

type LikeTotalRequest struct {
	LiveId uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*LikeTotalRequest) Descriptor deprecated

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

Deprecated: Use LikeTotalRequest.ProtoReflect.Descriptor instead.

func (*LikeTotalRequest) GetLiveId

func (x *LikeTotalRequest) GetLiveId() uint64

func (*LikeTotalRequest) ProtoMessage

func (*LikeTotalRequest) ProtoMessage()

func (*LikeTotalRequest) ProtoReflect

func (x *LikeTotalRequest) ProtoReflect() protoreflect.Message

func (*LikeTotalRequest) Reset

func (x *LikeTotalRequest) Reset()

func (*LikeTotalRequest) String

func (x *LikeTotalRequest) String() string

func (*LikeTotalRequest) Validate

func (m *LikeTotalRequest) Validate() error

Validate checks the field values on LikeTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LikeTotalRequest) ValidateAll

func (m *LikeTotalRequest) ValidateAll() error

ValidateAll checks the field values on LikeTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LikeTotalRequestMultiError, or nil if none found.

type LikeTotalRequestMultiError

type LikeTotalRequestMultiError []error

LikeTotalRequestMultiError is an error wrapping multiple validation errors returned by LikeTotalRequest.ValidateAll() if the designated constraints aren't met.

func (LikeTotalRequestMultiError) AllErrors

func (m LikeTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LikeTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LikeTotalRequestValidationError

type LikeTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

LikeTotalRequestValidationError is the validation error returned by LikeTotalRequest.Validate if the designated constraints aren't met.

func (LikeTotalRequestValidationError) Cause

Cause function returns cause value.

func (LikeTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (LikeTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (LikeTotalRequestValidationError) Field

Field function returns field value.

func (LikeTotalRequestValidationError) Key

Key function returns key value.

func (LikeTotalRequestValidationError) Reason

Reason function returns reason value.

type LikeTotalResponse

type LikeTotalResponse struct {
	LikeTotal int64 `protobuf:"varint,2,opt,name=like_total,json=likeTotal,proto3" json:"like_total"`
	// contains filtered or unexported fields
}

func (*LikeTotalResponse) Descriptor deprecated

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

Deprecated: Use LikeTotalResponse.ProtoReflect.Descriptor instead.

func (*LikeTotalResponse) GetLikeTotal

func (x *LikeTotalResponse) GetLikeTotal() int64

func (*LikeTotalResponse) ProtoMessage

func (*LikeTotalResponse) ProtoMessage()

func (*LikeTotalResponse) ProtoReflect

func (x *LikeTotalResponse) ProtoReflect() protoreflect.Message

func (*LikeTotalResponse) Reset

func (x *LikeTotalResponse) Reset()

func (*LikeTotalResponse) String

func (x *LikeTotalResponse) String() string

func (*LikeTotalResponse) Validate

func (m *LikeTotalResponse) Validate() error

Validate checks the field values on LikeTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LikeTotalResponse) ValidateAll

func (m *LikeTotalResponse) ValidateAll() error

ValidateAll checks the field values on LikeTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LikeTotalResponseMultiError, or nil if none found.

type LikeTotalResponseMultiError

type LikeTotalResponseMultiError []error

LikeTotalResponseMultiError is an error wrapping multiple validation errors returned by LikeTotalResponse.ValidateAll() if the designated constraints aren't met.

func (LikeTotalResponseMultiError) AllErrors

func (m LikeTotalResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LikeTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LikeTotalResponseValidationError

type LikeTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

LikeTotalResponseValidationError is the validation error returned by LikeTotalResponse.Validate if the designated constraints aren't met.

func (LikeTotalResponseValidationError) Cause

Cause function returns cause value.

func (LikeTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (LikeTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (LikeTotalResponseValidationError) Field

Field function returns field value.

func (LikeTotalResponseValidationError) Key

Key function returns key value.

func (LikeTotalResponseValidationError) Reason

Reason function returns reason value.

type Live

type Live struct {
	Id               uint64  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	AnchorId         int64   `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId       uint32  `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Country          string  `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	Title            string  `protobuf:"bytes,5,opt,name=title,proto3" json:"title"`
	Pic              string  `protobuf:"bytes,6,opt,name=pic,proto3" json:"pic"`
	ServiceType      string  `protobuf:"bytes,7,opt,name=service_type,json=serviceType,proto3" json:"service_type"`
	CdnType          string  `protobuf:"bytes,8,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	AudienceNum      uint32  `protobuf:"varint,9,opt,name=audience_num,json=audienceNum,proto3" json:"audience_num"`
	AudienceNumTotal uint32  `protobuf:"varint,10,opt,name=audience_num_total,json=audienceNumTotal,proto3" json:"audience_num_total"`
	IncrementFans    uint32  `protobuf:"varint,11,opt,name=increment_fans,json=incrementFans,proto3" json:"increment_fans"`
	DiamondTotal     uint32  `protobuf:"varint,12,opt,name=diamond_total,json=diamondTotal,proto3" json:"diamond_total"`
	GoldBeanTotal    uint32  `protobuf:"varint,13,opt,name=gold_bean_total,json=goldBeanTotal,proto3" json:"gold_bean_total"`
	SendGiftPeople   uint32  `protobuf:"varint,14,opt,name=send_gift_people,json=sendGiftPeople,proto3" json:"send_gift_people"`
	Status           string  `protobuf:"bytes,16,opt,name=status,proto3" json:"status"`
	ErrorReason      string  `protobuf:"bytes,17,opt,name=error_reason,json=errorReason,proto3" json:"error_reason"`
	Latitude         float64 `protobuf:"fixed64,18,opt,name=latitude,proto3" json:"latitude"`
	Longitude        float64 `protobuf:"fixed64,19,opt,name=longitude,proto3" json:"longitude"`
	EndTye           string  `protobuf:"bytes,20,opt,name=end_tye,json=endTye,proto3" json:"end_tye"`
	CreatedAt        string  `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	UpdatedAt        string  `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"`
	StartAt          string  `protobuf:"bytes,23,opt,name=start_at,json=startAt,proto3" json:"start_at"`
	EndAt            string  `protobuf:"bytes,24,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	EndType          string  `protobuf:"bytes,25,opt,name=end_type,json=endType,proto3" json:"end_type"`
	IsSettlement     uint32  `protobuf:"varint,26,opt,name=is_settlement,json=isSettlement,proto3" json:"is_settlement"`
	TdStreamUrl      string  `protobuf:"bytes,27,opt,name=td_stream_url,json=tdStreamUrl,proto3" json:"td_stream_url"`
	TdChannel        string  `protobuf:"bytes,28,opt,name=td_channel,json=tdChannel,proto3" json:"td_channel"`
	// contains filtered or unexported fields
}

func (*Live) Descriptor deprecated

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

Deprecated: Use Live.ProtoReflect.Descriptor instead.

func (*Live) GetAnchorId

func (x *Live) GetAnchorId() int64

func (*Live) GetAudienceNum

func (x *Live) GetAudienceNum() uint32

func (*Live) GetAudienceNumTotal

func (x *Live) GetAudienceNumTotal() uint32

func (*Live) GetCdnType

func (x *Live) GetCdnType() string

func (*Live) GetClassifyId

func (x *Live) GetClassifyId() uint32

func (*Live) GetCountry

func (x *Live) GetCountry() string

func (*Live) GetCreatedAt

func (x *Live) GetCreatedAt() string

func (*Live) GetDiamondTotal

func (x *Live) GetDiamondTotal() uint32

func (*Live) GetEndAt

func (x *Live) GetEndAt() string

func (*Live) GetEndTye

func (x *Live) GetEndTye() string

func (*Live) GetEndType

func (x *Live) GetEndType() string

func (*Live) GetErrorReason

func (x *Live) GetErrorReason() string

func (*Live) GetGoldBeanTotal

func (x *Live) GetGoldBeanTotal() uint32

func (*Live) GetId

func (x *Live) GetId() uint64

func (*Live) GetIncrementFans

func (x *Live) GetIncrementFans() uint32

func (*Live) GetIsSettlement

func (x *Live) GetIsSettlement() uint32

func (*Live) GetLatitude

func (x *Live) GetLatitude() float64

func (*Live) GetLongitude

func (x *Live) GetLongitude() float64

func (*Live) GetPic

func (x *Live) GetPic() string

func (*Live) GetSendGiftPeople

func (x *Live) GetSendGiftPeople() uint32

func (*Live) GetServiceType

func (x *Live) GetServiceType() string

func (*Live) GetStartAt

func (x *Live) GetStartAt() string

func (*Live) GetStatus

func (x *Live) GetStatus() string

func (*Live) GetTdChannel

func (x *Live) GetTdChannel() string

func (*Live) GetTdStreamUrl

func (x *Live) GetTdStreamUrl() string

func (*Live) GetTitle

func (x *Live) GetTitle() string

func (*Live) GetUpdatedAt

func (x *Live) GetUpdatedAt() string

func (*Live) ProtoMessage

func (*Live) ProtoMessage()

func (*Live) ProtoReflect

func (x *Live) ProtoReflect() protoreflect.Message

func (*Live) Reset

func (x *Live) Reset()

func (*Live) String

func (x *Live) String() string

func (*Live) Validate

func (m *Live) Validate() error

Validate checks the field values on Live with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Live) ValidateAll

func (m *Live) ValidateAll() error

ValidateAll checks the field values on Live with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveMultiError, or nil if none found.

type LiveAnchor

type LiveAnchor struct {
	AnchorId int64  `protobuf:"varint,1,opt,name=AnchorId,proto3" json:"AnchorId"`
	Country  string `protobuf:"bytes,2,opt,name=Country,proto3" json:"Country"`
	// contains filtered or unexported fields
}

func (*LiveAnchor) Descriptor deprecated

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

Deprecated: Use LiveAnchor.ProtoReflect.Descriptor instead.

func (*LiveAnchor) GetAnchorId

func (x *LiveAnchor) GetAnchorId() int64

func (*LiveAnchor) GetCountry

func (x *LiveAnchor) GetCountry() string

func (*LiveAnchor) ProtoMessage

func (*LiveAnchor) ProtoMessage()

func (*LiveAnchor) ProtoReflect

func (x *LiveAnchor) ProtoReflect() protoreflect.Message

func (*LiveAnchor) Reset

func (x *LiveAnchor) Reset()

func (*LiveAnchor) String

func (x *LiveAnchor) String() string

func (*LiveAnchor) Validate

func (m *LiveAnchor) Validate() error

Validate checks the field values on LiveAnchor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveAnchor) ValidateAll

func (m *LiveAnchor) ValidateAll() error

ValidateAll checks the field values on LiveAnchor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveAnchorMultiError, or nil if none found.

type LiveAnchorMultiError

type LiveAnchorMultiError []error

LiveAnchorMultiError is an error wrapping multiple validation errors returned by LiveAnchor.ValidateAll() if the designated constraints aren't met.

func (LiveAnchorMultiError) AllErrors

func (m LiveAnchorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveAnchorMultiError) Error

func (m LiveAnchorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiveAnchorValidationError

type LiveAnchorValidationError struct {
	// contains filtered or unexported fields
}

LiveAnchorValidationError is the validation error returned by LiveAnchor.Validate if the designated constraints aren't met.

func (LiveAnchorValidationError) Cause

func (e LiveAnchorValidationError) Cause() error

Cause function returns cause value.

func (LiveAnchorValidationError) Error

Error satisfies the builtin error interface

func (LiveAnchorValidationError) ErrorName

func (e LiveAnchorValidationError) ErrorName() string

ErrorName returns error name.

func (LiveAnchorValidationError) Field

Field function returns field value.

func (LiveAnchorValidationError) Key

Key function returns key value.

func (LiveAnchorValidationError) Reason

func (e LiveAnchorValidationError) Reason() string

Reason function returns reason value.

type LiveClassifyRequest

type LiveClassifyRequest struct {
	LiveId uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*LiveClassifyRequest) Descriptor deprecated

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

Deprecated: Use LiveClassifyRequest.ProtoReflect.Descriptor instead.

func (*LiveClassifyRequest) GetLiveId

func (x *LiveClassifyRequest) GetLiveId() uint64

func (*LiveClassifyRequest) ProtoMessage

func (*LiveClassifyRequest) ProtoMessage()

func (*LiveClassifyRequest) ProtoReflect

func (x *LiveClassifyRequest) ProtoReflect() protoreflect.Message

func (*LiveClassifyRequest) Reset

func (x *LiveClassifyRequest) Reset()

func (*LiveClassifyRequest) String

func (x *LiveClassifyRequest) String() string

func (*LiveClassifyRequest) Validate

func (m *LiveClassifyRequest) Validate() error

Validate checks the field values on LiveClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveClassifyRequest) ValidateAll

func (m *LiveClassifyRequest) ValidateAll() error

ValidateAll checks the field values on LiveClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveClassifyRequestMultiError, or nil if none found.

type LiveClassifyRequestMultiError

type LiveClassifyRequestMultiError []error

LiveClassifyRequestMultiError is an error wrapping multiple validation errors returned by LiveClassifyRequest.ValidateAll() if the designated constraints aren't met.

func (LiveClassifyRequestMultiError) AllErrors

func (m LiveClassifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveClassifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveClassifyRequestValidationError

type LiveClassifyRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveClassifyRequestValidationError is the validation error returned by LiveClassifyRequest.Validate if the designated constraints aren't met.

func (LiveClassifyRequestValidationError) Cause

Cause function returns cause value.

func (LiveClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveClassifyRequestValidationError) Field

Field function returns field value.

func (LiveClassifyRequestValidationError) Key

Key function returns key value.

func (LiveClassifyRequestValidationError) Reason

Reason function returns reason value.

type LiveClassifyResponse

type LiveClassifyResponse struct {
	Classify uint32 `protobuf:"varint,1,opt,name=classify,proto3" json:"classify"`
	LiveType string `protobuf:"bytes,2,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	// contains filtered or unexported fields
}

func (*LiveClassifyResponse) Descriptor deprecated

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

Deprecated: Use LiveClassifyResponse.ProtoReflect.Descriptor instead.

func (*LiveClassifyResponse) GetClassify

func (x *LiveClassifyResponse) GetClassify() uint32

func (*LiveClassifyResponse) GetLiveType

func (x *LiveClassifyResponse) GetLiveType() string

func (*LiveClassifyResponse) ProtoMessage

func (*LiveClassifyResponse) ProtoMessage()

func (*LiveClassifyResponse) ProtoReflect

func (x *LiveClassifyResponse) ProtoReflect() protoreflect.Message

func (*LiveClassifyResponse) Reset

func (x *LiveClassifyResponse) Reset()

func (*LiveClassifyResponse) String

func (x *LiveClassifyResponse) String() string

func (*LiveClassifyResponse) Validate

func (m *LiveClassifyResponse) Validate() error

Validate checks the field values on LiveClassifyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveClassifyResponse) ValidateAll

func (m *LiveClassifyResponse) ValidateAll() error

ValidateAll checks the field values on LiveClassifyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveClassifyResponseMultiError, or nil if none found.

type LiveClassifyResponseMultiError

type LiveClassifyResponseMultiError []error

LiveClassifyResponseMultiError is an error wrapping multiple validation errors returned by LiveClassifyResponse.ValidateAll() if the designated constraints aren't met.

func (LiveClassifyResponseMultiError) AllErrors

func (m LiveClassifyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveClassifyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveClassifyResponseValidationError

type LiveClassifyResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveClassifyResponseValidationError is the validation error returned by LiveClassifyResponse.Validate if the designated constraints aren't met.

func (LiveClassifyResponseValidationError) Cause

Cause function returns cause value.

func (LiveClassifyResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveClassifyResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveClassifyResponseValidationError) Field

Field function returns field value.

func (LiveClassifyResponseValidationError) Key

Key function returns key value.

func (LiveClassifyResponseValidationError) Reason

Reason function returns reason value.

type LiveCountriesRequest

type LiveCountriesRequest struct {
	// contains filtered or unexported fields
}

func (*LiveCountriesRequest) Descriptor deprecated

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

Deprecated: Use LiveCountriesRequest.ProtoReflect.Descriptor instead.

func (*LiveCountriesRequest) ProtoMessage

func (*LiveCountriesRequest) ProtoMessage()

func (*LiveCountriesRequest) ProtoReflect

func (x *LiveCountriesRequest) ProtoReflect() protoreflect.Message

func (*LiveCountriesRequest) Reset

func (x *LiveCountriesRequest) Reset()

func (*LiveCountriesRequest) String

func (x *LiveCountriesRequest) String() string

func (*LiveCountriesRequest) Validate

func (m *LiveCountriesRequest) Validate() error

Validate checks the field values on LiveCountriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveCountriesRequest) ValidateAll

func (m *LiveCountriesRequest) ValidateAll() error

ValidateAll checks the field values on LiveCountriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveCountriesRequestMultiError, or nil if none found.

type LiveCountriesRequestMultiError

type LiveCountriesRequestMultiError []error

LiveCountriesRequestMultiError is an error wrapping multiple validation errors returned by LiveCountriesRequest.ValidateAll() if the designated constraints aren't met.

func (LiveCountriesRequestMultiError) AllErrors

func (m LiveCountriesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveCountriesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveCountriesRequestValidationError

type LiveCountriesRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveCountriesRequestValidationError is the validation error returned by LiveCountriesRequest.Validate if the designated constraints aren't met.

func (LiveCountriesRequestValidationError) Cause

Cause function returns cause value.

func (LiveCountriesRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveCountriesRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveCountriesRequestValidationError) Field

Field function returns field value.

func (LiveCountriesRequestValidationError) Key

Key function returns key value.

func (LiveCountriesRequestValidationError) Reason

Reason function returns reason value.

type LiveCountriesResponse

type LiveCountriesResponse struct {
	Countries []string `protobuf:"bytes,1,rep,name=countries,proto3" json:"countries"`
	// contains filtered or unexported fields
}

func (*LiveCountriesResponse) Descriptor deprecated

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

Deprecated: Use LiveCountriesResponse.ProtoReflect.Descriptor instead.

func (*LiveCountriesResponse) GetCountries

func (x *LiveCountriesResponse) GetCountries() []string

func (*LiveCountriesResponse) ProtoMessage

func (*LiveCountriesResponse) ProtoMessage()

func (*LiveCountriesResponse) ProtoReflect

func (x *LiveCountriesResponse) ProtoReflect() protoreflect.Message

func (*LiveCountriesResponse) Reset

func (x *LiveCountriesResponse) Reset()

func (*LiveCountriesResponse) String

func (x *LiveCountriesResponse) String() string

func (*LiveCountriesResponse) Validate

func (m *LiveCountriesResponse) Validate() error

Validate checks the field values on LiveCountriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveCountriesResponse) ValidateAll

func (m *LiveCountriesResponse) ValidateAll() error

ValidateAll checks the field values on LiveCountriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveCountriesResponseMultiError, or nil if none found.

type LiveCountriesResponseMultiError

type LiveCountriesResponseMultiError []error

LiveCountriesResponseMultiError is an error wrapping multiple validation errors returned by LiveCountriesResponse.ValidateAll() if the designated constraints aren't met.

func (LiveCountriesResponseMultiError) AllErrors

func (m LiveCountriesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveCountriesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveCountriesResponseValidationError

type LiveCountriesResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveCountriesResponseValidationError is the validation error returned by LiveCountriesResponse.Validate if the designated constraints aren't met.

func (LiveCountriesResponseValidationError) Cause

Cause function returns cause value.

func (LiveCountriesResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveCountriesResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveCountriesResponseValidationError) Field

Field function returns field value.

func (LiveCountriesResponseValidationError) Key

Key function returns key value.

func (LiveCountriesResponseValidationError) Reason

Reason function returns reason value.

type LiveInfoResponse

type LiveInfoResponse struct {
	Live   *CommonLiveInfoRes       `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	CdnSdk *CommonLiveInfoCdnSdkRes `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	// contains filtered or unexported fields
}

func (*LiveInfoResponse) Descriptor deprecated

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

Deprecated: Use LiveInfoResponse.ProtoReflect.Descriptor instead.

func (*LiveInfoResponse) GetCdnSdk

func (x *LiveInfoResponse) GetCdnSdk() *CommonLiveInfoCdnSdkRes

func (*LiveInfoResponse) GetLive

func (x *LiveInfoResponse) GetLive() *CommonLiveInfoRes

func (*LiveInfoResponse) ProtoMessage

func (*LiveInfoResponse) ProtoMessage()

func (*LiveInfoResponse) ProtoReflect

func (x *LiveInfoResponse) ProtoReflect() protoreflect.Message

func (*LiveInfoResponse) Reset

func (x *LiveInfoResponse) Reset()

func (*LiveInfoResponse) String

func (x *LiveInfoResponse) String() string

func (*LiveInfoResponse) Validate

func (m *LiveInfoResponse) Validate() error

Validate checks the field values on LiveInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveInfoResponse) ValidateAll

func (m *LiveInfoResponse) ValidateAll() error

ValidateAll checks the field values on LiveInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveInfoResponseMultiError, or nil if none found.

type LiveInfoResponseMultiError

type LiveInfoResponseMultiError []error

LiveInfoResponseMultiError is an error wrapping multiple validation errors returned by LiveInfoResponse.ValidateAll() if the designated constraints aren't met.

func (LiveInfoResponseMultiError) AllErrors

func (m LiveInfoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveInfoResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveInfoResponseValidationError

type LiveInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveInfoResponseValidationError is the validation error returned by LiveInfoResponse.Validate if the designated constraints aren't met.

func (LiveInfoResponseValidationError) Cause

Cause function returns cause value.

func (LiveInfoResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveInfoResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveInfoResponseValidationError) Field

Field function returns field value.

func (LiveInfoResponseValidationError) Key

Key function returns key value.

func (LiveInfoResponseValidationError) Reason

Reason function returns reason value.

type LiveMultiError

type LiveMultiError []error

LiveMultiError is an error wrapping multiple validation errors returned by Live.ValidateAll() if the designated constraints aren't met.

func (LiveMultiError) AllErrors

func (m LiveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveMultiError) Error

func (m LiveMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiveShareInfoRequest

type LiveShareInfoRequest struct {
	LiveId uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*LiveShareInfoRequest) Descriptor deprecated

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

Deprecated: Use LiveShareInfoRequest.ProtoReflect.Descriptor instead.

func (*LiveShareInfoRequest) GetLiveId

func (x *LiveShareInfoRequest) GetLiveId() uint64

func (*LiveShareInfoRequest) ProtoMessage

func (*LiveShareInfoRequest) ProtoMessage()

func (*LiveShareInfoRequest) ProtoReflect

func (x *LiveShareInfoRequest) ProtoReflect() protoreflect.Message

func (*LiveShareInfoRequest) Reset

func (x *LiveShareInfoRequest) Reset()

func (*LiveShareInfoRequest) String

func (x *LiveShareInfoRequest) String() string

func (*LiveShareInfoRequest) Validate

func (m *LiveShareInfoRequest) Validate() error

Validate checks the field values on LiveShareInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveShareInfoRequest) ValidateAll

func (m *LiveShareInfoRequest) ValidateAll() error

ValidateAll checks the field values on LiveShareInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveShareInfoRequestMultiError, or nil if none found.

type LiveShareInfoRequestMultiError

type LiveShareInfoRequestMultiError []error

LiveShareInfoRequestMultiError is an error wrapping multiple validation errors returned by LiveShareInfoRequest.ValidateAll() if the designated constraints aren't met.

func (LiveShareInfoRequestMultiError) AllErrors

func (m LiveShareInfoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveShareInfoRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveShareInfoRequestValidationError

type LiveShareInfoRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveShareInfoRequestValidationError is the validation error returned by LiveShareInfoRequest.Validate if the designated constraints aren't met.

func (LiveShareInfoRequestValidationError) Cause

Cause function returns cause value.

func (LiveShareInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveShareInfoRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveShareInfoRequestValidationError) Field

Field function returns field value.

func (LiveShareInfoRequestValidationError) Key

Key function returns key value.

func (LiveShareInfoRequestValidationError) Reason

Reason function returns reason value.

type LiveShareInfoResponse

type LiveShareInfoResponse struct {
	Live    *LiveShareInfoResponse_Live   `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	PullUrl string                        `protobuf:"bytes,2,opt,name=pull_url,json=pullUrl,proto3" json:"pull_url"`
	Anchor  *LiveShareInfoResponse_Anchor `protobuf:"bytes,3,opt,name=anchor,proto3" json:"anchor"`
	// contains filtered or unexported fields
}

func (*LiveShareInfoResponse) Descriptor deprecated

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

Deprecated: Use LiveShareInfoResponse.ProtoReflect.Descriptor instead.

func (*LiveShareInfoResponse) GetAnchor

func (*LiveShareInfoResponse) GetLive

func (*LiveShareInfoResponse) GetPullUrl

func (x *LiveShareInfoResponse) GetPullUrl() string

func (*LiveShareInfoResponse) ProtoMessage

func (*LiveShareInfoResponse) ProtoMessage()

func (*LiveShareInfoResponse) ProtoReflect

func (x *LiveShareInfoResponse) ProtoReflect() protoreflect.Message

func (*LiveShareInfoResponse) Reset

func (x *LiveShareInfoResponse) Reset()

func (*LiveShareInfoResponse) String

func (x *LiveShareInfoResponse) String() string

func (*LiveShareInfoResponse) Validate

func (m *LiveShareInfoResponse) Validate() error

Validate checks the field values on LiveShareInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveShareInfoResponse) ValidateAll

func (m *LiveShareInfoResponse) ValidateAll() error

ValidateAll checks the field values on LiveShareInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveShareInfoResponseMultiError, or nil if none found.

type LiveShareInfoResponseMultiError

type LiveShareInfoResponseMultiError []error

LiveShareInfoResponseMultiError is an error wrapping multiple validation errors returned by LiveShareInfoResponse.ValidateAll() if the designated constraints aren't met.

func (LiveShareInfoResponseMultiError) AllErrors

func (m LiveShareInfoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveShareInfoResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveShareInfoResponseValidationError

type LiveShareInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveShareInfoResponseValidationError is the validation error returned by LiveShareInfoResponse.Validate if the designated constraints aren't met.

func (LiveShareInfoResponseValidationError) Cause

Cause function returns cause value.

func (LiveShareInfoResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveShareInfoResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveShareInfoResponseValidationError) Field

Field function returns field value.

func (LiveShareInfoResponseValidationError) Key

Key function returns key value.

func (LiveShareInfoResponseValidationError) Reason

Reason function returns reason value.

type LiveShareInfoResponse_Anchor

type LiveShareInfoResponse_Anchor struct {
	ShowId   int64  `protobuf:"varint,1,opt,name=show_id,json=showId,proto3" json:"show_id"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	Avatar   string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar"`
	// contains filtered or unexported fields
}

func (*LiveShareInfoResponse_Anchor) Descriptor deprecated

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

Deprecated: Use LiveShareInfoResponse_Anchor.ProtoReflect.Descriptor instead.

func (*LiveShareInfoResponse_Anchor) GetAvatar

func (x *LiveShareInfoResponse_Anchor) GetAvatar() string

func (*LiveShareInfoResponse_Anchor) GetName

func (x *LiveShareInfoResponse_Anchor) GetName() string

func (*LiveShareInfoResponse_Anchor) GetNickname

func (x *LiveShareInfoResponse_Anchor) GetNickname() string

func (*LiveShareInfoResponse_Anchor) GetShowId

func (x *LiveShareInfoResponse_Anchor) GetShowId() int64

func (*LiveShareInfoResponse_Anchor) ProtoMessage

func (*LiveShareInfoResponse_Anchor) ProtoMessage()

func (*LiveShareInfoResponse_Anchor) ProtoReflect

func (*LiveShareInfoResponse_Anchor) Reset

func (x *LiveShareInfoResponse_Anchor) Reset()

func (*LiveShareInfoResponse_Anchor) String

func (*LiveShareInfoResponse_Anchor) Validate

func (m *LiveShareInfoResponse_Anchor) Validate() error

Validate checks the field values on LiveShareInfoResponse_Anchor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveShareInfoResponse_Anchor) ValidateAll

func (m *LiveShareInfoResponse_Anchor) ValidateAll() error

ValidateAll checks the field values on LiveShareInfoResponse_Anchor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveShareInfoResponse_AnchorMultiError, or nil if none found.

type LiveShareInfoResponse_AnchorMultiError

type LiveShareInfoResponse_AnchorMultiError []error

LiveShareInfoResponse_AnchorMultiError is an error wrapping multiple validation errors returned by LiveShareInfoResponse_Anchor.ValidateAll() if the designated constraints aren't met.

func (LiveShareInfoResponse_AnchorMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiveShareInfoResponse_AnchorMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveShareInfoResponse_AnchorValidationError

type LiveShareInfoResponse_AnchorValidationError struct {
	// contains filtered or unexported fields
}

LiveShareInfoResponse_AnchorValidationError is the validation error returned by LiveShareInfoResponse_Anchor.Validate if the designated constraints aren't met.

func (LiveShareInfoResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (LiveShareInfoResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (LiveShareInfoResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (LiveShareInfoResponse_AnchorValidationError) Field

Field function returns field value.

func (LiveShareInfoResponse_AnchorValidationError) Key

Key function returns key value.

func (LiveShareInfoResponse_AnchorValidationError) Reason

Reason function returns reason value.

type LiveShareInfoResponse_Live

type LiveShareInfoResponse_Live struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	AnchorId   int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title"`
	Pic        string `protobuf:"bytes,5,opt,name=pic,proto3" json:"pic"`
	Status     string `protobuf:"bytes,6,opt,name=status,proto3" json:"status"`
	// contains filtered or unexported fields
}

func (*LiveShareInfoResponse_Live) Descriptor deprecated

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

Deprecated: Use LiveShareInfoResponse_Live.ProtoReflect.Descriptor instead.

func (*LiveShareInfoResponse_Live) GetAnchorId

func (x *LiveShareInfoResponse_Live) GetAnchorId() int64

func (*LiveShareInfoResponse_Live) GetClassifyId

func (x *LiveShareInfoResponse_Live) GetClassifyId() uint32

func (*LiveShareInfoResponse_Live) GetId

func (*LiveShareInfoResponse_Live) GetPic

func (x *LiveShareInfoResponse_Live) GetPic() string

func (*LiveShareInfoResponse_Live) GetStatus

func (x *LiveShareInfoResponse_Live) GetStatus() string

func (*LiveShareInfoResponse_Live) GetTitle

func (x *LiveShareInfoResponse_Live) GetTitle() string

func (*LiveShareInfoResponse_Live) ProtoMessage

func (*LiveShareInfoResponse_Live) ProtoMessage()

func (*LiveShareInfoResponse_Live) ProtoReflect

func (*LiveShareInfoResponse_Live) Reset

func (x *LiveShareInfoResponse_Live) Reset()

func (*LiveShareInfoResponse_Live) String

func (x *LiveShareInfoResponse_Live) String() string

func (*LiveShareInfoResponse_Live) Validate

func (m *LiveShareInfoResponse_Live) Validate() error

Validate checks the field values on LiveShareInfoResponse_Live with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveShareInfoResponse_Live) ValidateAll

func (m *LiveShareInfoResponse_Live) ValidateAll() error

ValidateAll checks the field values on LiveShareInfoResponse_Live with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveShareInfoResponse_LiveMultiError, or nil if none found.

type LiveShareInfoResponse_LiveMultiError

type LiveShareInfoResponse_LiveMultiError []error

LiveShareInfoResponse_LiveMultiError is an error wrapping multiple validation errors returned by LiveShareInfoResponse_Live.ValidateAll() if the designated constraints aren't met.

func (LiveShareInfoResponse_LiveMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiveShareInfoResponse_LiveMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveShareInfoResponse_LiveValidationError

type LiveShareInfoResponse_LiveValidationError struct {
	// contains filtered or unexported fields
}

LiveShareInfoResponse_LiveValidationError is the validation error returned by LiveShareInfoResponse_Live.Validate if the designated constraints aren't met.

func (LiveShareInfoResponse_LiveValidationError) Cause

Cause function returns cause value.

func (LiveShareInfoResponse_LiveValidationError) Error

Error satisfies the builtin error interface

func (LiveShareInfoResponse_LiveValidationError) ErrorName

ErrorName returns error name.

func (LiveShareInfoResponse_LiveValidationError) Field

Field function returns field value.

func (LiveShareInfoResponse_LiveValidationError) Key

Key function returns key value.

func (LiveShareInfoResponse_LiveValidationError) Reason

Reason function returns reason value.

type LiveSrvHandler

type LiveSrvHandler interface {
	// 送礼获取直播信息
	SendGiftLiveInfo(context.Context, *SendGiftLiveInfoRequest, *SendGiftLiveInfoResponse) error
	// 批量获取指定主播的直播信息
	AnchorsLivings(context.Context, *AnchorsLivingsRequest, *AnchorsLivingsResponse) error
	// 用户点赞直播数据
	UserLikeLiveTotal(context.Context, *UserLikeLiveTotalRequest, *UserLikeLiveTotalResponse) error
	// 直播点赞
	Like(context.Context, *LikeRequest, *LikeResponse) error
	// 直播点赞数量
	LikeTotal(context.Context, *LikeTotalRequest, *LikeTotalResponse) error
	// 附近直播列表
	NearbyLivings(context.Context, *NearbyLivingsRequest, *NearbyLivingsResponse) error
	// 开始直播
	Start(context.Context, *StartRequest, *StartResponse) error
	// 异常关播 || 后台关播
	Close(context.Context, *CloseRequest, *CloseResponse) error
	// 热门直播
	HotLivings(context.Context, *HotLivingsRequest, *HotLivingsResponse) error
	// 最新直播
	FreshLivings(context.Context, *FreshLivingsRequest, *FreshLivingsResponse) error
	// 用户关注直播
	UserFollowersLives(context.Context, *UserFollowersLivesRequest, *UserFollowersLivesResponse) error
	// 随机直播列表
	RandomLives(context.Context, *RandomLivesRequest, *RandomLivesResponse) error
	// 用户关注随机推荐列表
	UserFollowersRecommendLives(context.Context, *UserFollowersRecommendLivesRequest, *UserFollowersRecommendLivesResponse) error
	// 小时榜直播
	HourRankingLives(context.Context, *HourRankingLivesRequest, *HourRankingLivesResponse) error
	// 新星榜单
	NewStarLives(context.Context, *NewStarLivesRequest, *NewStarLivesResponse) error
	// 砖石榜单
	DiamondLives(context.Context, *DiamondLivesRequest, *DiamondLivesResponse) error
	// 查看直播间分享数据接口
	LiveShareInfo(context.Context, *LiveShareInfoRequest, *LiveShareInfoResponse) error
	// 当前直播列表分页
	LivingPage(context.Context, *LivingPageRequest, *LivingPageResponse) error
	// 主播当前正在直播
	AnchorLiving(context.Context, *AnchorLivingRequest, *AnchorLivingResponse) error
	// 直播间当前在线人数
	LivesOnlinePeople(context.Context, *LivesOnlinePeopleRequest, *LivesOnlinePeopleResponse) error
	// 直播间访问观众数
	LivesAudienceSeeTotal(context.Context, *LivesAudienceSeeTotalRequest, *LivesAudienceSeeTotalResponse) error
	// 现有直播国家列表
	LiveCountries(context.Context, *LiveCountriesRequest, *LiveCountriesResponse) error
	// 直播状态
	Status(context.Context, *StatusRequest, *StatusResponse) error
	// 根据时间范围获取对应直播的主播 分页
	TimeRangeLiveAnchors(context.Context, *TimeRangeLiveAnchorsRequest, *TimeRangeLiveAnchorsResponse) error
	// BatchIdsLive 批量获取直播间数据
	BatchIdsLive(context.Context, *BatchIdsLiveRequest, *BatchIdsLiveResponse) error
	// 直播分类
	LiveClassify(context.Context, *LiveClassifyRequest, *LiveClassifyResponse) error
	// 搜索页直播推荐
	SearchLiveRecommend(context.Context, *SearchLiveRecommendRequest, *SearchLiveRecommendResponse) error
	// 国家热门推荐列表
	HotCountryRecommendLivings(context.Context, *HotCountryRecommendLivingsRequest, *HotCountryRecommendLivingsResponse) error
	// 推荐主播直播
	RecommendAnchorLivings(context.Context, *RecommendAnchorLivingsRequest, *RecommendAnchorLivingsResponse) error
	// 创建助播
	CreateSupportLive(context.Context, *CreateSupportLiveRequest, *CreateSupportLiveResponse) error
	// 主播开播回调
	CreateSupportStartLive(context.Context, *CreateSupportStartLiveRequest, *CreateSupportStartLiveResponse) error
	// 主播开播回调
	SupportPullLive(context.Context, *SupportPullLiveRequest, *SupportPullLiveResponse) error
	// 三方直播
	LiveThirdList(context.Context, *LiveThirdListRequest, *LiveThirdListResponse) error
}

type LiveSrvService

type LiveSrvService interface {
	// 送礼获取直播信息
	SendGiftLiveInfo(ctx context.Context, in *SendGiftLiveInfoRequest, opts ...client.CallOption) (*SendGiftLiveInfoResponse, error)
	// 批量获取指定主播的直播信息
	AnchorsLivings(ctx context.Context, in *AnchorsLivingsRequest, opts ...client.CallOption) (*AnchorsLivingsResponse, error)
	// 用户点赞直播数据
	UserLikeLiveTotal(ctx context.Context, in *UserLikeLiveTotalRequest, opts ...client.CallOption) (*UserLikeLiveTotalResponse, error)
	// 直播点赞
	Like(ctx context.Context, in *LikeRequest, opts ...client.CallOption) (*LikeResponse, error)
	// 直播点赞数量
	LikeTotal(ctx context.Context, in *LikeTotalRequest, opts ...client.CallOption) (*LikeTotalResponse, error)
	// 附近直播列表
	NearbyLivings(ctx context.Context, in *NearbyLivingsRequest, opts ...client.CallOption) (*NearbyLivingsResponse, error)
	// 开始直播
	Start(ctx context.Context, in *StartRequest, opts ...client.CallOption) (*StartResponse, error)
	// 异常关播 || 后台关播
	Close(ctx context.Context, in *CloseRequest, opts ...client.CallOption) (*CloseResponse, error)
	// 热门直播
	HotLivings(ctx context.Context, in *HotLivingsRequest, opts ...client.CallOption) (*HotLivingsResponse, error)
	// 最新直播
	FreshLivings(ctx context.Context, in *FreshLivingsRequest, opts ...client.CallOption) (*FreshLivingsResponse, error)
	// 用户关注直播
	UserFollowersLives(ctx context.Context, in *UserFollowersLivesRequest, opts ...client.CallOption) (*UserFollowersLivesResponse, error)
	// 随机直播列表
	RandomLives(ctx context.Context, in *RandomLivesRequest, opts ...client.CallOption) (*RandomLivesResponse, error)
	// 用户关注随机推荐列表
	UserFollowersRecommendLives(ctx context.Context, in *UserFollowersRecommendLivesRequest, opts ...client.CallOption) (*UserFollowersRecommendLivesResponse, error)
	// 小时榜直播
	HourRankingLives(ctx context.Context, in *HourRankingLivesRequest, opts ...client.CallOption) (*HourRankingLivesResponse, error)
	// 新星榜单
	NewStarLives(ctx context.Context, in *NewStarLivesRequest, opts ...client.CallOption) (*NewStarLivesResponse, error)
	// 砖石榜单
	DiamondLives(ctx context.Context, in *DiamondLivesRequest, opts ...client.CallOption) (*DiamondLivesResponse, error)
	// 查看直播间分享数据接口
	LiveShareInfo(ctx context.Context, in *LiveShareInfoRequest, opts ...client.CallOption) (*LiveShareInfoResponse, error)
	// 当前直播列表分页
	LivingPage(ctx context.Context, in *LivingPageRequest, opts ...client.CallOption) (*LivingPageResponse, error)
	// 主播当前正在直播
	AnchorLiving(ctx context.Context, in *AnchorLivingRequest, opts ...client.CallOption) (*AnchorLivingResponse, error)
	// 直播间当前在线人数
	LivesOnlinePeople(ctx context.Context, in *LivesOnlinePeopleRequest, opts ...client.CallOption) (*LivesOnlinePeopleResponse, error)
	// 直播间访问观众数
	LivesAudienceSeeTotal(ctx context.Context, in *LivesAudienceSeeTotalRequest, opts ...client.CallOption) (*LivesAudienceSeeTotalResponse, error)
	// 现有直播国家列表
	LiveCountries(ctx context.Context, in *LiveCountriesRequest, opts ...client.CallOption) (*LiveCountriesResponse, error)
	// 直播状态
	Status(ctx context.Context, in *StatusRequest, opts ...client.CallOption) (*StatusResponse, error)
	// 根据时间范围获取对应直播的主播 分页
	TimeRangeLiveAnchors(ctx context.Context, in *TimeRangeLiveAnchorsRequest, opts ...client.CallOption) (*TimeRangeLiveAnchorsResponse, error)
	// BatchIdsLive 批量获取直播间数据
	BatchIdsLive(ctx context.Context, in *BatchIdsLiveRequest, opts ...client.CallOption) (*BatchIdsLiveResponse, error)
	// 直播分类
	LiveClassify(ctx context.Context, in *LiveClassifyRequest, opts ...client.CallOption) (*LiveClassifyResponse, error)
	// 搜索页直播推荐
	SearchLiveRecommend(ctx context.Context, in *SearchLiveRecommendRequest, opts ...client.CallOption) (*SearchLiveRecommendResponse, error)
	// 国家热门推荐列表
	HotCountryRecommendLivings(ctx context.Context, in *HotCountryRecommendLivingsRequest, opts ...client.CallOption) (*HotCountryRecommendLivingsResponse, error)
	// 推荐主播直播
	RecommendAnchorLivings(ctx context.Context, in *RecommendAnchorLivingsRequest, opts ...client.CallOption) (*RecommendAnchorLivingsResponse, error)
	// 创建助播
	CreateSupportLive(ctx context.Context, in *CreateSupportLiveRequest, opts ...client.CallOption) (*CreateSupportLiveResponse, error)
	// 主播开播回调
	CreateSupportStartLive(ctx context.Context, in *CreateSupportStartLiveRequest, opts ...client.CallOption) (*CreateSupportStartLiveResponse, error)
	// 主播开播回调
	SupportPullLive(ctx context.Context, in *SupportPullLiveRequest, opts ...client.CallOption) (*SupportPullLiveResponse, error)
	// 三方直播
	LiveThirdList(ctx context.Context, in *LiveThirdListRequest, opts ...client.CallOption) (*LiveThirdListResponse, error)
}

func NewLiveSrvService

func NewLiveSrvService(name string, c client.Client) LiveSrvService

type LiveThirdListRequest

type LiveThirdListRequest struct {
	Page         int32  `protobuf:"varint,1,opt,name=Page,proto3" json:"Page"`
	Size         int32  `protobuf:"varint,2,opt,name=Size,proto3" json:"Size"`
	ThirdType    uint32 `protobuf:"varint,3,opt,name=ThirdType,proto3" json:"ThirdType"`
	ThirdChannel string `protobuf:"bytes,4,opt,name=ThirdChannel,proto3" json:"ThirdChannel"`
	// contains filtered or unexported fields
}

func (*LiveThirdListRequest) Descriptor deprecated

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

Deprecated: Use LiveThirdListRequest.ProtoReflect.Descriptor instead.

func (*LiveThirdListRequest) GetPage

func (x *LiveThirdListRequest) GetPage() int32

func (*LiveThirdListRequest) GetSize

func (x *LiveThirdListRequest) GetSize() int32

func (*LiveThirdListRequest) GetThirdChannel

func (x *LiveThirdListRequest) GetThirdChannel() string

func (*LiveThirdListRequest) GetThirdType

func (x *LiveThirdListRequest) GetThirdType() uint32

func (*LiveThirdListRequest) ProtoMessage

func (*LiveThirdListRequest) ProtoMessage()

func (*LiveThirdListRequest) ProtoReflect

func (x *LiveThirdListRequest) ProtoReflect() protoreflect.Message

func (*LiveThirdListRequest) Reset

func (x *LiveThirdListRequest) Reset()

func (*LiveThirdListRequest) String

func (x *LiveThirdListRequest) String() string

func (*LiveThirdListRequest) Validate

func (m *LiveThirdListRequest) Validate() error

Validate checks the field values on LiveThirdListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveThirdListRequest) ValidateAll

func (m *LiveThirdListRequest) ValidateAll() error

ValidateAll checks the field values on LiveThirdListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveThirdListRequestMultiError, or nil if none found.

type LiveThirdListRequestMultiError

type LiveThirdListRequestMultiError []error

LiveThirdListRequestMultiError is an error wrapping multiple validation errors returned by LiveThirdListRequest.ValidateAll() if the designated constraints aren't met.

func (LiveThirdListRequestMultiError) AllErrors

func (m LiveThirdListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveThirdListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveThirdListRequestValidationError

type LiveThirdListRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveThirdListRequestValidationError is the validation error returned by LiveThirdListRequest.Validate if the designated constraints aren't met.

func (LiveThirdListRequestValidationError) Cause

Cause function returns cause value.

func (LiveThirdListRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveThirdListRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveThirdListRequestValidationError) Field

Field function returns field value.

func (LiveThirdListRequestValidationError) Key

Key function returns key value.

func (LiveThirdListRequestValidationError) Reason

Reason function returns reason value.

type LiveThirdListResponse

type LiveThirdListResponse struct {
	Page  int32                `protobuf:"varint,1,opt,name=Page,proto3" json:"Page"`
	Size  int32                `protobuf:"varint,2,opt,name=Size,proto3" json:"Size"`
	Total int32                `protobuf:"varint,3,opt,name=Total,proto3" json:"Total"`
	Live  []*CommonLiveInfoRes `protobuf:"bytes,4,rep,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

func (*LiveThirdListResponse) Descriptor deprecated

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

Deprecated: Use LiveThirdListResponse.ProtoReflect.Descriptor instead.

func (*LiveThirdListResponse) GetLive

func (x *LiveThirdListResponse) GetLive() []*CommonLiveInfoRes

func (*LiveThirdListResponse) GetPage

func (x *LiveThirdListResponse) GetPage() int32

func (*LiveThirdListResponse) GetSize

func (x *LiveThirdListResponse) GetSize() int32

func (*LiveThirdListResponse) GetTotal

func (x *LiveThirdListResponse) GetTotal() int32

func (*LiveThirdListResponse) ProtoMessage

func (*LiveThirdListResponse) ProtoMessage()

func (*LiveThirdListResponse) ProtoReflect

func (x *LiveThirdListResponse) ProtoReflect() protoreflect.Message

func (*LiveThirdListResponse) Reset

func (x *LiveThirdListResponse) Reset()

func (*LiveThirdListResponse) String

func (x *LiveThirdListResponse) String() string

func (*LiveThirdListResponse) Validate

func (m *LiveThirdListResponse) Validate() error

Validate checks the field values on LiveThirdListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveThirdListResponse) ValidateAll

func (m *LiveThirdListResponse) ValidateAll() error

ValidateAll checks the field values on LiveThirdListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveThirdListResponseMultiError, or nil if none found.

type LiveThirdListResponseMultiError

type LiveThirdListResponseMultiError []error

LiveThirdListResponseMultiError is an error wrapping multiple validation errors returned by LiveThirdListResponse.ValidateAll() if the designated constraints aren't met.

func (LiveThirdListResponseMultiError) AllErrors

func (m LiveThirdListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveThirdListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveThirdListResponseValidationError

type LiveThirdListResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveThirdListResponseValidationError is the validation error returned by LiveThirdListResponse.Validate if the designated constraints aren't met.

func (LiveThirdListResponseValidationError) Cause

Cause function returns cause value.

func (LiveThirdListResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveThirdListResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveThirdListResponseValidationError) Field

Field function returns field value.

func (LiveThirdListResponseValidationError) Key

Key function returns key value.

func (LiveThirdListResponseValidationError) Reason

Reason function returns reason value.

type LiveValidationError

type LiveValidationError struct {
	// contains filtered or unexported fields
}

LiveValidationError is the validation error returned by Live.Validate if the designated constraints aren't met.

func (LiveValidationError) Cause

func (e LiveValidationError) Cause() error

Cause function returns cause value.

func (LiveValidationError) Error

func (e LiveValidationError) Error() string

Error satisfies the builtin error interface

func (LiveValidationError) ErrorName

func (e LiveValidationError) ErrorName() string

ErrorName returns error name.

func (LiveValidationError) Field

func (e LiveValidationError) Field() string

Field function returns field value.

func (LiveValidationError) Key

func (e LiveValidationError) Key() bool

Key function returns key value.

func (LiveValidationError) Reason

func (e LiveValidationError) Reason() string

Reason function returns reason value.

type LivesAudienceSeeTotalRequest

type LivesAudienceSeeTotalRequest struct {
	LiveIds []uint64 `protobuf:"varint,1,rep,packed,name=liveIds,proto3" json:"liveIds"`
	// contains filtered or unexported fields
}

func (*LivesAudienceSeeTotalRequest) Descriptor deprecated

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

Deprecated: Use LivesAudienceSeeTotalRequest.ProtoReflect.Descriptor instead.

func (*LivesAudienceSeeTotalRequest) GetLiveIds

func (x *LivesAudienceSeeTotalRequest) GetLiveIds() []uint64

func (*LivesAudienceSeeTotalRequest) ProtoMessage

func (*LivesAudienceSeeTotalRequest) ProtoMessage()

func (*LivesAudienceSeeTotalRequest) ProtoReflect

func (*LivesAudienceSeeTotalRequest) Reset

func (x *LivesAudienceSeeTotalRequest) Reset()

func (*LivesAudienceSeeTotalRequest) String

func (*LivesAudienceSeeTotalRequest) Validate

func (m *LivesAudienceSeeTotalRequest) Validate() error

Validate checks the field values on LivesAudienceSeeTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivesAudienceSeeTotalRequest) ValidateAll

func (m *LivesAudienceSeeTotalRequest) ValidateAll() error

ValidateAll checks the field values on LivesAudienceSeeTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivesAudienceSeeTotalRequestMultiError, or nil if none found.

type LivesAudienceSeeTotalRequestMultiError

type LivesAudienceSeeTotalRequestMultiError []error

LivesAudienceSeeTotalRequestMultiError is an error wrapping multiple validation errors returned by LivesAudienceSeeTotalRequest.ValidateAll() if the designated constraints aren't met.

func (LivesAudienceSeeTotalRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LivesAudienceSeeTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivesAudienceSeeTotalRequestValidationError

type LivesAudienceSeeTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

LivesAudienceSeeTotalRequestValidationError is the validation error returned by LivesAudienceSeeTotalRequest.Validate if the designated constraints aren't met.

func (LivesAudienceSeeTotalRequestValidationError) Cause

Cause function returns cause value.

func (LivesAudienceSeeTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (LivesAudienceSeeTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (LivesAudienceSeeTotalRequestValidationError) Field

Field function returns field value.

func (LivesAudienceSeeTotalRequestValidationError) Key

Key function returns key value.

func (LivesAudienceSeeTotalRequestValidationError) Reason

Reason function returns reason value.

type LivesAudienceSeeTotalResponse

type LivesAudienceSeeTotalResponse struct {
	LivesSeeAudienceTotal map[uint64]int64 `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LivesAudienceSeeTotalResponse) Descriptor deprecated

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

Deprecated: Use LivesAudienceSeeTotalResponse.ProtoReflect.Descriptor instead.

func (*LivesAudienceSeeTotalResponse) GetLivesSeeAudienceTotal

func (x *LivesAudienceSeeTotalResponse) GetLivesSeeAudienceTotal() map[uint64]int64

func (*LivesAudienceSeeTotalResponse) ProtoMessage

func (*LivesAudienceSeeTotalResponse) ProtoMessage()

func (*LivesAudienceSeeTotalResponse) ProtoReflect

func (*LivesAudienceSeeTotalResponse) Reset

func (x *LivesAudienceSeeTotalResponse) Reset()

func (*LivesAudienceSeeTotalResponse) String

func (*LivesAudienceSeeTotalResponse) Validate

func (m *LivesAudienceSeeTotalResponse) Validate() error

Validate checks the field values on LivesAudienceSeeTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivesAudienceSeeTotalResponse) ValidateAll

func (m *LivesAudienceSeeTotalResponse) ValidateAll() error

ValidateAll checks the field values on LivesAudienceSeeTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivesAudienceSeeTotalResponseMultiError, or nil if none found.

type LivesAudienceSeeTotalResponseMultiError

type LivesAudienceSeeTotalResponseMultiError []error

LivesAudienceSeeTotalResponseMultiError is an error wrapping multiple validation errors returned by LivesAudienceSeeTotalResponse.ValidateAll() if the designated constraints aren't met.

func (LivesAudienceSeeTotalResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LivesAudienceSeeTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivesAudienceSeeTotalResponseValidationError

type LivesAudienceSeeTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

LivesAudienceSeeTotalResponseValidationError is the validation error returned by LivesAudienceSeeTotalResponse.Validate if the designated constraints aren't met.

func (LivesAudienceSeeTotalResponseValidationError) Cause

Cause function returns cause value.

func (LivesAudienceSeeTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (LivesAudienceSeeTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (LivesAudienceSeeTotalResponseValidationError) Field

Field function returns field value.

func (LivesAudienceSeeTotalResponseValidationError) Key

Key function returns key value.

func (LivesAudienceSeeTotalResponseValidationError) Reason

Reason function returns reason value.

type LivesInfoResponse

type LivesInfoResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*LivesInfoResponse) Descriptor deprecated

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

Deprecated: Use LivesInfoResponse.ProtoReflect.Descriptor instead.

func (*LivesInfoResponse) GetLives

func (x *LivesInfoResponse) GetLives() []*LiveInfoResponse

func (*LivesInfoResponse) ProtoMessage

func (*LivesInfoResponse) ProtoMessage()

func (*LivesInfoResponse) ProtoReflect

func (x *LivesInfoResponse) ProtoReflect() protoreflect.Message

func (*LivesInfoResponse) Reset

func (x *LivesInfoResponse) Reset()

func (*LivesInfoResponse) String

func (x *LivesInfoResponse) String() string

func (*LivesInfoResponse) Validate

func (m *LivesInfoResponse) Validate() error

Validate checks the field values on LivesInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivesInfoResponse) ValidateAll

func (m *LivesInfoResponse) ValidateAll() error

ValidateAll checks the field values on LivesInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivesInfoResponseMultiError, or nil if none found.

type LivesInfoResponseMultiError

type LivesInfoResponseMultiError []error

LivesInfoResponseMultiError is an error wrapping multiple validation errors returned by LivesInfoResponse.ValidateAll() if the designated constraints aren't met.

func (LivesInfoResponseMultiError) AllErrors

func (m LivesInfoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LivesInfoResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivesInfoResponseValidationError

type LivesInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

LivesInfoResponseValidationError is the validation error returned by LivesInfoResponse.Validate if the designated constraints aren't met.

func (LivesInfoResponseValidationError) Cause

Cause function returns cause value.

func (LivesInfoResponseValidationError) Error

Error satisfies the builtin error interface

func (LivesInfoResponseValidationError) ErrorName

ErrorName returns error name.

func (LivesInfoResponseValidationError) Field

Field function returns field value.

func (LivesInfoResponseValidationError) Key

Key function returns key value.

func (LivesInfoResponseValidationError) Reason

Reason function returns reason value.

type LivesOnlinePeopleRequest

type LivesOnlinePeopleRequest struct {
	LiveIds []uint64 `protobuf:"varint,1,rep,packed,name=liveIds,proto3" json:"liveIds"`
	// contains filtered or unexported fields
}

func (*LivesOnlinePeopleRequest) Descriptor deprecated

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

Deprecated: Use LivesOnlinePeopleRequest.ProtoReflect.Descriptor instead.

func (*LivesOnlinePeopleRequest) GetLiveIds

func (x *LivesOnlinePeopleRequest) GetLiveIds() []uint64

func (*LivesOnlinePeopleRequest) ProtoMessage

func (*LivesOnlinePeopleRequest) ProtoMessage()

func (*LivesOnlinePeopleRequest) ProtoReflect

func (x *LivesOnlinePeopleRequest) ProtoReflect() protoreflect.Message

func (*LivesOnlinePeopleRequest) Reset

func (x *LivesOnlinePeopleRequest) Reset()

func (*LivesOnlinePeopleRequest) String

func (x *LivesOnlinePeopleRequest) String() string

func (*LivesOnlinePeopleRequest) Validate

func (m *LivesOnlinePeopleRequest) Validate() error

Validate checks the field values on LivesOnlinePeopleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivesOnlinePeopleRequest) ValidateAll

func (m *LivesOnlinePeopleRequest) ValidateAll() error

ValidateAll checks the field values on LivesOnlinePeopleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivesOnlinePeopleRequestMultiError, or nil if none found.

type LivesOnlinePeopleRequestMultiError

type LivesOnlinePeopleRequestMultiError []error

LivesOnlinePeopleRequestMultiError is an error wrapping multiple validation errors returned by LivesOnlinePeopleRequest.ValidateAll() if the designated constraints aren't met.

func (LivesOnlinePeopleRequestMultiError) AllErrors

func (m LivesOnlinePeopleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LivesOnlinePeopleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivesOnlinePeopleRequestValidationError

type LivesOnlinePeopleRequestValidationError struct {
	// contains filtered or unexported fields
}

LivesOnlinePeopleRequestValidationError is the validation error returned by LivesOnlinePeopleRequest.Validate if the designated constraints aren't met.

func (LivesOnlinePeopleRequestValidationError) Cause

Cause function returns cause value.

func (LivesOnlinePeopleRequestValidationError) Error

Error satisfies the builtin error interface

func (LivesOnlinePeopleRequestValidationError) ErrorName

ErrorName returns error name.

func (LivesOnlinePeopleRequestValidationError) Field

Field function returns field value.

func (LivesOnlinePeopleRequestValidationError) Key

Key function returns key value.

func (LivesOnlinePeopleRequestValidationError) Reason

Reason function returns reason value.

type LivesOnlinePeopleResponse

type LivesOnlinePeopleResponse struct {
	LivesOnlinePeople map[uint64]int64 `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LivesOnlinePeopleResponse) Descriptor deprecated

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

Deprecated: Use LivesOnlinePeopleResponse.ProtoReflect.Descriptor instead.

func (*LivesOnlinePeopleResponse) GetLivesOnlinePeople

func (x *LivesOnlinePeopleResponse) GetLivesOnlinePeople() map[uint64]int64

func (*LivesOnlinePeopleResponse) ProtoMessage

func (*LivesOnlinePeopleResponse) ProtoMessage()

func (*LivesOnlinePeopleResponse) ProtoReflect

func (*LivesOnlinePeopleResponse) Reset

func (x *LivesOnlinePeopleResponse) Reset()

func (*LivesOnlinePeopleResponse) String

func (x *LivesOnlinePeopleResponse) String() string

func (*LivesOnlinePeopleResponse) Validate

func (m *LivesOnlinePeopleResponse) Validate() error

Validate checks the field values on LivesOnlinePeopleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivesOnlinePeopleResponse) ValidateAll

func (m *LivesOnlinePeopleResponse) ValidateAll() error

ValidateAll checks the field values on LivesOnlinePeopleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivesOnlinePeopleResponseMultiError, or nil if none found.

type LivesOnlinePeopleResponseMultiError

type LivesOnlinePeopleResponseMultiError []error

LivesOnlinePeopleResponseMultiError is an error wrapping multiple validation errors returned by LivesOnlinePeopleResponse.ValidateAll() if the designated constraints aren't met.

func (LivesOnlinePeopleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LivesOnlinePeopleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivesOnlinePeopleResponseValidationError

type LivesOnlinePeopleResponseValidationError struct {
	// contains filtered or unexported fields
}

LivesOnlinePeopleResponseValidationError is the validation error returned by LivesOnlinePeopleResponse.Validate if the designated constraints aren't met.

func (LivesOnlinePeopleResponseValidationError) Cause

Cause function returns cause value.

func (LivesOnlinePeopleResponseValidationError) Error

Error satisfies the builtin error interface

func (LivesOnlinePeopleResponseValidationError) ErrorName

ErrorName returns error name.

func (LivesOnlinePeopleResponseValidationError) Field

Field function returns field value.

func (LivesOnlinePeopleResponseValidationError) Key

Key function returns key value.

func (LivesOnlinePeopleResponseValidationError) Reason

Reason function returns reason value.

type LivingPageRequest

type LivingPageRequest struct {
	Page uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size"`
	// contains filtered or unexported fields
}

func (*LivingPageRequest) Descriptor deprecated

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

Deprecated: Use LivingPageRequest.ProtoReflect.Descriptor instead.

func (*LivingPageRequest) GetPage

func (x *LivingPageRequest) GetPage() uint32

func (*LivingPageRequest) GetSize

func (x *LivingPageRequest) GetSize() uint32

func (*LivingPageRequest) ProtoMessage

func (*LivingPageRequest) ProtoMessage()

func (*LivingPageRequest) ProtoReflect

func (x *LivingPageRequest) ProtoReflect() protoreflect.Message

func (*LivingPageRequest) Reset

func (x *LivingPageRequest) Reset()

func (*LivingPageRequest) String

func (x *LivingPageRequest) String() string

func (*LivingPageRequest) Validate

func (m *LivingPageRequest) Validate() error

Validate checks the field values on LivingPageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivingPageRequest) ValidateAll

func (m *LivingPageRequest) ValidateAll() error

ValidateAll checks the field values on LivingPageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivingPageRequestMultiError, or nil if none found.

type LivingPageRequestMultiError

type LivingPageRequestMultiError []error

LivingPageRequestMultiError is an error wrapping multiple validation errors returned by LivingPageRequest.ValidateAll() if the designated constraints aren't met.

func (LivingPageRequestMultiError) AllErrors

func (m LivingPageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LivingPageRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivingPageRequestValidationError

type LivingPageRequestValidationError struct {
	// contains filtered or unexported fields
}

LivingPageRequestValidationError is the validation error returned by LivingPageRequest.Validate if the designated constraints aren't met.

func (LivingPageRequestValidationError) Cause

Cause function returns cause value.

func (LivingPageRequestValidationError) Error

Error satisfies the builtin error interface

func (LivingPageRequestValidationError) ErrorName

ErrorName returns error name.

func (LivingPageRequestValidationError) Field

Field function returns field value.

func (LivingPageRequestValidationError) Key

Key function returns key value.

func (LivingPageRequestValidationError) Reason

Reason function returns reason value.

type LivingPageRes

type LivingPageRes struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	AnchorId   int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	ClassifyId uint32 `protobuf:"varint,3,opt,name=classify_id,json=classifyId,proto3" json:"classify_id"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

func (*LivingPageRes) Descriptor deprecated

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

Deprecated: Use LivingPageRes.ProtoReflect.Descriptor instead.

func (*LivingPageRes) GetAnchorId

func (x *LivingPageRes) GetAnchorId() int64

func (*LivingPageRes) GetClassifyId

func (x *LivingPageRes) GetClassifyId() uint32

func (*LivingPageRes) GetCountry

func (x *LivingPageRes) GetCountry() string

func (*LivingPageRes) GetLiveId

func (x *LivingPageRes) GetLiveId() uint64

func (*LivingPageRes) ProtoMessage

func (*LivingPageRes) ProtoMessage()

func (*LivingPageRes) ProtoReflect

func (x *LivingPageRes) ProtoReflect() protoreflect.Message

func (*LivingPageRes) Reset

func (x *LivingPageRes) Reset()

func (*LivingPageRes) String

func (x *LivingPageRes) String() string

func (*LivingPageRes) Validate

func (m *LivingPageRes) Validate() error

Validate checks the field values on LivingPageRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivingPageRes) ValidateAll

func (m *LivingPageRes) ValidateAll() error

ValidateAll checks the field values on LivingPageRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivingPageResMultiError, or nil if none found.

type LivingPageResMultiError

type LivingPageResMultiError []error

LivingPageResMultiError is an error wrapping multiple validation errors returned by LivingPageRes.ValidateAll() if the designated constraints aren't met.

func (LivingPageResMultiError) AllErrors

func (m LivingPageResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LivingPageResMultiError) Error

func (m LivingPageResMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LivingPageResValidationError

type LivingPageResValidationError struct {
	// contains filtered or unexported fields
}

LivingPageResValidationError is the validation error returned by LivingPageRes.Validate if the designated constraints aren't met.

func (LivingPageResValidationError) Cause

Cause function returns cause value.

func (LivingPageResValidationError) Error

Error satisfies the builtin error interface

func (LivingPageResValidationError) ErrorName

func (e LivingPageResValidationError) ErrorName() string

ErrorName returns error name.

func (LivingPageResValidationError) Field

Field function returns field value.

func (LivingPageResValidationError) Key

Key function returns key value.

func (LivingPageResValidationError) Reason

Reason function returns reason value.

type LivingPageResponse

type LivingPageResponse struct {
	Page  uint32           `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	Total uint32           `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	Lives []*LivingPageRes `protobuf:"bytes,3,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*LivingPageResponse) Descriptor deprecated

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

Deprecated: Use LivingPageResponse.ProtoReflect.Descriptor instead.

func (*LivingPageResponse) GetLives

func (x *LivingPageResponse) GetLives() []*LivingPageRes

func (*LivingPageResponse) GetPage

func (x *LivingPageResponse) GetPage() uint32

func (*LivingPageResponse) GetTotal

func (x *LivingPageResponse) GetTotal() uint32

func (*LivingPageResponse) ProtoMessage

func (*LivingPageResponse) ProtoMessage()

func (*LivingPageResponse) ProtoReflect

func (x *LivingPageResponse) ProtoReflect() protoreflect.Message

func (*LivingPageResponse) Reset

func (x *LivingPageResponse) Reset()

func (*LivingPageResponse) String

func (x *LivingPageResponse) String() string

func (*LivingPageResponse) Validate

func (m *LivingPageResponse) Validate() error

Validate checks the field values on LivingPageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LivingPageResponse) ValidateAll

func (m *LivingPageResponse) ValidateAll() error

ValidateAll checks the field values on LivingPageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LivingPageResponseMultiError, or nil if none found.

type LivingPageResponseMultiError

type LivingPageResponseMultiError []error

LivingPageResponseMultiError is an error wrapping multiple validation errors returned by LivingPageResponse.ValidateAll() if the designated constraints aren't met.

func (LivingPageResponseMultiError) AllErrors

func (m LivingPageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LivingPageResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LivingPageResponseValidationError

type LivingPageResponseValidationError struct {
	// contains filtered or unexported fields
}

LivingPageResponseValidationError is the validation error returned by LivingPageResponse.Validate if the designated constraints aren't met.

func (LivingPageResponseValidationError) Cause

Cause function returns cause value.

func (LivingPageResponseValidationError) Error

Error satisfies the builtin error interface

func (LivingPageResponseValidationError) ErrorName

ErrorName returns error name.

func (LivingPageResponseValidationError) Field

Field function returns field value.

func (LivingPageResponseValidationError) Key

Key function returns key value.

func (LivingPageResponseValidationError) Reason

Reason function returns reason value.

type NearbyLivingsRequest

type NearbyLivingsRequest struct {
	AudienceId int64   `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Longitude  float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude"`
	Latitude   float32 `protobuf:"fixed32,3,opt,name=latitude,proto3" json:"latitude"`
	Page       uint32  `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
	Size       uint32  `protobuf:"varint,5,opt,name=size,proto3" json:"size"`
	// contains filtered or unexported fields
}

附近直播列表

func (*NearbyLivingsRequest) Descriptor deprecated

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

Deprecated: Use NearbyLivingsRequest.ProtoReflect.Descriptor instead.

func (*NearbyLivingsRequest) GetAudienceId

func (x *NearbyLivingsRequest) GetAudienceId() int64

func (*NearbyLivingsRequest) GetLatitude

func (x *NearbyLivingsRequest) GetLatitude() float32

func (*NearbyLivingsRequest) GetLongitude

func (x *NearbyLivingsRequest) GetLongitude() float32

func (*NearbyLivingsRequest) GetPage

func (x *NearbyLivingsRequest) GetPage() uint32

func (*NearbyLivingsRequest) GetSize

func (x *NearbyLivingsRequest) GetSize() uint32

func (*NearbyLivingsRequest) ProtoMessage

func (*NearbyLivingsRequest) ProtoMessage()

func (*NearbyLivingsRequest) ProtoReflect

func (x *NearbyLivingsRequest) ProtoReflect() protoreflect.Message

func (*NearbyLivingsRequest) Reset

func (x *NearbyLivingsRequest) Reset()

func (*NearbyLivingsRequest) String

func (x *NearbyLivingsRequest) String() string

func (*NearbyLivingsRequest) Validate

func (m *NearbyLivingsRequest) Validate() error

Validate checks the field values on NearbyLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NearbyLivingsRequest) ValidateAll

func (m *NearbyLivingsRequest) ValidateAll() error

ValidateAll checks the field values on NearbyLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NearbyLivingsRequestMultiError, or nil if none found.

type NearbyLivingsRequestMultiError

type NearbyLivingsRequestMultiError []error

NearbyLivingsRequestMultiError is an error wrapping multiple validation errors returned by NearbyLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (NearbyLivingsRequestMultiError) AllErrors

func (m NearbyLivingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NearbyLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NearbyLivingsRequestValidationError

type NearbyLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

NearbyLivingsRequestValidationError is the validation error returned by NearbyLivingsRequest.Validate if the designated constraints aren't met.

func (NearbyLivingsRequestValidationError) Cause

Cause function returns cause value.

func (NearbyLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (NearbyLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (NearbyLivingsRequestValidationError) Field

Field function returns field value.

func (NearbyLivingsRequestValidationError) Key

Key function returns key value.

func (NearbyLivingsRequestValidationError) Reason

Reason function returns reason value.

type NearbyLivingsResponse

type NearbyLivingsResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*NearbyLivingsResponse) Descriptor deprecated

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

Deprecated: Use NearbyLivingsResponse.ProtoReflect.Descriptor instead.

func (*NearbyLivingsResponse) GetLives

func (x *NearbyLivingsResponse) GetLives() []*LiveInfoResponse

func (*NearbyLivingsResponse) GetPage

func (x *NearbyLivingsResponse) GetPage() uint32

func (*NearbyLivingsResponse) GetTotal

func (x *NearbyLivingsResponse) GetTotal() uint32

func (*NearbyLivingsResponse) ProtoMessage

func (*NearbyLivingsResponse) ProtoMessage()

func (*NearbyLivingsResponse) ProtoReflect

func (x *NearbyLivingsResponse) ProtoReflect() protoreflect.Message

func (*NearbyLivingsResponse) Reset

func (x *NearbyLivingsResponse) Reset()

func (*NearbyLivingsResponse) String

func (x *NearbyLivingsResponse) String() string

func (*NearbyLivingsResponse) Validate

func (m *NearbyLivingsResponse) Validate() error

Validate checks the field values on NearbyLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NearbyLivingsResponse) ValidateAll

func (m *NearbyLivingsResponse) ValidateAll() error

ValidateAll checks the field values on NearbyLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NearbyLivingsResponseMultiError, or nil if none found.

type NearbyLivingsResponseMultiError

type NearbyLivingsResponseMultiError []error

NearbyLivingsResponseMultiError is an error wrapping multiple validation errors returned by NearbyLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (NearbyLivingsResponseMultiError) AllErrors

func (m NearbyLivingsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NearbyLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NearbyLivingsResponseValidationError

type NearbyLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

NearbyLivingsResponseValidationError is the validation error returned by NearbyLivingsResponse.Validate if the designated constraints aren't met.

func (NearbyLivingsResponseValidationError) Cause

Cause function returns cause value.

func (NearbyLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (NearbyLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (NearbyLivingsResponseValidationError) Field

Field function returns field value.

func (NearbyLivingsResponseValidationError) Key

Key function returns key value.

func (NearbyLivingsResponseValidationError) Reason

Reason function returns reason value.

type NewStarLivesRequest

type NewStarLivesRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

附近直播列表

func (*NewStarLivesRequest) Descriptor deprecated

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

Deprecated: Use NewStarLivesRequest.ProtoReflect.Descriptor instead.

func (*NewStarLivesRequest) GetAudienceId

func (x *NewStarLivesRequest) GetAudienceId() int64

func (*NewStarLivesRequest) GetCountry

func (x *NewStarLivesRequest) GetCountry() string

func (*NewStarLivesRequest) GetPage

func (x *NewStarLivesRequest) GetPage() uint32

func (*NewStarLivesRequest) GetSize

func (x *NewStarLivesRequest) GetSize() uint32

func (*NewStarLivesRequest) ProtoMessage

func (*NewStarLivesRequest) ProtoMessage()

func (*NewStarLivesRequest) ProtoReflect

func (x *NewStarLivesRequest) ProtoReflect() protoreflect.Message

func (*NewStarLivesRequest) Reset

func (x *NewStarLivesRequest) Reset()

func (*NewStarLivesRequest) String

func (x *NewStarLivesRequest) String() string

func (*NewStarLivesRequest) Validate

func (m *NewStarLivesRequest) Validate() error

Validate checks the field values on NewStarLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NewStarLivesRequest) ValidateAll

func (m *NewStarLivesRequest) ValidateAll() error

ValidateAll checks the field values on NewStarLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NewStarLivesRequestMultiError, or nil if none found.

type NewStarLivesRequestMultiError

type NewStarLivesRequestMultiError []error

NewStarLivesRequestMultiError is an error wrapping multiple validation errors returned by NewStarLivesRequest.ValidateAll() if the designated constraints aren't met.

func (NewStarLivesRequestMultiError) AllErrors

func (m NewStarLivesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NewStarLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NewStarLivesRequestValidationError

type NewStarLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

NewStarLivesRequestValidationError is the validation error returned by NewStarLivesRequest.Validate if the designated constraints aren't met.

func (NewStarLivesRequestValidationError) Cause

Cause function returns cause value.

func (NewStarLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (NewStarLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (NewStarLivesRequestValidationError) Field

Field function returns field value.

func (NewStarLivesRequestValidationError) Key

Key function returns key value.

func (NewStarLivesRequestValidationError) Reason

Reason function returns reason value.

type NewStarLivesResponse

type NewStarLivesResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*NewStarLivesResponse) Descriptor deprecated

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

Deprecated: Use NewStarLivesResponse.ProtoReflect.Descriptor instead.

func (*NewStarLivesResponse) GetLives

func (x *NewStarLivesResponse) GetLives() []*LiveInfoResponse

func (*NewStarLivesResponse) GetPage

func (x *NewStarLivesResponse) GetPage() uint32

func (*NewStarLivesResponse) GetTotal

func (x *NewStarLivesResponse) GetTotal() uint32

func (*NewStarLivesResponse) ProtoMessage

func (*NewStarLivesResponse) ProtoMessage()

func (*NewStarLivesResponse) ProtoReflect

func (x *NewStarLivesResponse) ProtoReflect() protoreflect.Message

func (*NewStarLivesResponse) Reset

func (x *NewStarLivesResponse) Reset()

func (*NewStarLivesResponse) String

func (x *NewStarLivesResponse) String() string

func (*NewStarLivesResponse) Validate

func (m *NewStarLivesResponse) Validate() error

Validate checks the field values on NewStarLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NewStarLivesResponse) ValidateAll

func (m *NewStarLivesResponse) ValidateAll() error

ValidateAll checks the field values on NewStarLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NewStarLivesResponseMultiError, or nil if none found.

type NewStarLivesResponseMultiError

type NewStarLivesResponseMultiError []error

NewStarLivesResponseMultiError is an error wrapping multiple validation errors returned by NewStarLivesResponse.ValidateAll() if the designated constraints aren't met.

func (NewStarLivesResponseMultiError) AllErrors

func (m NewStarLivesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NewStarLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NewStarLivesResponseValidationError

type NewStarLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

NewStarLivesResponseValidationError is the validation error returned by NewStarLivesResponse.Validate if the designated constraints aren't met.

func (NewStarLivesResponseValidationError) Cause

Cause function returns cause value.

func (NewStarLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (NewStarLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (NewStarLivesResponseValidationError) Field

Field function returns field value.

func (NewStarLivesResponseValidationError) Key

Key function returns key value.

func (NewStarLivesResponseValidationError) Reason

Reason function returns reason value.

type RandomLivesRequest

type RandomLivesRequest struct {
	AudienceId int64 `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Count      int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"`
	// contains filtered or unexported fields
}

func (*RandomLivesRequest) Descriptor deprecated

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

Deprecated: Use RandomLivesRequest.ProtoReflect.Descriptor instead.

func (*RandomLivesRequest) GetAudienceId

func (x *RandomLivesRequest) GetAudienceId() int64

func (*RandomLivesRequest) GetCount

func (x *RandomLivesRequest) GetCount() int64

func (*RandomLivesRequest) ProtoMessage

func (*RandomLivesRequest) ProtoMessage()

func (*RandomLivesRequest) ProtoReflect

func (x *RandomLivesRequest) ProtoReflect() protoreflect.Message

func (*RandomLivesRequest) Reset

func (x *RandomLivesRequest) Reset()

func (*RandomLivesRequest) String

func (x *RandomLivesRequest) String() string

func (*RandomLivesRequest) Validate

func (m *RandomLivesRequest) Validate() error

Validate checks the field values on RandomLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RandomLivesRequest) ValidateAll

func (m *RandomLivesRequest) ValidateAll() error

ValidateAll checks the field values on RandomLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RandomLivesRequestMultiError, or nil if none found.

type RandomLivesRequestMultiError

type RandomLivesRequestMultiError []error

RandomLivesRequestMultiError is an error wrapping multiple validation errors returned by RandomLivesRequest.ValidateAll() if the designated constraints aren't met.

func (RandomLivesRequestMultiError) AllErrors

func (m RandomLivesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RandomLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RandomLivesRequestValidationError

type RandomLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

RandomLivesRequestValidationError is the validation error returned by RandomLivesRequest.Validate if the designated constraints aren't met.

func (RandomLivesRequestValidationError) Cause

Cause function returns cause value.

func (RandomLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (RandomLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (RandomLivesRequestValidationError) Field

Field function returns field value.

func (RandomLivesRequestValidationError) Key

Key function returns key value.

func (RandomLivesRequestValidationError) Reason

Reason function returns reason value.

type RandomLivesResponse

type RandomLivesResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*RandomLivesResponse) Descriptor deprecated

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

Deprecated: Use RandomLivesResponse.ProtoReflect.Descriptor instead.

func (*RandomLivesResponse) GetLives

func (x *RandomLivesResponse) GetLives() []*LiveInfoResponse

func (*RandomLivesResponse) ProtoMessage

func (*RandomLivesResponse) ProtoMessage()

func (*RandomLivesResponse) ProtoReflect

func (x *RandomLivesResponse) ProtoReflect() protoreflect.Message

func (*RandomLivesResponse) Reset

func (x *RandomLivesResponse) Reset()

func (*RandomLivesResponse) String

func (x *RandomLivesResponse) String() string

func (*RandomLivesResponse) Validate

func (m *RandomLivesResponse) Validate() error

Validate checks the field values on RandomLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RandomLivesResponse) ValidateAll

func (m *RandomLivesResponse) ValidateAll() error

ValidateAll checks the field values on RandomLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RandomLivesResponseMultiError, or nil if none found.

type RandomLivesResponseMultiError

type RandomLivesResponseMultiError []error

RandomLivesResponseMultiError is an error wrapping multiple validation errors returned by RandomLivesResponse.ValidateAll() if the designated constraints aren't met.

func (RandomLivesResponseMultiError) AllErrors

func (m RandomLivesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RandomLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RandomLivesResponseValidationError

type RandomLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

RandomLivesResponseValidationError is the validation error returned by RandomLivesResponse.Validate if the designated constraints aren't met.

func (RandomLivesResponseValidationError) Cause

Cause function returns cause value.

func (RandomLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (RandomLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (RandomLivesResponseValidationError) Field

Field function returns field value.

func (RandomLivesResponseValidationError) Key

Key function returns key value.

func (RandomLivesResponseValidationError) Reason

Reason function returns reason value.

type RecommendAnchorLiveRes

type RecommendAnchorLiveRes struct {
	Live   *CommonLiveInfoRes       `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	CdnSdk *CommonLiveInfoCdnSdkRes `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	// contains filtered or unexported fields
}

func (*RecommendAnchorLiveRes) Descriptor deprecated

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

Deprecated: Use RecommendAnchorLiveRes.ProtoReflect.Descriptor instead.

func (*RecommendAnchorLiveRes) GetCdnSdk

func (*RecommendAnchorLiveRes) GetLive

func (*RecommendAnchorLiveRes) ProtoMessage

func (*RecommendAnchorLiveRes) ProtoMessage()

func (*RecommendAnchorLiveRes) ProtoReflect

func (x *RecommendAnchorLiveRes) ProtoReflect() protoreflect.Message

func (*RecommendAnchorLiveRes) Reset

func (x *RecommendAnchorLiveRes) Reset()

func (*RecommendAnchorLiveRes) String

func (x *RecommendAnchorLiveRes) String() string

func (*RecommendAnchorLiveRes) Validate

func (m *RecommendAnchorLiveRes) Validate() error

Validate checks the field values on RecommendAnchorLiveRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecommendAnchorLiveRes) ValidateAll

func (m *RecommendAnchorLiveRes) ValidateAll() error

ValidateAll checks the field values on RecommendAnchorLiveRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecommendAnchorLiveResMultiError, or nil if none found.

type RecommendAnchorLiveResMultiError

type RecommendAnchorLiveResMultiError []error

RecommendAnchorLiveResMultiError is an error wrapping multiple validation errors returned by RecommendAnchorLiveRes.ValidateAll() if the designated constraints aren't met.

func (RecommendAnchorLiveResMultiError) AllErrors

func (m RecommendAnchorLiveResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecommendAnchorLiveResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecommendAnchorLiveResValidationError

type RecommendAnchorLiveResValidationError struct {
	// contains filtered or unexported fields
}

RecommendAnchorLiveResValidationError is the validation error returned by RecommendAnchorLiveRes.Validate if the designated constraints aren't met.

func (RecommendAnchorLiveResValidationError) Cause

Cause function returns cause value.

func (RecommendAnchorLiveResValidationError) Error

Error satisfies the builtin error interface

func (RecommendAnchorLiveResValidationError) ErrorName

ErrorName returns error name.

func (RecommendAnchorLiveResValidationError) Field

Field function returns field value.

func (RecommendAnchorLiveResValidationError) Key

Key function returns key value.

func (RecommendAnchorLiveResValidationError) Reason

Reason function returns reason value.

type RecommendAnchorLivingsRequest

type RecommendAnchorLivingsRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Page       uint32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	// contains filtered or unexported fields
}

func (*RecommendAnchorLivingsRequest) Descriptor deprecated

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

Deprecated: Use RecommendAnchorLivingsRequest.ProtoReflect.Descriptor instead.

func (*RecommendAnchorLivingsRequest) GetAudienceId

func (x *RecommendAnchorLivingsRequest) GetAudienceId() int64

func (*RecommendAnchorLivingsRequest) GetPage

func (*RecommendAnchorLivingsRequest) GetSize

func (*RecommendAnchorLivingsRequest) ProtoMessage

func (*RecommendAnchorLivingsRequest) ProtoMessage()

func (*RecommendAnchorLivingsRequest) ProtoReflect

func (*RecommendAnchorLivingsRequest) Reset

func (x *RecommendAnchorLivingsRequest) Reset()

func (*RecommendAnchorLivingsRequest) String

func (*RecommendAnchorLivingsRequest) Validate

func (m *RecommendAnchorLivingsRequest) Validate() error

Validate checks the field values on RecommendAnchorLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecommendAnchorLivingsRequest) ValidateAll

func (m *RecommendAnchorLivingsRequest) ValidateAll() error

ValidateAll checks the field values on RecommendAnchorLivingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecommendAnchorLivingsRequestMultiError, or nil if none found.

type RecommendAnchorLivingsRequestMultiError

type RecommendAnchorLivingsRequestMultiError []error

RecommendAnchorLivingsRequestMultiError is an error wrapping multiple validation errors returned by RecommendAnchorLivingsRequest.ValidateAll() if the designated constraints aren't met.

func (RecommendAnchorLivingsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RecommendAnchorLivingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecommendAnchorLivingsRequestValidationError

type RecommendAnchorLivingsRequestValidationError struct {
	// contains filtered or unexported fields
}

RecommendAnchorLivingsRequestValidationError is the validation error returned by RecommendAnchorLivingsRequest.Validate if the designated constraints aren't met.

func (RecommendAnchorLivingsRequestValidationError) Cause

Cause function returns cause value.

func (RecommendAnchorLivingsRequestValidationError) Error

Error satisfies the builtin error interface

func (RecommendAnchorLivingsRequestValidationError) ErrorName

ErrorName returns error name.

func (RecommendAnchorLivingsRequestValidationError) Field

Field function returns field value.

func (RecommendAnchorLivingsRequestValidationError) Key

Key function returns key value.

func (RecommendAnchorLivingsRequestValidationError) Reason

Reason function returns reason value.

type RecommendAnchorLivingsResponse

type RecommendAnchorLivingsResponse struct {
	Lives []*RecommendAnchorLiveRes `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32                    `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32                    `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*RecommendAnchorLivingsResponse) Descriptor deprecated

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

Deprecated: Use RecommendAnchorLivingsResponse.ProtoReflect.Descriptor instead.

func (*RecommendAnchorLivingsResponse) GetLives

func (*RecommendAnchorLivingsResponse) GetPage

func (*RecommendAnchorLivingsResponse) GetTotal

func (x *RecommendAnchorLivingsResponse) GetTotal() uint32

func (*RecommendAnchorLivingsResponse) ProtoMessage

func (*RecommendAnchorLivingsResponse) ProtoMessage()

func (*RecommendAnchorLivingsResponse) ProtoReflect

func (*RecommendAnchorLivingsResponse) Reset

func (x *RecommendAnchorLivingsResponse) Reset()

func (*RecommendAnchorLivingsResponse) String

func (*RecommendAnchorLivingsResponse) Validate

func (m *RecommendAnchorLivingsResponse) Validate() error

Validate checks the field values on RecommendAnchorLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecommendAnchorLivingsResponse) ValidateAll

func (m *RecommendAnchorLivingsResponse) ValidateAll() error

ValidateAll checks the field values on RecommendAnchorLivingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecommendAnchorLivingsResponseMultiError, or nil if none found.

type RecommendAnchorLivingsResponseMultiError

type RecommendAnchorLivingsResponseMultiError []error

RecommendAnchorLivingsResponseMultiError is an error wrapping multiple validation errors returned by RecommendAnchorLivingsResponse.ValidateAll() if the designated constraints aren't met.

func (RecommendAnchorLivingsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RecommendAnchorLivingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecommendAnchorLivingsResponseValidationError

type RecommendAnchorLivingsResponseValidationError struct {
	// contains filtered or unexported fields
}

RecommendAnchorLivingsResponseValidationError is the validation error returned by RecommendAnchorLivingsResponse.Validate if the designated constraints aren't met.

func (RecommendAnchorLivingsResponseValidationError) Cause

Cause function returns cause value.

func (RecommendAnchorLivingsResponseValidationError) Error

Error satisfies the builtin error interface

func (RecommendAnchorLivingsResponseValidationError) ErrorName

ErrorName returns error name.

func (RecommendAnchorLivingsResponseValidationError) Field

Field function returns field value.

func (RecommendAnchorLivingsResponseValidationError) Key

Key function returns key value.

func (RecommendAnchorLivingsResponseValidationError) Reason

Reason function returns reason value.

type SearchLiveRecommendRequest

type SearchLiveRecommendRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Country    string `protobuf:"bytes,2,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

搜索推荐视频直播

func (*SearchLiveRecommendRequest) Descriptor deprecated

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

Deprecated: Use SearchLiveRecommendRequest.ProtoReflect.Descriptor instead.

func (*SearchLiveRecommendRequest) GetAudienceId

func (x *SearchLiveRecommendRequest) GetAudienceId() int64

func (*SearchLiveRecommendRequest) GetCountry

func (x *SearchLiveRecommendRequest) GetCountry() string

func (*SearchLiveRecommendRequest) ProtoMessage

func (*SearchLiveRecommendRequest) ProtoMessage()

func (*SearchLiveRecommendRequest) ProtoReflect

func (*SearchLiveRecommendRequest) Reset

func (x *SearchLiveRecommendRequest) Reset()

func (*SearchLiveRecommendRequest) String

func (x *SearchLiveRecommendRequest) String() string

func (*SearchLiveRecommendRequest) Validate

func (m *SearchLiveRecommendRequest) Validate() error

Validate checks the field values on SearchLiveRecommendRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SearchLiveRecommendRequest) ValidateAll

func (m *SearchLiveRecommendRequest) ValidateAll() error

ValidateAll checks the field values on SearchLiveRecommendRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchLiveRecommendRequestMultiError, or nil if none found.

type SearchLiveRecommendRequestMultiError

type SearchLiveRecommendRequestMultiError []error

SearchLiveRecommendRequestMultiError is an error wrapping multiple validation errors returned by SearchLiveRecommendRequest.ValidateAll() if the designated constraints aren't met.

func (SearchLiveRecommendRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SearchLiveRecommendRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SearchLiveRecommendRequestValidationError

type SearchLiveRecommendRequestValidationError struct {
	// contains filtered or unexported fields
}

SearchLiveRecommendRequestValidationError is the validation error returned by SearchLiveRecommendRequest.Validate if the designated constraints aren't met.

func (SearchLiveRecommendRequestValidationError) Cause

Cause function returns cause value.

func (SearchLiveRecommendRequestValidationError) Error

Error satisfies the builtin error interface

func (SearchLiveRecommendRequestValidationError) ErrorName

ErrorName returns error name.

func (SearchLiveRecommendRequestValidationError) Field

Field function returns field value.

func (SearchLiveRecommendRequestValidationError) Key

Key function returns key value.

func (SearchLiveRecommendRequestValidationError) Reason

Reason function returns reason value.

type SearchLiveRecommendResponse

type SearchLiveRecommendResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*SearchLiveRecommendResponse) Descriptor deprecated

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

Deprecated: Use SearchLiveRecommendResponse.ProtoReflect.Descriptor instead.

func (*SearchLiveRecommendResponse) GetLives

func (*SearchLiveRecommendResponse) ProtoMessage

func (*SearchLiveRecommendResponse) ProtoMessage()

func (*SearchLiveRecommendResponse) ProtoReflect

func (*SearchLiveRecommendResponse) Reset

func (x *SearchLiveRecommendResponse) Reset()

func (*SearchLiveRecommendResponse) String

func (x *SearchLiveRecommendResponse) String() string

func (*SearchLiveRecommendResponse) Validate

func (m *SearchLiveRecommendResponse) Validate() error

Validate checks the field values on SearchLiveRecommendResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SearchLiveRecommendResponse) ValidateAll

func (m *SearchLiveRecommendResponse) ValidateAll() error

ValidateAll checks the field values on SearchLiveRecommendResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchLiveRecommendResponseMultiError, or nil if none found.

type SearchLiveRecommendResponseMultiError

type SearchLiveRecommendResponseMultiError []error

SearchLiveRecommendResponseMultiError is an error wrapping multiple validation errors returned by SearchLiveRecommendResponse.ValidateAll() if the designated constraints aren't met.

func (SearchLiveRecommendResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SearchLiveRecommendResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SearchLiveRecommendResponseValidationError

type SearchLiveRecommendResponseValidationError struct {
	// contains filtered or unexported fields
}

SearchLiveRecommendResponseValidationError is the validation error returned by SearchLiveRecommendResponse.Validate if the designated constraints aren't met.

func (SearchLiveRecommendResponseValidationError) Cause

Cause function returns cause value.

func (SearchLiveRecommendResponseValidationError) Error

Error satisfies the builtin error interface

func (SearchLiveRecommendResponseValidationError) ErrorName

ErrorName returns error name.

func (SearchLiveRecommendResponseValidationError) Field

Field function returns field value.

func (SearchLiveRecommendResponseValidationError) Key

Key function returns key value.

func (SearchLiveRecommendResponseValidationError) Reason

Reason function returns reason value.

type SeeLivesResponse

type SeeLivesResponse struct {
	Live   *CommonLiveInfoRes       `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	CdnSdk *CommonLiveInfoCdnSdkRes `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	Anchor *CommonAnchor            `protobuf:"bytes,3,opt,name=anchor,proto3" json:"anchor"`
	// contains filtered or unexported fields
}

func (*SeeLivesResponse) Descriptor deprecated

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

Deprecated: Use SeeLivesResponse.ProtoReflect.Descriptor instead.

func (*SeeLivesResponse) GetAnchor

func (x *SeeLivesResponse) GetAnchor() *CommonAnchor

func (*SeeLivesResponse) GetCdnSdk

func (x *SeeLivesResponse) GetCdnSdk() *CommonLiveInfoCdnSdkRes

func (*SeeLivesResponse) GetLive

func (x *SeeLivesResponse) GetLive() *CommonLiveInfoRes

func (*SeeLivesResponse) ProtoMessage

func (*SeeLivesResponse) ProtoMessage()

func (*SeeLivesResponse) ProtoReflect

func (x *SeeLivesResponse) ProtoReflect() protoreflect.Message

func (*SeeLivesResponse) Reset

func (x *SeeLivesResponse) Reset()

func (*SeeLivesResponse) String

func (x *SeeLivesResponse) String() string

func (*SeeLivesResponse) Validate

func (m *SeeLivesResponse) Validate() error

Validate checks the field values on SeeLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SeeLivesResponse) ValidateAll

func (m *SeeLivesResponse) ValidateAll() error

ValidateAll checks the field values on SeeLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SeeLivesResponseMultiError, or nil if none found.

type SeeLivesResponseMultiError

type SeeLivesResponseMultiError []error

SeeLivesResponseMultiError is an error wrapping multiple validation errors returned by SeeLivesResponse.ValidateAll() if the designated constraints aren't met.

func (SeeLivesResponseMultiError) AllErrors

func (m SeeLivesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SeeLivesResponseValidationError

type SeeLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

SeeLivesResponseValidationError is the validation error returned by SeeLivesResponse.Validate if the designated constraints aren't met.

func (SeeLivesResponseValidationError) Cause

Cause function returns cause value.

func (SeeLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (SeeLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (SeeLivesResponseValidationError) Field

Field function returns field value.

func (SeeLivesResponseValidationError) Key

Key function returns key value.

func (SeeLivesResponseValidationError) Reason

Reason function returns reason value.

type SendGiftLiveInfoRequest

type SendGiftLiveInfoRequest struct {
	LiveId uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*SendGiftLiveInfoRequest) Descriptor deprecated

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

Deprecated: Use SendGiftLiveInfoRequest.ProtoReflect.Descriptor instead.

func (*SendGiftLiveInfoRequest) GetLiveId

func (x *SendGiftLiveInfoRequest) GetLiveId() uint64

func (*SendGiftLiveInfoRequest) ProtoMessage

func (*SendGiftLiveInfoRequest) ProtoMessage()

func (*SendGiftLiveInfoRequest) ProtoReflect

func (x *SendGiftLiveInfoRequest) ProtoReflect() protoreflect.Message

func (*SendGiftLiveInfoRequest) Reset

func (x *SendGiftLiveInfoRequest) Reset()

func (*SendGiftLiveInfoRequest) String

func (x *SendGiftLiveInfoRequest) String() string

func (*SendGiftLiveInfoRequest) Validate

func (m *SendGiftLiveInfoRequest) Validate() error

Validate checks the field values on SendGiftLiveInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendGiftLiveInfoRequest) ValidateAll

func (m *SendGiftLiveInfoRequest) ValidateAll() error

ValidateAll checks the field values on SendGiftLiveInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendGiftLiveInfoRequestMultiError, or nil if none found.

type SendGiftLiveInfoRequestMultiError

type SendGiftLiveInfoRequestMultiError []error

SendGiftLiveInfoRequestMultiError is an error wrapping multiple validation errors returned by SendGiftLiveInfoRequest.ValidateAll() if the designated constraints aren't met.

func (SendGiftLiveInfoRequestMultiError) AllErrors

func (m SendGiftLiveInfoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendGiftLiveInfoRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendGiftLiveInfoRequestValidationError

type SendGiftLiveInfoRequestValidationError struct {
	// contains filtered or unexported fields
}

SendGiftLiveInfoRequestValidationError is the validation error returned by SendGiftLiveInfoRequest.Validate if the designated constraints aren't met.

func (SendGiftLiveInfoRequestValidationError) Cause

Cause function returns cause value.

func (SendGiftLiveInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (SendGiftLiveInfoRequestValidationError) ErrorName

ErrorName returns error name.

func (SendGiftLiveInfoRequestValidationError) Field

Field function returns field value.

func (SendGiftLiveInfoRequestValidationError) Key

Key function returns key value.

func (SendGiftLiveInfoRequestValidationError) Reason

Reason function returns reason value.

type SendGiftLiveInfoResponse

type SendGiftLiveInfoResponse struct {
	Live *CommonLiveInfoRes `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

func (*SendGiftLiveInfoResponse) Descriptor deprecated

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

Deprecated: Use SendGiftLiveInfoResponse.ProtoReflect.Descriptor instead.

func (*SendGiftLiveInfoResponse) GetLive

func (*SendGiftLiveInfoResponse) ProtoMessage

func (*SendGiftLiveInfoResponse) ProtoMessage()

func (*SendGiftLiveInfoResponse) ProtoReflect

func (x *SendGiftLiveInfoResponse) ProtoReflect() protoreflect.Message

func (*SendGiftLiveInfoResponse) Reset

func (x *SendGiftLiveInfoResponse) Reset()

func (*SendGiftLiveInfoResponse) String

func (x *SendGiftLiveInfoResponse) String() string

func (*SendGiftLiveInfoResponse) Validate

func (m *SendGiftLiveInfoResponse) Validate() error

Validate checks the field values on SendGiftLiveInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendGiftLiveInfoResponse) ValidateAll

func (m *SendGiftLiveInfoResponse) ValidateAll() error

ValidateAll checks the field values on SendGiftLiveInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendGiftLiveInfoResponseMultiError, or nil if none found.

type SendGiftLiveInfoResponseMultiError

type SendGiftLiveInfoResponseMultiError []error

SendGiftLiveInfoResponseMultiError is an error wrapping multiple validation errors returned by SendGiftLiveInfoResponse.ValidateAll() if the designated constraints aren't met.

func (SendGiftLiveInfoResponseMultiError) AllErrors

func (m SendGiftLiveInfoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendGiftLiveInfoResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendGiftLiveInfoResponseValidationError

type SendGiftLiveInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

SendGiftLiveInfoResponseValidationError is the validation error returned by SendGiftLiveInfoResponse.Validate if the designated constraints aren't met.

func (SendGiftLiveInfoResponseValidationError) Cause

Cause function returns cause value.

func (SendGiftLiveInfoResponseValidationError) Error

Error satisfies the builtin error interface

func (SendGiftLiveInfoResponseValidationError) ErrorName

ErrorName returns error name.

func (SendGiftLiveInfoResponseValidationError) Field

Field function returns field value.

func (SendGiftLiveInfoResponseValidationError) Key

Key function returns key value.

func (SendGiftLiveInfoResponseValidationError) Reason

Reason function returns reason value.

type StartRequest

type StartRequest struct {
	LiveId  uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	StartAt string `protobuf:"bytes,2,opt,name=start_at,json=startAt,proto3" json:"start_at"`
	// contains filtered or unexported fields
}

func (*StartRequest) Descriptor deprecated

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

Deprecated: Use StartRequest.ProtoReflect.Descriptor instead.

func (*StartRequest) GetLiveId

func (x *StartRequest) GetLiveId() uint64

func (*StartRequest) GetStartAt

func (x *StartRequest) GetStartAt() string

func (*StartRequest) ProtoMessage

func (*StartRequest) ProtoMessage()

func (*StartRequest) ProtoReflect

func (x *StartRequest) ProtoReflect() protoreflect.Message

func (*StartRequest) Reset

func (x *StartRequest) Reset()

func (*StartRequest) String

func (x *StartRequest) String() string

func (*StartRequest) Validate

func (m *StartRequest) Validate() error

Validate checks the field values on StartRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StartRequest) ValidateAll

func (m *StartRequest) ValidateAll() error

ValidateAll checks the field values on StartRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StartRequestMultiError, or nil if none found.

type StartRequestMultiError

type StartRequestMultiError []error

StartRequestMultiError is an error wrapping multiple validation errors returned by StartRequest.ValidateAll() if the designated constraints aren't met.

func (StartRequestMultiError) AllErrors

func (m StartRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StartRequestMultiError) Error

func (m StartRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StartRequestValidationError

type StartRequestValidationError struct {
	// contains filtered or unexported fields
}

StartRequestValidationError is the validation error returned by StartRequest.Validate if the designated constraints aren't met.

func (StartRequestValidationError) Cause

Cause function returns cause value.

func (StartRequestValidationError) Error

Error satisfies the builtin error interface

func (StartRequestValidationError) ErrorName

func (e StartRequestValidationError) ErrorName() string

ErrorName returns error name.

func (StartRequestValidationError) Field

Field function returns field value.

func (StartRequestValidationError) Key

Key function returns key value.

func (StartRequestValidationError) Reason

Reason function returns reason value.

type StartResponse

type StartResponse struct {
	Live *Live `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	// contains filtered or unexported fields
}

func (*StartResponse) Descriptor deprecated

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

Deprecated: Use StartResponse.ProtoReflect.Descriptor instead.

func (*StartResponse) GetLive

func (x *StartResponse) GetLive() *Live

func (*StartResponse) ProtoMessage

func (*StartResponse) ProtoMessage()

func (*StartResponse) ProtoReflect

func (x *StartResponse) ProtoReflect() protoreflect.Message

func (*StartResponse) Reset

func (x *StartResponse) Reset()

func (*StartResponse) String

func (x *StartResponse) String() string

func (*StartResponse) Validate

func (m *StartResponse) Validate() error

Validate checks the field values on StartResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StartResponse) ValidateAll

func (m *StartResponse) ValidateAll() error

ValidateAll checks the field values on StartResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StartResponseMultiError, or nil if none found.

type StartResponseMultiError

type StartResponseMultiError []error

StartResponseMultiError is an error wrapping multiple validation errors returned by StartResponse.ValidateAll() if the designated constraints aren't met.

func (StartResponseMultiError) AllErrors

func (m StartResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StartResponseMultiError) Error

func (m StartResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StartResponseValidationError

type StartResponseValidationError struct {
	// contains filtered or unexported fields
}

StartResponseValidationError is the validation error returned by StartResponse.Validate if the designated constraints aren't met.

func (StartResponseValidationError) Cause

Cause function returns cause value.

func (StartResponseValidationError) Error

Error satisfies the builtin error interface

func (StartResponseValidationError) ErrorName

func (e StartResponseValidationError) ErrorName() string

ErrorName returns error name.

func (StartResponseValidationError) Field

Field function returns field value.

func (StartResponseValidationError) Key

Key function returns key value.

func (StartResponseValidationError) Reason

Reason function returns reason value.

type StatusRequest

type StatusRequest struct {
	LiveId uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

直播状态接口

func (*StatusRequest) Descriptor deprecated

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

Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.

func (*StatusRequest) GetLiveId

func (x *StatusRequest) GetLiveId() uint64

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) ProtoReflect

func (x *StatusRequest) ProtoReflect() protoreflect.Message

func (*StatusRequest) Reset

func (x *StatusRequest) Reset()

func (*StatusRequest) String

func (x *StatusRequest) String() string

func (*StatusRequest) Validate

func (m *StatusRequest) Validate() error

Validate checks the field values on StatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatusRequest) ValidateAll

func (m *StatusRequest) ValidateAll() error

ValidateAll checks the field values on StatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatusRequestMultiError, or nil if none found.

type StatusRequestMultiError

type StatusRequestMultiError []error

StatusRequestMultiError is an error wrapping multiple validation errors returned by StatusRequest.ValidateAll() if the designated constraints aren't met.

func (StatusRequestMultiError) AllErrors

func (m StatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusRequestMultiError) Error

func (m StatusRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatusRequestValidationError

type StatusRequestValidationError struct {
	// contains filtered or unexported fields
}

StatusRequestValidationError is the validation error returned by StatusRequest.Validate if the designated constraints aren't met.

func (StatusRequestValidationError) Cause

Cause function returns cause value.

func (StatusRequestValidationError) Error

Error satisfies the builtin error interface

func (StatusRequestValidationError) ErrorName

func (e StatusRequestValidationError) ErrorName() string

ErrorName returns error name.

func (StatusRequestValidationError) Field

Field function returns field value.

func (StatusRequestValidationError) Key

Key function returns key value.

func (StatusRequestValidationError) Reason

Reason function returns reason value.

type StatusResponse

type StatusResponse struct {
	LiveId   uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	IsLiving bool   `protobuf:"varint,2,opt,name=is_living,json=isLiving,proto3" json:"is_living"`
	// contains filtered or unexported fields
}

func (*StatusResponse) Descriptor deprecated

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

Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.

func (*StatusResponse) GetIsLiving

func (x *StatusResponse) GetIsLiving() bool

func (*StatusResponse) GetLiveId

func (x *StatusResponse) GetLiveId() uint64

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) ProtoReflect

func (x *StatusResponse) ProtoReflect() protoreflect.Message

func (*StatusResponse) Reset

func (x *StatusResponse) Reset()

func (*StatusResponse) String

func (x *StatusResponse) String() string

func (*StatusResponse) Validate

func (m *StatusResponse) Validate() error

Validate checks the field values on StatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StatusResponse) ValidateAll

func (m *StatusResponse) ValidateAll() error

ValidateAll checks the field values on StatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StatusResponseMultiError, or nil if none found.

type StatusResponseMultiError

type StatusResponseMultiError []error

StatusResponseMultiError is an error wrapping multiple validation errors returned by StatusResponse.ValidateAll() if the designated constraints aren't met.

func (StatusResponseMultiError) AllErrors

func (m StatusResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StatusResponseMultiError) Error

func (m StatusResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StatusResponseValidationError

type StatusResponseValidationError struct {
	// contains filtered or unexported fields
}

StatusResponseValidationError is the validation error returned by StatusResponse.Validate if the designated constraints aren't met.

func (StatusResponseValidationError) Cause

Cause function returns cause value.

func (StatusResponseValidationError) Error

Error satisfies the builtin error interface

func (StatusResponseValidationError) ErrorName

func (e StatusResponseValidationError) ErrorName() string

ErrorName returns error name.

func (StatusResponseValidationError) Field

Field function returns field value.

func (StatusResponseValidationError) Key

Key function returns key value.

func (StatusResponseValidationError) Reason

Reason function returns reason value.

type SupportPullLiveRequest

type SupportPullLiveRequest struct {
	UserId        int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id"`
	SupportUserId int64  `protobuf:"varint,2,opt,name=support_user_id,json=supportUserId,proto3" json:"support_user_id"`
	LiveId        uint64 `protobuf:"varint,3,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	LinkId        uint64 `protobuf:"varint,4,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	// contains filtered or unexported fields
}

func (*SupportPullLiveRequest) Descriptor deprecated

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

Deprecated: Use SupportPullLiveRequest.ProtoReflect.Descriptor instead.

func (*SupportPullLiveRequest) GetLinkId

func (x *SupportPullLiveRequest) GetLinkId() uint64

func (*SupportPullLiveRequest) GetLiveId

func (x *SupportPullLiveRequest) GetLiveId() uint64

func (*SupportPullLiveRequest) GetSupportUserId

func (x *SupportPullLiveRequest) GetSupportUserId() int64

func (*SupportPullLiveRequest) GetUserId

func (x *SupportPullLiveRequest) GetUserId() int64

func (*SupportPullLiveRequest) ProtoMessage

func (*SupportPullLiveRequest) ProtoMessage()

func (*SupportPullLiveRequest) ProtoReflect

func (x *SupportPullLiveRequest) ProtoReflect() protoreflect.Message

func (*SupportPullLiveRequest) Reset

func (x *SupportPullLiveRequest) Reset()

func (*SupportPullLiveRequest) String

func (x *SupportPullLiveRequest) String() string

func (*SupportPullLiveRequest) Validate

func (m *SupportPullLiveRequest) Validate() error

Validate checks the field values on SupportPullLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SupportPullLiveRequest) ValidateAll

func (m *SupportPullLiveRequest) ValidateAll() error

ValidateAll checks the field values on SupportPullLiveRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SupportPullLiveRequestMultiError, or nil if none found.

type SupportPullLiveRequestMultiError

type SupportPullLiveRequestMultiError []error

SupportPullLiveRequestMultiError is an error wrapping multiple validation errors returned by SupportPullLiveRequest.ValidateAll() if the designated constraints aren't met.

func (SupportPullLiveRequestMultiError) AllErrors

func (m SupportPullLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SupportPullLiveRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SupportPullLiveRequestValidationError

type SupportPullLiveRequestValidationError struct {
	// contains filtered or unexported fields
}

SupportPullLiveRequestValidationError is the validation error returned by SupportPullLiveRequest.Validate if the designated constraints aren't met.

func (SupportPullLiveRequestValidationError) Cause

Cause function returns cause value.

func (SupportPullLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (SupportPullLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (SupportPullLiveRequestValidationError) Field

Field function returns field value.

func (SupportPullLiveRequestValidationError) Key

Key function returns key value.

func (SupportPullLiveRequestValidationError) Reason

Reason function returns reason value.

type SupportPullLiveResponse

type SupportPullLiveResponse struct {
	// contains filtered or unexported fields
}

func (*SupportPullLiveResponse) Descriptor deprecated

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

Deprecated: Use SupportPullLiveResponse.ProtoReflect.Descriptor instead.

func (*SupportPullLiveResponse) ProtoMessage

func (*SupportPullLiveResponse) ProtoMessage()

func (*SupportPullLiveResponse) ProtoReflect

func (x *SupportPullLiveResponse) ProtoReflect() protoreflect.Message

func (*SupportPullLiveResponse) Reset

func (x *SupportPullLiveResponse) Reset()

func (*SupportPullLiveResponse) String

func (x *SupportPullLiveResponse) String() string

func (*SupportPullLiveResponse) Validate

func (m *SupportPullLiveResponse) Validate() error

Validate checks the field values on SupportPullLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SupportPullLiveResponse) ValidateAll

func (m *SupportPullLiveResponse) ValidateAll() error

ValidateAll checks the field values on SupportPullLiveResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SupportPullLiveResponseMultiError, or nil if none found.

type SupportPullLiveResponseMultiError

type SupportPullLiveResponseMultiError []error

SupportPullLiveResponseMultiError is an error wrapping multiple validation errors returned by SupportPullLiveResponse.ValidateAll() if the designated constraints aren't met.

func (SupportPullLiveResponseMultiError) AllErrors

func (m SupportPullLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SupportPullLiveResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SupportPullLiveResponseValidationError

type SupportPullLiveResponseValidationError struct {
	// contains filtered or unexported fields
}

SupportPullLiveResponseValidationError is the validation error returned by SupportPullLiveResponse.Validate if the designated constraints aren't met.

func (SupportPullLiveResponseValidationError) Cause

Cause function returns cause value.

func (SupportPullLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (SupportPullLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (SupportPullLiveResponseValidationError) Field

Field function returns field value.

func (SupportPullLiveResponseValidationError) Key

Key function returns key value.

func (SupportPullLiveResponseValidationError) Reason

Reason function returns reason value.

type TimeRangeLiveAnchorsRequest

type TimeRangeLiveAnchorsRequest struct {
	Page      uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	Size      uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size"`
	StartTime string `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time"`
	EndTime   string `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time"`
	// contains filtered or unexported fields
}

func (*TimeRangeLiveAnchorsRequest) Descriptor deprecated

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

Deprecated: Use TimeRangeLiveAnchorsRequest.ProtoReflect.Descriptor instead.

func (*TimeRangeLiveAnchorsRequest) GetEndTime

func (x *TimeRangeLiveAnchorsRequest) GetEndTime() string

func (*TimeRangeLiveAnchorsRequest) GetPage

func (x *TimeRangeLiveAnchorsRequest) GetPage() uint32

func (*TimeRangeLiveAnchorsRequest) GetSize

func (x *TimeRangeLiveAnchorsRequest) GetSize() uint32

func (*TimeRangeLiveAnchorsRequest) GetStartTime

func (x *TimeRangeLiveAnchorsRequest) GetStartTime() string

func (*TimeRangeLiveAnchorsRequest) ProtoMessage

func (*TimeRangeLiveAnchorsRequest) ProtoMessage()

func (*TimeRangeLiveAnchorsRequest) ProtoReflect

func (*TimeRangeLiveAnchorsRequest) Reset

func (x *TimeRangeLiveAnchorsRequest) Reset()

func (*TimeRangeLiveAnchorsRequest) String

func (x *TimeRangeLiveAnchorsRequest) String() string

func (*TimeRangeLiveAnchorsRequest) Validate

func (m *TimeRangeLiveAnchorsRequest) Validate() error

Validate checks the field values on TimeRangeLiveAnchorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeRangeLiveAnchorsRequest) ValidateAll

func (m *TimeRangeLiveAnchorsRequest) ValidateAll() error

ValidateAll checks the field values on TimeRangeLiveAnchorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeLiveAnchorsRequestMultiError, or nil if none found.

type TimeRangeLiveAnchorsRequestMultiError

type TimeRangeLiveAnchorsRequestMultiError []error

TimeRangeLiveAnchorsRequestMultiError is an error wrapping multiple validation errors returned by TimeRangeLiveAnchorsRequest.ValidateAll() if the designated constraints aren't met.

func (TimeRangeLiveAnchorsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TimeRangeLiveAnchorsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TimeRangeLiveAnchorsRequestValidationError

type TimeRangeLiveAnchorsRequestValidationError struct {
	// contains filtered or unexported fields
}

TimeRangeLiveAnchorsRequestValidationError is the validation error returned by TimeRangeLiveAnchorsRequest.Validate if the designated constraints aren't met.

func (TimeRangeLiveAnchorsRequestValidationError) Cause

Cause function returns cause value.

func (TimeRangeLiveAnchorsRequestValidationError) Error

Error satisfies the builtin error interface

func (TimeRangeLiveAnchorsRequestValidationError) ErrorName

ErrorName returns error name.

func (TimeRangeLiveAnchorsRequestValidationError) Field

Field function returns field value.

func (TimeRangeLiveAnchorsRequestValidationError) Key

Key function returns key value.

func (TimeRangeLiveAnchorsRequestValidationError) Reason

Reason function returns reason value.

type TimeRangeLiveAnchorsResponse

type TimeRangeLiveAnchorsResponse struct {
	Page     uint32        `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint32        `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Anchors  []*LiveAnchor `protobuf:"bytes,3,rep,name=anchors,proto3" json:"anchors"`
	// contains filtered or unexported fields
}

func (*TimeRangeLiveAnchorsResponse) Descriptor deprecated

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

Deprecated: Use TimeRangeLiveAnchorsResponse.ProtoReflect.Descriptor instead.

func (*TimeRangeLiveAnchorsResponse) GetAnchors

func (x *TimeRangeLiveAnchorsResponse) GetAnchors() []*LiveAnchor

func (*TimeRangeLiveAnchorsResponse) GetPage

func (x *TimeRangeLiveAnchorsResponse) GetPage() uint32

func (*TimeRangeLiveAnchorsResponse) GetPageSize

func (x *TimeRangeLiveAnchorsResponse) GetPageSize() uint32

func (*TimeRangeLiveAnchorsResponse) ProtoMessage

func (*TimeRangeLiveAnchorsResponse) ProtoMessage()

func (*TimeRangeLiveAnchorsResponse) ProtoReflect

func (*TimeRangeLiveAnchorsResponse) Reset

func (x *TimeRangeLiveAnchorsResponse) Reset()

func (*TimeRangeLiveAnchorsResponse) String

func (*TimeRangeLiveAnchorsResponse) Validate

func (m *TimeRangeLiveAnchorsResponse) Validate() error

Validate checks the field values on TimeRangeLiveAnchorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeRangeLiveAnchorsResponse) ValidateAll

func (m *TimeRangeLiveAnchorsResponse) ValidateAll() error

ValidateAll checks the field values on TimeRangeLiveAnchorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeLiveAnchorsResponseMultiError, or nil if none found.

type TimeRangeLiveAnchorsResponseMultiError

type TimeRangeLiveAnchorsResponseMultiError []error

TimeRangeLiveAnchorsResponseMultiError is an error wrapping multiple validation errors returned by TimeRangeLiveAnchorsResponse.ValidateAll() if the designated constraints aren't met.

func (TimeRangeLiveAnchorsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TimeRangeLiveAnchorsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TimeRangeLiveAnchorsResponseValidationError

type TimeRangeLiveAnchorsResponseValidationError struct {
	// contains filtered or unexported fields
}

TimeRangeLiveAnchorsResponseValidationError is the validation error returned by TimeRangeLiveAnchorsResponse.Validate if the designated constraints aren't met.

func (TimeRangeLiveAnchorsResponseValidationError) Cause

Cause function returns cause value.

func (TimeRangeLiveAnchorsResponseValidationError) Error

Error satisfies the builtin error interface

func (TimeRangeLiveAnchorsResponseValidationError) ErrorName

ErrorName returns error name.

func (TimeRangeLiveAnchorsResponseValidationError) Field

Field function returns field value.

func (TimeRangeLiveAnchorsResponseValidationError) Key

Key function returns key value.

func (TimeRangeLiveAnchorsResponseValidationError) Reason

Reason function returns reason value.

type UserFollowersLivesRequest

type UserFollowersLivesRequest struct {
	AudienceId    int64   `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	FollowUserIds []int64 `protobuf:"varint,2,rep,packed,name=follow_user_ids,json=followUserIds,proto3" json:"follow_user_ids"`
	Page          uint32  `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
	Size          uint32  `protobuf:"varint,4,opt,name=size,proto3" json:"size"`
	Version       string  `protobuf:"bytes,5,opt,name=version,proto3" json:"version"`
	// contains filtered or unexported fields
}

func (*UserFollowersLivesRequest) Descriptor deprecated

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

Deprecated: Use UserFollowersLivesRequest.ProtoReflect.Descriptor instead.

func (*UserFollowersLivesRequest) GetAudienceId

func (x *UserFollowersLivesRequest) GetAudienceId() int64

func (*UserFollowersLivesRequest) GetFollowUserIds

func (x *UserFollowersLivesRequest) GetFollowUserIds() []int64

func (*UserFollowersLivesRequest) GetPage

func (x *UserFollowersLivesRequest) GetPage() uint32

func (*UserFollowersLivesRequest) GetSize

func (x *UserFollowersLivesRequest) GetSize() uint32

func (*UserFollowersLivesRequest) GetVersion

func (x *UserFollowersLivesRequest) GetVersion() string

func (*UserFollowersLivesRequest) ProtoMessage

func (*UserFollowersLivesRequest) ProtoMessage()

func (*UserFollowersLivesRequest) ProtoReflect

func (*UserFollowersLivesRequest) Reset

func (x *UserFollowersLivesRequest) Reset()

func (*UserFollowersLivesRequest) String

func (x *UserFollowersLivesRequest) String() string

func (*UserFollowersLivesRequest) Validate

func (m *UserFollowersLivesRequest) Validate() error

Validate checks the field values on UserFollowersLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserFollowersLivesRequest) ValidateAll

func (m *UserFollowersLivesRequest) ValidateAll() error

ValidateAll checks the field values on UserFollowersLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserFollowersLivesRequestMultiError, or nil if none found.

type UserFollowersLivesRequestMultiError

type UserFollowersLivesRequestMultiError []error

UserFollowersLivesRequestMultiError is an error wrapping multiple validation errors returned by UserFollowersLivesRequest.ValidateAll() if the designated constraints aren't met.

func (UserFollowersLivesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserFollowersLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserFollowersLivesRequestValidationError

type UserFollowersLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

UserFollowersLivesRequestValidationError is the validation error returned by UserFollowersLivesRequest.Validate if the designated constraints aren't met.

func (UserFollowersLivesRequestValidationError) Cause

Cause function returns cause value.

func (UserFollowersLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (UserFollowersLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (UserFollowersLivesRequestValidationError) Field

Field function returns field value.

func (UserFollowersLivesRequestValidationError) Key

Key function returns key value.

func (UserFollowersLivesRequestValidationError) Reason

Reason function returns reason value.

type UserFollowersLivesResponse

type UserFollowersLivesResponse struct {
	Lives        []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page         uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total        uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	FollowExists bool                `protobuf:"varint,4,opt,name=follow_exists,json=followExists,proto3" json:"follow_exists"`
	// contains filtered or unexported fields
}

func (*UserFollowersLivesResponse) Descriptor deprecated

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

Deprecated: Use UserFollowersLivesResponse.ProtoReflect.Descriptor instead.

func (*UserFollowersLivesResponse) GetFollowExists

func (x *UserFollowersLivesResponse) GetFollowExists() bool

func (*UserFollowersLivesResponse) GetLives

func (*UserFollowersLivesResponse) GetPage

func (x *UserFollowersLivesResponse) GetPage() uint32

func (*UserFollowersLivesResponse) GetTotal

func (x *UserFollowersLivesResponse) GetTotal() uint32

func (*UserFollowersLivesResponse) ProtoMessage

func (*UserFollowersLivesResponse) ProtoMessage()

func (*UserFollowersLivesResponse) ProtoReflect

func (*UserFollowersLivesResponse) Reset

func (x *UserFollowersLivesResponse) Reset()

func (*UserFollowersLivesResponse) String

func (x *UserFollowersLivesResponse) String() string

func (*UserFollowersLivesResponse) Validate

func (m *UserFollowersLivesResponse) Validate() error

Validate checks the field values on UserFollowersLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserFollowersLivesResponse) ValidateAll

func (m *UserFollowersLivesResponse) ValidateAll() error

ValidateAll checks the field values on UserFollowersLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserFollowersLivesResponseMultiError, or nil if none found.

type UserFollowersLivesResponseMultiError

type UserFollowersLivesResponseMultiError []error

UserFollowersLivesResponseMultiError is an error wrapping multiple validation errors returned by UserFollowersLivesResponse.ValidateAll() if the designated constraints aren't met.

func (UserFollowersLivesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserFollowersLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserFollowersLivesResponseValidationError

type UserFollowersLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

UserFollowersLivesResponseValidationError is the validation error returned by UserFollowersLivesResponse.Validate if the designated constraints aren't met.

func (UserFollowersLivesResponseValidationError) Cause

Cause function returns cause value.

func (UserFollowersLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (UserFollowersLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (UserFollowersLivesResponseValidationError) Field

Field function returns field value.

func (UserFollowersLivesResponseValidationError) Key

Key function returns key value.

func (UserFollowersLivesResponseValidationError) Reason

Reason function returns reason value.

type UserFollowersRecommendLivesRequest

type UserFollowersRecommendLivesRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Count      int64  `protobuf:"varint,2,opt,name=count,proto3" json:"count"`
	Page       uint32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
	Size       uint32 `protobuf:"varint,4,opt,name=size,proto3" json:"size"`
	Type       string `protobuf:"bytes,5,opt,name=type,proto3" json:"type"`
	// contains filtered or unexported fields
}

用户推荐随机列表

func (*UserFollowersRecommendLivesRequest) Descriptor deprecated

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

Deprecated: Use UserFollowersRecommendLivesRequest.ProtoReflect.Descriptor instead.

func (*UserFollowersRecommendLivesRequest) GetAudienceId

func (x *UserFollowersRecommendLivesRequest) GetAudienceId() int64

func (*UserFollowersRecommendLivesRequest) GetCount

func (*UserFollowersRecommendLivesRequest) GetPage

func (*UserFollowersRecommendLivesRequest) GetSize

func (*UserFollowersRecommendLivesRequest) GetType

func (*UserFollowersRecommendLivesRequest) ProtoMessage

func (*UserFollowersRecommendLivesRequest) ProtoMessage()

func (*UserFollowersRecommendLivesRequest) ProtoReflect

func (*UserFollowersRecommendLivesRequest) Reset

func (*UserFollowersRecommendLivesRequest) String

func (*UserFollowersRecommendLivesRequest) Validate

Validate checks the field values on UserFollowersRecommendLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserFollowersRecommendLivesRequest) ValidateAll

func (m *UserFollowersRecommendLivesRequest) ValidateAll() error

ValidateAll checks the field values on UserFollowersRecommendLivesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserFollowersRecommendLivesRequestMultiError, or nil if none found.

type UserFollowersRecommendLivesRequestMultiError

type UserFollowersRecommendLivesRequestMultiError []error

UserFollowersRecommendLivesRequestMultiError is an error wrapping multiple validation errors returned by UserFollowersRecommendLivesRequest.ValidateAll() if the designated constraints aren't met.

func (UserFollowersRecommendLivesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserFollowersRecommendLivesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserFollowersRecommendLivesRequestValidationError

type UserFollowersRecommendLivesRequestValidationError struct {
	// contains filtered or unexported fields
}

UserFollowersRecommendLivesRequestValidationError is the validation error returned by UserFollowersRecommendLivesRequest.Validate if the designated constraints aren't met.

func (UserFollowersRecommendLivesRequestValidationError) Cause

Cause function returns cause value.

func (UserFollowersRecommendLivesRequestValidationError) Error

Error satisfies the builtin error interface

func (UserFollowersRecommendLivesRequestValidationError) ErrorName

ErrorName returns error name.

func (UserFollowersRecommendLivesRequestValidationError) Field

Field function returns field value.

func (UserFollowersRecommendLivesRequestValidationError) Key

Key function returns key value.

func (UserFollowersRecommendLivesRequestValidationError) Reason

Reason function returns reason value.

type UserFollowersRecommendLivesResponse

type UserFollowersRecommendLivesResponse struct {
	Lives []*LiveInfoResponse `protobuf:"bytes,1,rep,name=lives,proto3" json:"lives"`
	Page  uint32              `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total uint32              `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	Type  string              `protobuf:"bytes,4,opt,name=type,proto3" json:"type"`
	// contains filtered or unexported fields
}

func (*UserFollowersRecommendLivesResponse) Descriptor deprecated

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

Deprecated: Use UserFollowersRecommendLivesResponse.ProtoReflect.Descriptor instead.

func (*UserFollowersRecommendLivesResponse) GetLives

func (*UserFollowersRecommendLivesResponse) GetPage

func (*UserFollowersRecommendLivesResponse) GetTotal

func (*UserFollowersRecommendLivesResponse) GetType

func (*UserFollowersRecommendLivesResponse) ProtoMessage

func (*UserFollowersRecommendLivesResponse) ProtoMessage()

func (*UserFollowersRecommendLivesResponse) ProtoReflect

func (*UserFollowersRecommendLivesResponse) Reset

func (*UserFollowersRecommendLivesResponse) String

func (*UserFollowersRecommendLivesResponse) Validate

Validate checks the field values on UserFollowersRecommendLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserFollowersRecommendLivesResponse) ValidateAll

func (m *UserFollowersRecommendLivesResponse) ValidateAll() error

ValidateAll checks the field values on UserFollowersRecommendLivesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserFollowersRecommendLivesResponseMultiError, or nil if none found.

type UserFollowersRecommendLivesResponseMultiError

type UserFollowersRecommendLivesResponseMultiError []error

UserFollowersRecommendLivesResponseMultiError is an error wrapping multiple validation errors returned by UserFollowersRecommendLivesResponse.ValidateAll() if the designated constraints aren't met.

func (UserFollowersRecommendLivesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserFollowersRecommendLivesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserFollowersRecommendLivesResponseValidationError

type UserFollowersRecommendLivesResponseValidationError struct {
	// contains filtered or unexported fields
}

UserFollowersRecommendLivesResponseValidationError is the validation error returned by UserFollowersRecommendLivesResponse.Validate if the designated constraints aren't met.

func (UserFollowersRecommendLivesResponseValidationError) Cause

Cause function returns cause value.

func (UserFollowersRecommendLivesResponseValidationError) Error

Error satisfies the builtin error interface

func (UserFollowersRecommendLivesResponseValidationError) ErrorName

ErrorName returns error name.

func (UserFollowersRecommendLivesResponseValidationError) Field

Field function returns field value.

func (UserFollowersRecommendLivesResponseValidationError) Key

Key function returns key value.

func (UserFollowersRecommendLivesResponseValidationError) Reason

Reason function returns reason value.

type UserLikeLiveTotalRequest

type UserLikeLiveTotalRequest struct {
	UserId int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id"`
	LiveId uint64 `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*UserLikeLiveTotalRequest) Descriptor deprecated

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

Deprecated: Use UserLikeLiveTotalRequest.ProtoReflect.Descriptor instead.

func (*UserLikeLiveTotalRequest) GetLiveId

func (x *UserLikeLiveTotalRequest) GetLiveId() uint64

func (*UserLikeLiveTotalRequest) GetUserId

func (x *UserLikeLiveTotalRequest) GetUserId() int64

func (*UserLikeLiveTotalRequest) ProtoMessage

func (*UserLikeLiveTotalRequest) ProtoMessage()

func (*UserLikeLiveTotalRequest) ProtoReflect

func (x *UserLikeLiveTotalRequest) ProtoReflect() protoreflect.Message

func (*UserLikeLiveTotalRequest) Reset

func (x *UserLikeLiveTotalRequest) Reset()

func (*UserLikeLiveTotalRequest) String

func (x *UserLikeLiveTotalRequest) String() string

func (*UserLikeLiveTotalRequest) Validate

func (m *UserLikeLiveTotalRequest) Validate() error

Validate checks the field values on UserLikeLiveTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserLikeLiveTotalRequest) ValidateAll

func (m *UserLikeLiveTotalRequest) ValidateAll() error

ValidateAll checks the field values on UserLikeLiveTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserLikeLiveTotalRequestMultiError, or nil if none found.

type UserLikeLiveTotalRequestMultiError

type UserLikeLiveTotalRequestMultiError []error

UserLikeLiveTotalRequestMultiError is an error wrapping multiple validation errors returned by UserLikeLiveTotalRequest.ValidateAll() if the designated constraints aren't met.

func (UserLikeLiveTotalRequestMultiError) AllErrors

func (m UserLikeLiveTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserLikeLiveTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserLikeLiveTotalRequestValidationError

type UserLikeLiveTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

UserLikeLiveTotalRequestValidationError is the validation error returned by UserLikeLiveTotalRequest.Validate if the designated constraints aren't met.

func (UserLikeLiveTotalRequestValidationError) Cause

Cause function returns cause value.

func (UserLikeLiveTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (UserLikeLiveTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (UserLikeLiveTotalRequestValidationError) Field

Field function returns field value.

func (UserLikeLiveTotalRequestValidationError) Key

Key function returns key value.

func (UserLikeLiveTotalRequestValidationError) Reason

Reason function returns reason value.

type UserLikeLiveTotalResponse

type UserLikeLiveTotalResponse struct {
	LikeTotal int64 `protobuf:"varint,2,opt,name=like_total,json=likeTotal,proto3" json:"like_total"`
	// contains filtered or unexported fields
}

func (*UserLikeLiveTotalResponse) Descriptor deprecated

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

Deprecated: Use UserLikeLiveTotalResponse.ProtoReflect.Descriptor instead.

func (*UserLikeLiveTotalResponse) GetLikeTotal

func (x *UserLikeLiveTotalResponse) GetLikeTotal() int64

func (*UserLikeLiveTotalResponse) ProtoMessage

func (*UserLikeLiveTotalResponse) ProtoMessage()

func (*UserLikeLiveTotalResponse) ProtoReflect

func (*UserLikeLiveTotalResponse) Reset

func (x *UserLikeLiveTotalResponse) Reset()

func (*UserLikeLiveTotalResponse) String

func (x *UserLikeLiveTotalResponse) String() string

func (*UserLikeLiveTotalResponse) Validate

func (m *UserLikeLiveTotalResponse) Validate() error

Validate checks the field values on UserLikeLiveTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserLikeLiveTotalResponse) ValidateAll

func (m *UserLikeLiveTotalResponse) ValidateAll() error

ValidateAll checks the field values on UserLikeLiveTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserLikeLiveTotalResponseMultiError, or nil if none found.

type UserLikeLiveTotalResponseMultiError

type UserLikeLiveTotalResponseMultiError []error

UserLikeLiveTotalResponseMultiError is an error wrapping multiple validation errors returned by UserLikeLiveTotalResponse.ValidateAll() if the designated constraints aren't met.

func (UserLikeLiveTotalResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UserLikeLiveTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserLikeLiveTotalResponseValidationError

type UserLikeLiveTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

UserLikeLiveTotalResponseValidationError is the validation error returned by UserLikeLiveTotalResponse.Validate if the designated constraints aren't met.

func (UserLikeLiveTotalResponseValidationError) Cause

Cause function returns cause value.

func (UserLikeLiveTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (UserLikeLiveTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (UserLikeLiveTotalResponseValidationError) Field

Field function returns field value.

func (UserLikeLiveTotalResponseValidationError) Key

Key function returns key value.

func (UserLikeLiveTotalResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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