audience

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

This section is empty.

Variables

View Source
var File_proto_audience_audience_proto protoreflect.FileDescriptor

Functions

func NewAudienceSrvEndpoints

func NewAudienceSrvEndpoints() []*api.Endpoint

func RegisterAudienceSrvHandler

func RegisterAudienceSrvHandler(s server.Server, hdlr AudienceSrvHandler, opts ...server.HandlerOption) error

Types

type ApplyLiveLinkAudiences

type ApplyLiveLinkAudiences struct {
	UserId    int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id"`
	Nickname  string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"`
	Username  string `protobuf:"bytes,3,opt,name=username,proto3" json:"username"`
	Avatar    string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar"`
	Gender    int64  `protobuf:"varint,5,opt,name=gender,proto3" json:"gender"`
	UserLevel int32  `protobuf:"varint,6,opt,name=user_level,json=userLevel,proto3" json:"user_level"`
	// contains filtered or unexported fields
}

func (*ApplyLiveLinkAudiences) Descriptor deprecated

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

Deprecated: Use ApplyLiveLinkAudiences.ProtoReflect.Descriptor instead.

func (*ApplyLiveLinkAudiences) GetAvatar

func (x *ApplyLiveLinkAudiences) GetAvatar() string

func (*ApplyLiveLinkAudiences) GetGender

func (x *ApplyLiveLinkAudiences) GetGender() int64

func (*ApplyLiveLinkAudiences) GetNickname

func (x *ApplyLiveLinkAudiences) GetNickname() string

func (*ApplyLiveLinkAudiences) GetUserId

func (x *ApplyLiveLinkAudiences) GetUserId() int64

func (*ApplyLiveLinkAudiences) GetUserLevel

func (x *ApplyLiveLinkAudiences) GetUserLevel() int32

func (*ApplyLiveLinkAudiences) GetUsername

func (x *ApplyLiveLinkAudiences) GetUsername() string

func (*ApplyLiveLinkAudiences) ProtoMessage

func (*ApplyLiveLinkAudiences) ProtoMessage()

func (*ApplyLiveLinkAudiences) ProtoReflect

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

func (*ApplyLiveLinkAudiences) Reset

func (x *ApplyLiveLinkAudiences) Reset()

func (*ApplyLiveLinkAudiences) String

func (x *ApplyLiveLinkAudiences) String() string

func (*ApplyLiveLinkAudiences) Validate

func (m *ApplyLiveLinkAudiences) Validate() error

Validate checks the field values on ApplyLiveLinkAudiences 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 (*ApplyLiveLinkAudiences) ValidateAll

func (m *ApplyLiveLinkAudiences) ValidateAll() error

ValidateAll checks the field values on ApplyLiveLinkAudiences 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 ApplyLiveLinkAudiencesMultiError, or nil if none found.

type ApplyLiveLinkAudiencesMultiError

type ApplyLiveLinkAudiencesMultiError []error

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

func (ApplyLiveLinkAudiencesMultiError) AllErrors

func (m ApplyLiveLinkAudiencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApplyLiveLinkAudiencesMultiError) Error

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

type ApplyLiveLinkAudiencesRequest

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

已申请连麦列表

func (*ApplyLiveLinkAudiencesRequest) Descriptor deprecated

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

Deprecated: Use ApplyLiveLinkAudiencesRequest.ProtoReflect.Descriptor instead.

func (*ApplyLiveLinkAudiencesRequest) GetAudienceId

func (x *ApplyLiveLinkAudiencesRequest) GetAudienceId() int64

func (*ApplyLiveLinkAudiencesRequest) GetLiveId

func (x *ApplyLiveLinkAudiencesRequest) GetLiveId() uint64

func (*ApplyLiveLinkAudiencesRequest) GetPage

func (*ApplyLiveLinkAudiencesRequest) GetSize

func (*ApplyLiveLinkAudiencesRequest) ProtoMessage

func (*ApplyLiveLinkAudiencesRequest) ProtoMessage()

func (*ApplyLiveLinkAudiencesRequest) ProtoReflect

func (*ApplyLiveLinkAudiencesRequest) Reset

func (x *ApplyLiveLinkAudiencesRequest) Reset()

func (*ApplyLiveLinkAudiencesRequest) String

func (*ApplyLiveLinkAudiencesRequest) Validate

func (m *ApplyLiveLinkAudiencesRequest) Validate() error

Validate checks the field values on ApplyLiveLinkAudiencesRequest 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 (*ApplyLiveLinkAudiencesRequest) ValidateAll

func (m *ApplyLiveLinkAudiencesRequest) ValidateAll() error

ValidateAll checks the field values on ApplyLiveLinkAudiencesRequest 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 ApplyLiveLinkAudiencesRequestMultiError, or nil if none found.

type ApplyLiveLinkAudiencesRequestMultiError

type ApplyLiveLinkAudiencesRequestMultiError []error

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

func (ApplyLiveLinkAudiencesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ApplyLiveLinkAudiencesRequestMultiError) Error

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

type ApplyLiveLinkAudiencesRequestValidationError

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

ApplyLiveLinkAudiencesRequestValidationError is the validation error returned by ApplyLiveLinkAudiencesRequest.Validate if the designated constraints aren't met.

func (ApplyLiveLinkAudiencesRequestValidationError) Cause

Cause function returns cause value.

func (ApplyLiveLinkAudiencesRequestValidationError) Error

Error satisfies the builtin error interface

func (ApplyLiveLinkAudiencesRequestValidationError) ErrorName

ErrorName returns error name.

func (ApplyLiveLinkAudiencesRequestValidationError) Field

Field function returns field value.

func (ApplyLiveLinkAudiencesRequestValidationError) Key

Key function returns key value.

func (ApplyLiveLinkAudiencesRequestValidationError) Reason

Reason function returns reason value.

type ApplyLiveLinkAudiencesResponse

type ApplyLiveLinkAudiencesResponse struct {
	Audiences []*ApplyLiveLinkAudiences `protobuf:"bytes,1,rep,name=audiences,proto3" json:"audiences"`
	Page      uint32                    `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Total     uint32                    `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	Rank      int64                     `protobuf:"varint,4,opt,name=rank,proto3" json:"rank"`
	// contains filtered or unexported fields
}

func (*ApplyLiveLinkAudiencesResponse) Descriptor deprecated

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

Deprecated: Use ApplyLiveLinkAudiencesResponse.ProtoReflect.Descriptor instead.

func (*ApplyLiveLinkAudiencesResponse) GetAudiences

func (*ApplyLiveLinkAudiencesResponse) GetPage

func (*ApplyLiveLinkAudiencesResponse) GetRank

func (*ApplyLiveLinkAudiencesResponse) GetTotal

func (x *ApplyLiveLinkAudiencesResponse) GetTotal() uint32

func (*ApplyLiveLinkAudiencesResponse) ProtoMessage

func (*ApplyLiveLinkAudiencesResponse) ProtoMessage()

func (*ApplyLiveLinkAudiencesResponse) ProtoReflect

func (*ApplyLiveLinkAudiencesResponse) Reset

func (x *ApplyLiveLinkAudiencesResponse) Reset()

func (*ApplyLiveLinkAudiencesResponse) String

func (*ApplyLiveLinkAudiencesResponse) Validate

func (m *ApplyLiveLinkAudiencesResponse) Validate() error

Validate checks the field values on ApplyLiveLinkAudiencesResponse 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 (*ApplyLiveLinkAudiencesResponse) ValidateAll

func (m *ApplyLiveLinkAudiencesResponse) ValidateAll() error

ValidateAll checks the field values on ApplyLiveLinkAudiencesResponse 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 ApplyLiveLinkAudiencesResponseMultiError, or nil if none found.

type ApplyLiveLinkAudiencesResponseMultiError

type ApplyLiveLinkAudiencesResponseMultiError []error

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

func (ApplyLiveLinkAudiencesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ApplyLiveLinkAudiencesResponseMultiError) Error

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

type ApplyLiveLinkAudiencesResponseValidationError

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

ApplyLiveLinkAudiencesResponseValidationError is the validation error returned by ApplyLiveLinkAudiencesResponse.Validate if the designated constraints aren't met.

func (ApplyLiveLinkAudiencesResponseValidationError) Cause

Cause function returns cause value.

func (ApplyLiveLinkAudiencesResponseValidationError) Error

Error satisfies the builtin error interface

func (ApplyLiveLinkAudiencesResponseValidationError) ErrorName

ErrorName returns error name.

func (ApplyLiveLinkAudiencesResponseValidationError) Field

Field function returns field value.

func (ApplyLiveLinkAudiencesResponseValidationError) Key

Key function returns key value.

func (ApplyLiveLinkAudiencesResponseValidationError) Reason

Reason function returns reason value.

type ApplyLiveLinkAudiencesValidationError

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

ApplyLiveLinkAudiencesValidationError is the validation error returned by ApplyLiveLinkAudiences.Validate if the designated constraints aren't met.

func (ApplyLiveLinkAudiencesValidationError) Cause

Cause function returns cause value.

func (ApplyLiveLinkAudiencesValidationError) Error

Error satisfies the builtin error interface

func (ApplyLiveLinkAudiencesValidationError) ErrorName

ErrorName returns error name.

func (ApplyLiveLinkAudiencesValidationError) Field

Field function returns field value.

func (ApplyLiveLinkAudiencesValidationError) Key

Key function returns key value.

func (ApplyLiveLinkAudiencesValidationError) Reason

Reason function returns reason value.

type AudienceLiveLinkingRequest

type AudienceLiveLinkingRequest struct {
	LinkId     uint64 `protobuf:"varint,1,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	AudienceId int64  `protobuf:"varint,2,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	// contains filtered or unexported fields
}

func (*AudienceLiveLinkingRequest) Descriptor deprecated

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

Deprecated: Use AudienceLiveLinkingRequest.ProtoReflect.Descriptor instead.

func (*AudienceLiveLinkingRequest) GetAudienceId

func (x *AudienceLiveLinkingRequest) GetAudienceId() int64

func (*AudienceLiveLinkingRequest) GetLinkId

func (x *AudienceLiveLinkingRequest) GetLinkId() uint64

func (*AudienceLiveLinkingRequest) ProtoMessage

func (*AudienceLiveLinkingRequest) ProtoMessage()

func (*AudienceLiveLinkingRequest) ProtoReflect

func (*AudienceLiveLinkingRequest) Reset

func (x *AudienceLiveLinkingRequest) Reset()

func (*AudienceLiveLinkingRequest) String

func (x *AudienceLiveLinkingRequest) String() string

func (*AudienceLiveLinkingRequest) Validate

func (m *AudienceLiveLinkingRequest) Validate() error

Validate checks the field values on AudienceLiveLinkingRequest 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 (*AudienceLiveLinkingRequest) ValidateAll

func (m *AudienceLiveLinkingRequest) ValidateAll() error

ValidateAll checks the field values on AudienceLiveLinkingRequest 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 AudienceLiveLinkingRequestMultiError, or nil if none found.

type AudienceLiveLinkingRequestMultiError

type AudienceLiveLinkingRequestMultiError []error

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

func (AudienceLiveLinkingRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AudienceLiveLinkingRequestMultiError) Error

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

type AudienceLiveLinkingRequestValidationError

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

AudienceLiveLinkingRequestValidationError is the validation error returned by AudienceLiveLinkingRequest.Validate if the designated constraints aren't met.

func (AudienceLiveLinkingRequestValidationError) Cause

Cause function returns cause value.

func (AudienceLiveLinkingRequestValidationError) Error

Error satisfies the builtin error interface

func (AudienceLiveLinkingRequestValidationError) ErrorName

ErrorName returns error name.

func (AudienceLiveLinkingRequestValidationError) Field

Field function returns field value.

func (AudienceLiveLinkingRequestValidationError) Key

Key function returns key value.

func (AudienceLiveLinkingRequestValidationError) Reason

Reason function returns reason value.

type AudienceLiveLinkingResponse

type AudienceLiveLinkingResponse struct {
	Id         uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"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"`
	AnchorId   int64  `protobuf:"varint,4,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	AudienceId int64  `protobuf:"varint,5,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Status     string `protobuf:"bytes,6,opt,name=status,proto3" json:"status"`
	// contains filtered or unexported fields
}

func (*AudienceLiveLinkingResponse) Descriptor deprecated

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

Deprecated: Use AudienceLiveLinkingResponse.ProtoReflect.Descriptor instead.

func (*AudienceLiveLinkingResponse) GetAnchorId

func (x *AudienceLiveLinkingResponse) GetAnchorId() int64

func (*AudienceLiveLinkingResponse) GetAudienceId

func (x *AudienceLiveLinkingResponse) GetAudienceId() int64

func (*AudienceLiveLinkingResponse) GetId

func (*AudienceLiveLinkingResponse) GetLinkId

func (x *AudienceLiveLinkingResponse) GetLinkId() uint64

func (*AudienceLiveLinkingResponse) GetLiveId

func (x *AudienceLiveLinkingResponse) GetLiveId() uint64

func (*AudienceLiveLinkingResponse) GetStatus

func (x *AudienceLiveLinkingResponse) GetStatus() string

func (*AudienceLiveLinkingResponse) ProtoMessage

func (*AudienceLiveLinkingResponse) ProtoMessage()

func (*AudienceLiveLinkingResponse) ProtoReflect

func (*AudienceLiveLinkingResponse) Reset

func (x *AudienceLiveLinkingResponse) Reset()

func (*AudienceLiveLinkingResponse) String

func (x *AudienceLiveLinkingResponse) String() string

func (*AudienceLiveLinkingResponse) Validate

func (m *AudienceLiveLinkingResponse) Validate() error

Validate checks the field values on AudienceLiveLinkingResponse 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 (*AudienceLiveLinkingResponse) ValidateAll

func (m *AudienceLiveLinkingResponse) ValidateAll() error

ValidateAll checks the field values on AudienceLiveLinkingResponse 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 AudienceLiveLinkingResponseMultiError, or nil if none found.

type AudienceLiveLinkingResponseMultiError

type AudienceLiveLinkingResponseMultiError []error

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

func (AudienceLiveLinkingResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AudienceLiveLinkingResponseMultiError) Error

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

type AudienceLiveLinkingResponseValidationError

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

AudienceLiveLinkingResponseValidationError is the validation error returned by AudienceLiveLinkingResponse.Validate if the designated constraints aren't met.

func (AudienceLiveLinkingResponseValidationError) Cause

Cause function returns cause value.

func (AudienceLiveLinkingResponseValidationError) Error

Error satisfies the builtin error interface

func (AudienceLiveLinkingResponseValidationError) ErrorName

ErrorName returns error name.

func (AudienceLiveLinkingResponseValidationError) Field

Field function returns field value.

func (AudienceLiveLinkingResponseValidationError) Key

Key function returns key value.

func (AudienceLiveLinkingResponseValidationError) Reason

Reason function returns reason value.

type AudienceSrvHandler

type AudienceSrvHandler interface {
	// 观众看直播
	SeeLive(context.Context, *SeeLiveRequest, *SeeLiveResponse) error
	// 观众邀请主播连线
	InviteLink(context.Context, *InviteLinkRequest, *InviteLinkResponse) error
	// 观众邀请主播连线
	CancelLink(context.Context, *CancelLinkRequest, *CancelLinkResponse) error
	// 观众拒绝主播连线
	RefuseLink(context.Context, *RefuseLinkRequest, *RefuseLinkResponse) error
	// 创建连线
	CreateLink(context.Context, *CreateLinkRequest, *CreateLinkResponse) error
	// 观众当前正在连线
	AudienceLiveLinking(context.Context, *AudienceLiveLinkingRequest, *AudienceLiveLinkingResponse) error
	// 用户退出停止推流
	OutLiveLink(context.Context, *StopLinkRequest, *StopLinkResponse) error
	// 连麦推流成功
	PushStreamSuccess(context.Context, *PushStreamSuccessRequest, *PushStreamSuccessResponse) error
	// 推流失败关闭连线
	PushStreamError(context.Context, *PushStreamErrorRequest, *PushStreamErrorResponse) error
	// 停止连线
	StopLink(context.Context, *StopLinkRequest, *StopLinkResponse) error
	// 退出直播间
	ExitLive(context.Context, *ExitLiveRequest, *ExitLiveResponse) error
	// 直播扩展信息表
	LiveExtraInfo(context.Context, *LiveExtraInfoRequest, *LiveExtraInfoResponse) error
	// 连麦开关
	StorageLinkSwitch(context.Context, *StorageLinkSwitchRequest, *StorageLinkSwitchResponse) error
	// 已申请与主播连麦的观众
	ApplyLiveLinkAudiences(context.Context, *ApplyLiveLinkAudiencesRequest, *ApplyLiveLinkAudiencesResponse) error
	// 付费直播 按场次付费
	PayLiveOncePayed(context.Context, *PayLiveOncePayedRequest, *PayLiveOncePayedResponse) error
	// 付费直播 按分钟付费
	PayLiveMinutePayed(context.Context, *PayLiveMinutePayedRequest, *PayLiveMinutePayedResponse) error
}

type AudienceSrvService

type AudienceSrvService interface {
	// 观众看直播
	SeeLive(ctx context.Context, in *SeeLiveRequest, opts ...client.CallOption) (*SeeLiveResponse, error)
	// 观众邀请主播连线
	InviteLink(ctx context.Context, in *InviteLinkRequest, opts ...client.CallOption) (*InviteLinkResponse, error)
	// 观众邀请主播连线
	CancelLink(ctx context.Context, in *CancelLinkRequest, opts ...client.CallOption) (*CancelLinkResponse, error)
	// 观众拒绝主播连线
	RefuseLink(ctx context.Context, in *RefuseLinkRequest, opts ...client.CallOption) (*RefuseLinkResponse, error)
	// 创建连线
	CreateLink(ctx context.Context, in *CreateLinkRequest, opts ...client.CallOption) (*CreateLinkResponse, error)
	// 观众当前正在连线
	AudienceLiveLinking(ctx context.Context, in *AudienceLiveLinkingRequest, opts ...client.CallOption) (*AudienceLiveLinkingResponse, error)
	// 用户退出停止推流
	OutLiveLink(ctx context.Context, in *StopLinkRequest, opts ...client.CallOption) (*StopLinkResponse, error)
	// 连麦推流成功
	PushStreamSuccess(ctx context.Context, in *PushStreamSuccessRequest, opts ...client.CallOption) (*PushStreamSuccessResponse, error)
	// 推流失败关闭连线
	PushStreamError(ctx context.Context, in *PushStreamErrorRequest, opts ...client.CallOption) (*PushStreamErrorResponse, error)
	// 停止连线
	StopLink(ctx context.Context, in *StopLinkRequest, opts ...client.CallOption) (*StopLinkResponse, error)
	// 退出直播间
	ExitLive(ctx context.Context, in *ExitLiveRequest, opts ...client.CallOption) (*ExitLiveResponse, error)
	// 直播扩展信息表
	LiveExtraInfo(ctx context.Context, in *LiveExtraInfoRequest, opts ...client.CallOption) (*LiveExtraInfoResponse, error)
	// 连麦开关
	StorageLinkSwitch(ctx context.Context, in *StorageLinkSwitchRequest, opts ...client.CallOption) (*StorageLinkSwitchResponse, error)
	// 已申请与主播连麦的观众
	ApplyLiveLinkAudiences(ctx context.Context, in *ApplyLiveLinkAudiencesRequest, opts ...client.CallOption) (*ApplyLiveLinkAudiencesResponse, error)
	// 付费直播 按场次付费
	PayLiveOncePayed(ctx context.Context, in *PayLiveOncePayedRequest, opts ...client.CallOption) (*PayLiveOncePayedResponse, error)
	// 付费直播 按分钟付费
	PayLiveMinutePayed(ctx context.Context, in *PayLiveMinutePayedRequest, opts ...client.CallOption) (*PayLiveMinutePayedResponse, error)
}

func NewAudienceSrvService

func NewAudienceSrvService(name string, c client.Client) AudienceSrvService

type CancelLinkRequest

type CancelLinkRequest 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"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AppCode    string `protobuf:"bytes,4,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*CancelLinkRequest) Descriptor deprecated

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

Deprecated: Use CancelLinkRequest.ProtoReflect.Descriptor instead.

func (*CancelLinkRequest) GetAnchorId

func (x *CancelLinkRequest) GetAnchorId() int64

func (*CancelLinkRequest) GetAppCode

func (x *CancelLinkRequest) GetAppCode() string

func (*CancelLinkRequest) GetAudienceId

func (x *CancelLinkRequest) GetAudienceId() int64

func (*CancelLinkRequest) GetLiveId

func (x *CancelLinkRequest) GetLiveId() uint64

func (*CancelLinkRequest) ProtoMessage

func (*CancelLinkRequest) ProtoMessage()

func (*CancelLinkRequest) ProtoReflect

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

func (*CancelLinkRequest) Reset

func (x *CancelLinkRequest) Reset()

func (*CancelLinkRequest) String

func (x *CancelLinkRequest) String() string

func (*CancelLinkRequest) Validate

func (m *CancelLinkRequest) Validate() error

Validate checks the field values on CancelLinkRequest 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 (*CancelLinkRequest) ValidateAll

func (m *CancelLinkRequest) ValidateAll() error

ValidateAll checks the field values on CancelLinkRequest 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 CancelLinkRequestMultiError, or nil if none found.

type CancelLinkRequestMultiError

type CancelLinkRequestMultiError []error

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

func (CancelLinkRequestMultiError) AllErrors

func (m CancelLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelLinkRequestMultiError) Error

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

type CancelLinkRequestValidationError

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

CancelLinkRequestValidationError is the validation error returned by CancelLinkRequest.Validate if the designated constraints aren't met.

func (CancelLinkRequestValidationError) Cause

Cause function returns cause value.

func (CancelLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (CancelLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (CancelLinkRequestValidationError) Field

Field function returns field value.

func (CancelLinkRequestValidationError) Key

Key function returns key value.

func (CancelLinkRequestValidationError) Reason

Reason function returns reason value.

type CancelLinkResponse

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

func (*CancelLinkResponse) Descriptor deprecated

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

Deprecated: Use CancelLinkResponse.ProtoReflect.Descriptor instead.

func (*CancelLinkResponse) ProtoMessage

func (*CancelLinkResponse) ProtoMessage()

func (*CancelLinkResponse) ProtoReflect

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

func (*CancelLinkResponse) Reset

func (x *CancelLinkResponse) Reset()

func (*CancelLinkResponse) String

func (x *CancelLinkResponse) String() string

func (*CancelLinkResponse) Validate

func (m *CancelLinkResponse) Validate() error

Validate checks the field values on CancelLinkResponse 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 (*CancelLinkResponse) ValidateAll

func (m *CancelLinkResponse) ValidateAll() error

ValidateAll checks the field values on CancelLinkResponse 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 CancelLinkResponseMultiError, or nil if none found.

type CancelLinkResponseMultiError

type CancelLinkResponseMultiError []error

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

func (CancelLinkResponseMultiError) AllErrors

func (m CancelLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelLinkResponseMultiError) Error

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

type CancelLinkResponseValidationError

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

CancelLinkResponseValidationError is the validation error returned by CancelLinkResponse.Validate if the designated constraints aren't met.

func (CancelLinkResponseValidationError) Cause

Cause function returns cause value.

func (CancelLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (CancelLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (CancelLinkResponseValidationError) Field

Field function returns field value.

func (CancelLinkResponseValidationError) Key

Key function returns key value.

func (CancelLinkResponseValidationError) Reason

Reason function returns reason value.

type CreateLinkRequest

type CreateLinkRequest struct {
	LiveLink *CreateLinkRequest_CreateLinkReq `protobuf:"bytes,1,opt,name=live_link,json=liveLink,proto3" json:"live_link"`
	// contains filtered or unexported fields
}

func (*CreateLinkRequest) Descriptor deprecated

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

Deprecated: Use CreateLinkRequest.ProtoReflect.Descriptor instead.

func (*CreateLinkRequest) ProtoMessage

func (*CreateLinkRequest) ProtoMessage()

func (*CreateLinkRequest) ProtoReflect

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

func (*CreateLinkRequest) Reset

func (x *CreateLinkRequest) Reset()

func (*CreateLinkRequest) String

func (x *CreateLinkRequest) String() string

func (*CreateLinkRequest) Validate

func (m *CreateLinkRequest) Validate() error

Validate checks the field values on CreateLinkRequest 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 (*CreateLinkRequest) ValidateAll

func (m *CreateLinkRequest) ValidateAll() error

ValidateAll checks the field values on CreateLinkRequest 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 CreateLinkRequestMultiError, or nil if none found.

type CreateLinkRequestMultiError

type CreateLinkRequestMultiError []error

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

func (CreateLinkRequestMultiError) AllErrors

func (m CreateLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLinkRequestMultiError) Error

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

type CreateLinkRequestValidationError

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

CreateLinkRequestValidationError is the validation error returned by CreateLinkRequest.Validate if the designated constraints aren't met.

func (CreateLinkRequestValidationError) Cause

Cause function returns cause value.

func (CreateLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkRequestValidationError) Field

Field function returns field value.

func (CreateLinkRequestValidationError) Key

Key function returns key value.

func (CreateLinkRequestValidationError) Reason

Reason function returns reason value.

type CreateLinkRequest_CreateLinkReq

type CreateLinkRequest_CreateLinkReq 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"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	// contains filtered or unexported fields
}

func (*CreateLinkRequest_CreateLinkReq) Descriptor deprecated

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

Deprecated: Use CreateLinkRequest_CreateLinkReq.ProtoReflect.Descriptor instead.

func (*CreateLinkRequest_CreateLinkReq) GetAnchorId

func (x *CreateLinkRequest_CreateLinkReq) GetAnchorId() int64

func (*CreateLinkRequest_CreateLinkReq) GetAudienceId

func (x *CreateLinkRequest_CreateLinkReq) GetAudienceId() int64

func (*CreateLinkRequest_CreateLinkReq) GetLiveId

func (x *CreateLinkRequest_CreateLinkReq) GetLiveId() uint64

func (*CreateLinkRequest_CreateLinkReq) ProtoMessage

func (*CreateLinkRequest_CreateLinkReq) ProtoMessage()

func (*CreateLinkRequest_CreateLinkReq) ProtoReflect

func (*CreateLinkRequest_CreateLinkReq) Reset

func (*CreateLinkRequest_CreateLinkReq) String

func (*CreateLinkRequest_CreateLinkReq) Validate

func (m *CreateLinkRequest_CreateLinkReq) Validate() error

Validate checks the field values on CreateLinkRequest_CreateLinkReq 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 (*CreateLinkRequest_CreateLinkReq) ValidateAll

func (m *CreateLinkRequest_CreateLinkReq) ValidateAll() error

ValidateAll checks the field values on CreateLinkRequest_CreateLinkReq 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 CreateLinkRequest_CreateLinkReqMultiError, or nil if none found.

type CreateLinkRequest_CreateLinkReqMultiError

type CreateLinkRequest_CreateLinkReqMultiError []error

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

func (CreateLinkRequest_CreateLinkReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLinkRequest_CreateLinkReqMultiError) Error

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

type CreateLinkRequest_CreateLinkReqValidationError

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

CreateLinkRequest_CreateLinkReqValidationError is the validation error returned by CreateLinkRequest_CreateLinkReq.Validate if the designated constraints aren't met.

func (CreateLinkRequest_CreateLinkReqValidationError) Cause

Cause function returns cause value.

func (CreateLinkRequest_CreateLinkReqValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkRequest_CreateLinkReqValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkRequest_CreateLinkReqValidationError) Field

Field function returns field value.

func (CreateLinkRequest_CreateLinkReqValidationError) Key

Key function returns key value.

func (CreateLinkRequest_CreateLinkReqValidationError) Reason

Reason function returns reason value.

type CreateLinkResponse

type CreateLinkResponse struct {
	LiveLink  *CreateLinkResponse_CreateLinkRes          `protobuf:"bytes,1,opt,name=live_link,json=liveLink,proto3" json:"live_link"`
	StreamSdk *CreateLinkResponse_CreateLinkStreamSdkRes `protobuf:"bytes,2,opt,name=stream_sdk,json=streamSdk,proto3" json:"stream_sdk"`
	CdnSdk    *CreateLinkResponse_CreateLiveCdnSdkRes    `protobuf:"bytes,3,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	// contains filtered or unexported fields
}

func (*CreateLinkResponse) Descriptor deprecated

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

Deprecated: Use CreateLinkResponse.ProtoReflect.Descriptor instead.

func (*CreateLinkResponse) GetCdnSdk

func (*CreateLinkResponse) GetStreamSdk

func (*CreateLinkResponse) ProtoMessage

func (*CreateLinkResponse) ProtoMessage()

func (*CreateLinkResponse) ProtoReflect

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

func (*CreateLinkResponse) Reset

func (x *CreateLinkResponse) Reset()

func (*CreateLinkResponse) String

func (x *CreateLinkResponse) String() string

func (*CreateLinkResponse) Validate

func (m *CreateLinkResponse) Validate() error

Validate checks the field values on CreateLinkResponse 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 (*CreateLinkResponse) ValidateAll

func (m *CreateLinkResponse) ValidateAll() error

ValidateAll checks the field values on CreateLinkResponse 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 CreateLinkResponseMultiError, or nil if none found.

type CreateLinkResponseMultiError

type CreateLinkResponseMultiError []error

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

func (CreateLinkResponseMultiError) AllErrors

func (m CreateLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLinkResponseMultiError) Error

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

type CreateLinkResponseValidationError

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

CreateLinkResponseValidationError is the validation error returned by CreateLinkResponse.Validate if the designated constraints aren't met.

func (CreateLinkResponseValidationError) Cause

Cause function returns cause value.

func (CreateLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkResponseValidationError) Field

Field function returns field value.

func (CreateLinkResponseValidationError) Key

Key function returns key value.

func (CreateLinkResponseValidationError) Reason

Reason function returns reason value.

type CreateLinkResponse_CreateLinkRes

type CreateLinkResponse_CreateLinkRes struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	LinkId     uint64 `protobuf:"varint,2,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	AnchorId   int64  `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	AudienceId int64  `protobuf:"varint,4,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	// contains filtered or unexported fields
}

func (*CreateLinkResponse_CreateLinkRes) Descriptor deprecated

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

Deprecated: Use CreateLinkResponse_CreateLinkRes.ProtoReflect.Descriptor instead.

func (*CreateLinkResponse_CreateLinkRes) GetAnchorId

func (x *CreateLinkResponse_CreateLinkRes) GetAnchorId() int64

func (*CreateLinkResponse_CreateLinkRes) GetAudienceId

func (x *CreateLinkResponse_CreateLinkRes) GetAudienceId() int64

func (*CreateLinkResponse_CreateLinkRes) GetLinkId

func (*CreateLinkResponse_CreateLinkRes) GetLiveId

func (*CreateLinkResponse_CreateLinkRes) ProtoMessage

func (*CreateLinkResponse_CreateLinkRes) ProtoMessage()

func (*CreateLinkResponse_CreateLinkRes) ProtoReflect

func (*CreateLinkResponse_CreateLinkRes) Reset

func (*CreateLinkResponse_CreateLinkRes) String

func (*CreateLinkResponse_CreateLinkRes) Validate

Validate checks the field values on CreateLinkResponse_CreateLinkRes 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 (*CreateLinkResponse_CreateLinkRes) ValidateAll

func (m *CreateLinkResponse_CreateLinkRes) ValidateAll() error

ValidateAll checks the field values on CreateLinkResponse_CreateLinkRes 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 CreateLinkResponse_CreateLinkResMultiError, or nil if none found.

type CreateLinkResponse_CreateLinkResMultiError

type CreateLinkResponse_CreateLinkResMultiError []error

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

func (CreateLinkResponse_CreateLinkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLinkResponse_CreateLinkResMultiError) Error

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

type CreateLinkResponse_CreateLinkResValidationError

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

CreateLinkResponse_CreateLinkResValidationError is the validation error returned by CreateLinkResponse_CreateLinkRes.Validate if the designated constraints aren't met.

func (CreateLinkResponse_CreateLinkResValidationError) Cause

Cause function returns cause value.

func (CreateLinkResponse_CreateLinkResValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkResponse_CreateLinkResValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkResponse_CreateLinkResValidationError) Field

Field function returns field value.

func (CreateLinkResponse_CreateLinkResValidationError) Key

Key function returns key value.

func (CreateLinkResponse_CreateLinkResValidationError) Reason

Reason function returns reason value.

type CreateLinkResponse_CreateLinkStreamSdkRes

type CreateLinkResponse_CreateLinkStreamSdkRes 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 (*CreateLinkResponse_CreateLinkStreamSdkRes) Descriptor deprecated

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

Deprecated: Use CreateLinkResponse_CreateLinkStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CreateLinkResponse_CreateLinkStreamSdkRes) GetEncodeType

func (*CreateLinkResponse_CreateLinkStreamSdkRes) GetSdk

func (*CreateLinkResponse_CreateLinkStreamSdkRes) GetToken

func (*CreateLinkResponse_CreateLinkStreamSdkRes) GetUserId

func (*CreateLinkResponse_CreateLinkStreamSdkRes) ProtoMessage

func (*CreateLinkResponse_CreateLinkStreamSdkRes) ProtoReflect

func (*CreateLinkResponse_CreateLinkStreamSdkRes) Reset

func (*CreateLinkResponse_CreateLinkStreamSdkRes) String

func (*CreateLinkResponse_CreateLinkStreamSdkRes) Validate

Validate checks the field values on CreateLinkResponse_CreateLinkStreamSdkRes 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 (*CreateLinkResponse_CreateLinkStreamSdkRes) ValidateAll

ValidateAll checks the field values on CreateLinkResponse_CreateLinkStreamSdkRes 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 CreateLinkResponse_CreateLinkStreamSdkResMultiError, or nil if none found.

type CreateLinkResponse_CreateLinkStreamSdkResMultiError

type CreateLinkResponse_CreateLinkStreamSdkResMultiError []error

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

func (CreateLinkResponse_CreateLinkStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLinkResponse_CreateLinkStreamSdkResMultiError) Error

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

type CreateLinkResponse_CreateLinkStreamSdkResValidationError

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

CreateLinkResponse_CreateLinkStreamSdkResValidationError is the validation error returned by CreateLinkResponse_CreateLinkStreamSdkRes.Validate if the designated constraints aren't met.

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) Field

Field function returns field value.

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) Key

Key function returns key value.

func (CreateLinkResponse_CreateLinkStreamSdkResValidationError) Reason

Reason function returns reason value.

type CreateLinkResponse_CreateLiveCdnSdkRes

type CreateLinkResponse_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 (*CreateLinkResponse_CreateLiveCdnSdkRes) Descriptor deprecated

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

Deprecated: Use CreateLinkResponse_CreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CreateLinkResponse_CreateLiveCdnSdkRes) GetCdn

func (*CreateLinkResponse_CreateLiveCdnSdkRes) GetPushUrl

func (*CreateLinkResponse_CreateLiveCdnSdkRes) GetStreamId

func (*CreateLinkResponse_CreateLiveCdnSdkRes) ProtoMessage

func (*CreateLinkResponse_CreateLiveCdnSdkRes) ProtoReflect

func (*CreateLinkResponse_CreateLiveCdnSdkRes) Reset

func (*CreateLinkResponse_CreateLiveCdnSdkRes) String

func (*CreateLinkResponse_CreateLiveCdnSdkRes) Validate

Validate checks the field values on CreateLinkResponse_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 (*CreateLinkResponse_CreateLiveCdnSdkRes) ValidateAll

ValidateAll checks the field values on CreateLinkResponse_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 CreateLinkResponse_CreateLiveCdnSdkResMultiError, or nil if none found.

type CreateLinkResponse_CreateLiveCdnSdkResMultiError

type CreateLinkResponse_CreateLiveCdnSdkResMultiError []error

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

func (CreateLinkResponse_CreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLinkResponse_CreateLiveCdnSdkResMultiError) Error

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

type CreateLinkResponse_CreateLiveCdnSdkResValidationError

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

CreateLinkResponse_CreateLiveCdnSdkResValidationError is the validation error returned by CreateLinkResponse_CreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CreateLinkResponse_CreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type ExitLiveRequest

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

func (*ExitLiveRequest) Descriptor deprecated

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

Deprecated: Use ExitLiveRequest.ProtoReflect.Descriptor instead.

func (*ExitLiveRequest) GetAudienceId

func (x *ExitLiveRequest) GetAudienceId() int64

func (*ExitLiveRequest) GetLinkId

func (x *ExitLiveRequest) GetLinkId() uint64

func (*ExitLiveRequest) GetLiveId

func (x *ExitLiveRequest) GetLiveId() uint64

func (*ExitLiveRequest) ProtoMessage

func (*ExitLiveRequest) ProtoMessage()

func (*ExitLiveRequest) ProtoReflect

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

func (*ExitLiveRequest) Reset

func (x *ExitLiveRequest) Reset()

func (*ExitLiveRequest) String

func (x *ExitLiveRequest) String() string

func (*ExitLiveRequest) Validate

func (m *ExitLiveRequest) Validate() error

Validate checks the field values on ExitLiveRequest 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 (*ExitLiveRequest) ValidateAll

func (m *ExitLiveRequest) ValidateAll() error

ValidateAll checks the field values on ExitLiveRequest 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 ExitLiveRequestMultiError, or nil if none found.

type ExitLiveRequestMultiError

type ExitLiveRequestMultiError []error

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

func (ExitLiveRequestMultiError) AllErrors

func (m ExitLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExitLiveRequestMultiError) Error

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

type ExitLiveRequestValidationError

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

ExitLiveRequestValidationError is the validation error returned by ExitLiveRequest.Validate if the designated constraints aren't met.

func (ExitLiveRequestValidationError) Cause

Cause function returns cause value.

func (ExitLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (ExitLiveRequestValidationError) ErrorName

func (e ExitLiveRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ExitLiveRequestValidationError) Field

Field function returns field value.

func (ExitLiveRequestValidationError) Key

Key function returns key value.

func (ExitLiveRequestValidationError) Reason

Reason function returns reason value.

type ExitLiveResponse

type ExitLiveResponse struct {
	Anchor   *ExitLiveResponse_Anchor `protobuf:"bytes,1,opt,name=anchor,proto3" json:"anchor"`
	Live     *ExitLiveResponse_Live   `protobuf:"bytes,2,opt,name=live,proto3" json:"live"`
	IsFollow bool                     `protobuf:"varint,3,opt,name=IsFollow,proto3" json:"IsFollow"`
	// contains filtered or unexported fields
}

func (*ExitLiveResponse) Descriptor deprecated

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

Deprecated: Use ExitLiveResponse.ProtoReflect.Descriptor instead.

func (*ExitLiveResponse) GetAnchor

func (x *ExitLiveResponse) GetAnchor() *ExitLiveResponse_Anchor

func (*ExitLiveResponse) GetIsFollow

func (x *ExitLiveResponse) GetIsFollow() bool

func (*ExitLiveResponse) GetLive

func (*ExitLiveResponse) ProtoMessage

func (*ExitLiveResponse) ProtoMessage()

func (*ExitLiveResponse) ProtoReflect

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

func (*ExitLiveResponse) Reset

func (x *ExitLiveResponse) Reset()

func (*ExitLiveResponse) String

func (x *ExitLiveResponse) String() string

func (*ExitLiveResponse) Validate

func (m *ExitLiveResponse) Validate() error

Validate checks the field values on ExitLiveResponse 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 (*ExitLiveResponse) ValidateAll

func (m *ExitLiveResponse) ValidateAll() error

ValidateAll checks the field values on ExitLiveResponse 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 ExitLiveResponseMultiError, or nil if none found.

type ExitLiveResponseMultiError

type ExitLiveResponseMultiError []error

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

func (ExitLiveResponseMultiError) AllErrors

func (m ExitLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExitLiveResponseMultiError) Error

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

type ExitLiveResponseValidationError

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

ExitLiveResponseValidationError is the validation error returned by ExitLiveResponse.Validate if the designated constraints aren't met.

func (ExitLiveResponseValidationError) Cause

Cause function returns cause value.

func (ExitLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (ExitLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (ExitLiveResponseValidationError) Field

Field function returns field value.

func (ExitLiveResponseValidationError) Key

Key function returns key value.

func (ExitLiveResponseValidationError) Reason

Reason function returns reason value.

type ExitLiveResponse_Anchor

type ExitLiveResponse_Anchor 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"`
	// contains filtered or unexported fields
}

func (*ExitLiveResponse_Anchor) Descriptor deprecated

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

Deprecated: Use ExitLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*ExitLiveResponse_Anchor) GetAvatar

func (x *ExitLiveResponse_Anchor) GetAvatar() string

func (*ExitLiveResponse_Anchor) GetId

func (x *ExitLiveResponse_Anchor) GetId() int64

func (*ExitLiveResponse_Anchor) GetName

func (x *ExitLiveResponse_Anchor) GetName() string

func (*ExitLiveResponse_Anchor) GetNickname

func (x *ExitLiveResponse_Anchor) GetNickname() string

func (*ExitLiveResponse_Anchor) ProtoMessage

func (*ExitLiveResponse_Anchor) ProtoMessage()

func (*ExitLiveResponse_Anchor) ProtoReflect

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

func (*ExitLiveResponse_Anchor) Reset

func (x *ExitLiveResponse_Anchor) Reset()

func (*ExitLiveResponse_Anchor) String

func (x *ExitLiveResponse_Anchor) String() string

func (*ExitLiveResponse_Anchor) Validate

func (m *ExitLiveResponse_Anchor) Validate() error

Validate checks the field values on ExitLiveResponse_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 (*ExitLiveResponse_Anchor) ValidateAll

func (m *ExitLiveResponse_Anchor) ValidateAll() error

ValidateAll checks the field values on ExitLiveResponse_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 ExitLiveResponse_AnchorMultiError, or nil if none found.

type ExitLiveResponse_AnchorMultiError

type ExitLiveResponse_AnchorMultiError []error

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

func (ExitLiveResponse_AnchorMultiError) AllErrors

func (m ExitLiveResponse_AnchorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExitLiveResponse_AnchorMultiError) Error

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

type ExitLiveResponse_AnchorValidationError

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

ExitLiveResponse_AnchorValidationError is the validation error returned by ExitLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (ExitLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (ExitLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (ExitLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (ExitLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (ExitLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (ExitLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type ExitLiveResponse_Live

type ExitLiveResponse_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"`
	LivingTime uint32 `protobuf:"varint,3,opt,name=living_time,json=livingTime,proto3" json:"living_time"`
	Pic        string `protobuf:"bytes,4,opt,name=pic,proto3" json:"pic"`
	// contains filtered or unexported fields
}

func (*ExitLiveResponse_Live) Descriptor deprecated

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

Deprecated: Use ExitLiveResponse_Live.ProtoReflect.Descriptor instead.

func (*ExitLiveResponse_Live) GetAnchorId

func (x *ExitLiveResponse_Live) GetAnchorId() int64

func (*ExitLiveResponse_Live) GetId

func (x *ExitLiveResponse_Live) GetId() uint64

func (*ExitLiveResponse_Live) GetLivingTime

func (x *ExitLiveResponse_Live) GetLivingTime() uint32

func (*ExitLiveResponse_Live) GetPic

func (x *ExitLiveResponse_Live) GetPic() string

func (*ExitLiveResponse_Live) ProtoMessage

func (*ExitLiveResponse_Live) ProtoMessage()

func (*ExitLiveResponse_Live) ProtoReflect

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

func (*ExitLiveResponse_Live) Reset

func (x *ExitLiveResponse_Live) Reset()

func (*ExitLiveResponse_Live) String

func (x *ExitLiveResponse_Live) String() string

func (*ExitLiveResponse_Live) Validate

func (m *ExitLiveResponse_Live) Validate() error

Validate checks the field values on ExitLiveResponse_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 (*ExitLiveResponse_Live) ValidateAll

func (m *ExitLiveResponse_Live) ValidateAll() error

ValidateAll checks the field values on ExitLiveResponse_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 ExitLiveResponse_LiveMultiError, or nil if none found.

type ExitLiveResponse_LiveMultiError

type ExitLiveResponse_LiveMultiError []error

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

func (ExitLiveResponse_LiveMultiError) AllErrors

func (m ExitLiveResponse_LiveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExitLiveResponse_LiveMultiError) Error

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

type ExitLiveResponse_LiveValidationError

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

ExitLiveResponse_LiveValidationError is the validation error returned by ExitLiveResponse_Live.Validate if the designated constraints aren't met.

func (ExitLiveResponse_LiveValidationError) Cause

Cause function returns cause value.

func (ExitLiveResponse_LiveValidationError) Error

Error satisfies the builtin error interface

func (ExitLiveResponse_LiveValidationError) ErrorName

ErrorName returns error name.

func (ExitLiveResponse_LiveValidationError) Field

Field function returns field value.

func (ExitLiveResponse_LiveValidationError) Key

Key function returns key value.

func (ExitLiveResponse_LiveValidationError) Reason

Reason function returns reason value.

type InviteLinkRequest

type InviteLinkRequest 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"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Inviter    int64  `protobuf:"varint,4,opt,name=inviter,proto3" json:"inviter"`
	AppCode    string `protobuf:"bytes,5,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	Lang       string `protobuf:"bytes,6,opt,name=lang,proto3" json:"lang"`
	// contains filtered or unexported fields
}

func (*InviteLinkRequest) Descriptor deprecated

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

Deprecated: Use InviteLinkRequest.ProtoReflect.Descriptor instead.

func (*InviteLinkRequest) GetAnchorId

func (x *InviteLinkRequest) GetAnchorId() int64

func (*InviteLinkRequest) GetAppCode

func (x *InviteLinkRequest) GetAppCode() string

func (*InviteLinkRequest) GetAudienceId

func (x *InviteLinkRequest) GetAudienceId() int64

func (*InviteLinkRequest) GetInviter

func (x *InviteLinkRequest) GetInviter() int64

func (*InviteLinkRequest) GetLang

func (x *InviteLinkRequest) GetLang() string

func (*InviteLinkRequest) GetLiveId

func (x *InviteLinkRequest) GetLiveId() uint64

func (*InviteLinkRequest) ProtoMessage

func (*InviteLinkRequest) ProtoMessage()

func (*InviteLinkRequest) ProtoReflect

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

func (*InviteLinkRequest) Reset

func (x *InviteLinkRequest) Reset()

func (*InviteLinkRequest) String

func (x *InviteLinkRequest) String() string

func (*InviteLinkRequest) Validate

func (m *InviteLinkRequest) Validate() error

Validate checks the field values on InviteLinkRequest 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 (*InviteLinkRequest) ValidateAll

func (m *InviteLinkRequest) ValidateAll() error

ValidateAll checks the field values on InviteLinkRequest 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 InviteLinkRequestMultiError, or nil if none found.

type InviteLinkRequestMultiError

type InviteLinkRequestMultiError []error

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

func (InviteLinkRequestMultiError) AllErrors

func (m InviteLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InviteLinkRequestMultiError) Error

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

type InviteLinkRequestValidationError

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

InviteLinkRequestValidationError is the validation error returned by InviteLinkRequest.Validate if the designated constraints aren't met.

func (InviteLinkRequestValidationError) Cause

Cause function returns cause value.

func (InviteLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (InviteLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (InviteLinkRequestValidationError) Field

Field function returns field value.

func (InviteLinkRequestValidationError) Key

Key function returns key value.

func (InviteLinkRequestValidationError) Reason

Reason function returns reason value.

type InviteLinkResponse

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

func (*InviteLinkResponse) Descriptor deprecated

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

Deprecated: Use InviteLinkResponse.ProtoReflect.Descriptor instead.

func (*InviteLinkResponse) ProtoMessage

func (*InviteLinkResponse) ProtoMessage()

func (*InviteLinkResponse) ProtoReflect

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

func (*InviteLinkResponse) Reset

func (x *InviteLinkResponse) Reset()

func (*InviteLinkResponse) String

func (x *InviteLinkResponse) String() string

func (*InviteLinkResponse) Validate

func (m *InviteLinkResponse) Validate() error

Validate checks the field values on InviteLinkResponse 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 (*InviteLinkResponse) ValidateAll

func (m *InviteLinkResponse) ValidateAll() error

ValidateAll checks the field values on InviteLinkResponse 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 InviteLinkResponseMultiError, or nil if none found.

type InviteLinkResponseMultiError

type InviteLinkResponseMultiError []error

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

func (InviteLinkResponseMultiError) AllErrors

func (m InviteLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InviteLinkResponseMultiError) Error

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

type InviteLinkResponseValidationError

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

InviteLinkResponseValidationError is the validation error returned by InviteLinkResponse.Validate if the designated constraints aren't met.

func (InviteLinkResponseValidationError) Cause

Cause function returns cause value.

func (InviteLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (InviteLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (InviteLinkResponseValidationError) Field

Field function returns field value.

func (InviteLinkResponseValidationError) Key

Key function returns key value.

func (InviteLinkResponseValidationError) Reason

Reason function returns reason value.

type LiveExtraInfoRequest

type LiveExtraInfoRequest struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	AudienceId int64  `protobuf:"varint,2,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AnchorId   int64  `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	Country    string `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	Lang       string `protobuf:"bytes,5,opt,name=lang,proto3" json:"lang"`
	// contains filtered or unexported fields
}

func (*LiveExtraInfoRequest) Descriptor deprecated

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

Deprecated: Use LiveExtraInfoRequest.ProtoReflect.Descriptor instead.

func (*LiveExtraInfoRequest) GetAnchorId

func (x *LiveExtraInfoRequest) GetAnchorId() int64

func (*LiveExtraInfoRequest) GetAudienceId

func (x *LiveExtraInfoRequest) GetAudienceId() int64

func (*LiveExtraInfoRequest) GetCountry

func (x *LiveExtraInfoRequest) GetCountry() string

func (*LiveExtraInfoRequest) GetLang

func (x *LiveExtraInfoRequest) GetLang() string

func (*LiveExtraInfoRequest) GetLiveId

func (x *LiveExtraInfoRequest) GetLiveId() uint64

func (*LiveExtraInfoRequest) ProtoMessage

func (*LiveExtraInfoRequest) ProtoMessage()

func (*LiveExtraInfoRequest) ProtoReflect

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

func (*LiveExtraInfoRequest) Reset

func (x *LiveExtraInfoRequest) Reset()

func (*LiveExtraInfoRequest) String

func (x *LiveExtraInfoRequest) String() string

func (*LiveExtraInfoRequest) Validate

func (m *LiveExtraInfoRequest) Validate() error

Validate checks the field values on LiveExtraInfoRequest 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 (*LiveExtraInfoRequest) ValidateAll

func (m *LiveExtraInfoRequest) ValidateAll() error

ValidateAll checks the field values on LiveExtraInfoRequest 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 LiveExtraInfoRequestMultiError, or nil if none found.

type LiveExtraInfoRequestMultiError

type LiveExtraInfoRequestMultiError []error

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

func (LiveExtraInfoRequestMultiError) AllErrors

func (m LiveExtraInfoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveExtraInfoRequestMultiError) Error

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

type LiveExtraInfoRequestValidationError

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

LiveExtraInfoRequestValidationError is the validation error returned by LiveExtraInfoRequest.Validate if the designated constraints aren't met.

func (LiveExtraInfoRequestValidationError) Cause

Cause function returns cause value.

func (LiveExtraInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveExtraInfoRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveExtraInfoRequestValidationError) Field

Field function returns field value.

func (LiveExtraInfoRequestValidationError) Key

Key function returns key value.

func (LiveExtraInfoRequestValidationError) Reason

Reason function returns reason value.

type LiveExtraInfoResponse

type LiveExtraInfoResponse struct {
	LikeTotal                   uint64                                `protobuf:"varint,1,opt,name=like_total,json=likeTotal,proto3" json:"like_total"`
	DiamondTotal                int64                                 `protobuf:"varint,2,opt,name=diamond_total,json=diamondTotal,proto3" json:"diamond_total"`
	ContributionTopDiamondTotal int64                                 `` /* 137-byte string literal not displayed */
	ShareUrl                    string                                `protobuf:"bytes,4,opt,name=share_url,json=shareUrl,proto3" json:"share_url"`
	FansClub                    *LiveExtraInfoResponse_FansClub       `protobuf:"bytes,5,opt,name=fans_club,json=fansClub,proto3" json:"fans_club"`
	LiveConvention              string                                `protobuf:"bytes,6,opt,name=LiveConvention,proto3" json:"LiveConvention"`
	Ads                         []*LiveExtraInfoResponse_LiveAdAllRes `protobuf:"bytes,7,rep,name=ads,proto3" json:"ads"`
	// contains filtered or unexported fields
}

func (*LiveExtraInfoResponse) Descriptor deprecated

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

Deprecated: Use LiveExtraInfoResponse.ProtoReflect.Descriptor instead.

func (*LiveExtraInfoResponse) GetAds

func (*LiveExtraInfoResponse) GetContributionTopDiamondTotal

func (x *LiveExtraInfoResponse) GetContributionTopDiamondTotal() int64

func (*LiveExtraInfoResponse) GetDiamondTotal

func (x *LiveExtraInfoResponse) GetDiamondTotal() int64

func (*LiveExtraInfoResponse) GetFansClub

func (*LiveExtraInfoResponse) GetLikeTotal

func (x *LiveExtraInfoResponse) GetLikeTotal() uint64

func (*LiveExtraInfoResponse) GetLiveConvention

func (x *LiveExtraInfoResponse) GetLiveConvention() string

func (*LiveExtraInfoResponse) GetShareUrl

func (x *LiveExtraInfoResponse) GetShareUrl() string

func (*LiveExtraInfoResponse) ProtoMessage

func (*LiveExtraInfoResponse) ProtoMessage()

func (*LiveExtraInfoResponse) ProtoReflect

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

func (*LiveExtraInfoResponse) Reset

func (x *LiveExtraInfoResponse) Reset()

func (*LiveExtraInfoResponse) String

func (x *LiveExtraInfoResponse) String() string

func (*LiveExtraInfoResponse) Validate

func (m *LiveExtraInfoResponse) Validate() error

Validate checks the field values on LiveExtraInfoResponse 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 (*LiveExtraInfoResponse) ValidateAll

func (m *LiveExtraInfoResponse) ValidateAll() error

ValidateAll checks the field values on LiveExtraInfoResponse 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 LiveExtraInfoResponseMultiError, or nil if none found.

type LiveExtraInfoResponseMultiError

type LiveExtraInfoResponseMultiError []error

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

func (LiveExtraInfoResponseMultiError) AllErrors

func (m LiveExtraInfoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveExtraInfoResponseMultiError) Error

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

type LiveExtraInfoResponseValidationError

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

LiveExtraInfoResponseValidationError is the validation error returned by LiveExtraInfoResponse.Validate if the designated constraints aren't met.

func (LiveExtraInfoResponseValidationError) Cause

Cause function returns cause value.

func (LiveExtraInfoResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveExtraInfoResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveExtraInfoResponseValidationError) Field

Field function returns field value.

func (LiveExtraInfoResponseValidationError) Key

Key function returns key value.

func (LiveExtraInfoResponseValidationError) Reason

Reason function returns reason value.

type LiveExtraInfoResponse_FansClub

type LiveExtraInfoResponse_FansClub struct {
	Id          int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	OwnerUserId int64  `protobuf:"varint,2,opt,name=owner_user_id,json=ownerUserId,proto3" json:"owner_user_id"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	// contains filtered or unexported fields
}

func (*LiveExtraInfoResponse_FansClub) Descriptor deprecated

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

Deprecated: Use LiveExtraInfoResponse_FansClub.ProtoReflect.Descriptor instead.

func (*LiveExtraInfoResponse_FansClub) GetId

func (*LiveExtraInfoResponse_FansClub) GetName

func (*LiveExtraInfoResponse_FansClub) GetOwnerUserId

func (x *LiveExtraInfoResponse_FansClub) GetOwnerUserId() int64

func (*LiveExtraInfoResponse_FansClub) ProtoMessage

func (*LiveExtraInfoResponse_FansClub) ProtoMessage()

func (*LiveExtraInfoResponse_FansClub) ProtoReflect

func (*LiveExtraInfoResponse_FansClub) Reset

func (x *LiveExtraInfoResponse_FansClub) Reset()

func (*LiveExtraInfoResponse_FansClub) String

func (*LiveExtraInfoResponse_FansClub) Validate

func (m *LiveExtraInfoResponse_FansClub) Validate() error

Validate checks the field values on LiveExtraInfoResponse_FansClub 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 (*LiveExtraInfoResponse_FansClub) ValidateAll

func (m *LiveExtraInfoResponse_FansClub) ValidateAll() error

ValidateAll checks the field values on LiveExtraInfoResponse_FansClub 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 LiveExtraInfoResponse_FansClubMultiError, or nil if none found.

type LiveExtraInfoResponse_FansClubMultiError

type LiveExtraInfoResponse_FansClubMultiError []error

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

func (LiveExtraInfoResponse_FansClubMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiveExtraInfoResponse_FansClubMultiError) Error

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

type LiveExtraInfoResponse_FansClubValidationError

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

LiveExtraInfoResponse_FansClubValidationError is the validation error returned by LiveExtraInfoResponse_FansClub.Validate if the designated constraints aren't met.

func (LiveExtraInfoResponse_FansClubValidationError) Cause

Cause function returns cause value.

func (LiveExtraInfoResponse_FansClubValidationError) Error

Error satisfies the builtin error interface

func (LiveExtraInfoResponse_FansClubValidationError) ErrorName

ErrorName returns error name.

func (LiveExtraInfoResponse_FansClubValidationError) Field

Field function returns field value.

func (LiveExtraInfoResponse_FansClubValidationError) Key

Key function returns key value.

func (LiveExtraInfoResponse_FansClubValidationError) Reason

Reason function returns reason value.

type LiveExtraInfoResponse_LiveAdAllRes

type LiveExtraInfoResponse_LiveAdAllRes struct {
	Title     string `protobuf:"bytes,1,opt,name=title,proto3" json:"title"`
	Pic       string `protobuf:"bytes,2,opt,name=pic,proto3" json:"pic"`
	Url       string `protobuf:"bytes,3,opt,name=url,proto3" json:"url"`
	Target    uint32 `protobuf:"varint,4,opt,name=target,proto3" json:"target"`
	Scheme    string `protobuf:"bytes,5,opt,name=scheme,proto3" json:"scheme"`
	Screen    uint32 `protobuf:"varint,6,opt,name=screen,proto3" json:"screen"`
	WidgetUrl string `protobuf:"bytes,7,opt,name=widget_url,json=widgetUrl,proto3" json:"widget_url"`
	Type      uint32 `protobuf:"varint,8,opt,name=type,proto3" json:"type"`
	// contains filtered or unexported fields
}

func (*LiveExtraInfoResponse_LiveAdAllRes) Descriptor deprecated

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

Deprecated: Use LiveExtraInfoResponse_LiveAdAllRes.ProtoReflect.Descriptor instead.

func (*LiveExtraInfoResponse_LiveAdAllRes) GetPic

func (*LiveExtraInfoResponse_LiveAdAllRes) GetScheme

func (*LiveExtraInfoResponse_LiveAdAllRes) GetScreen

func (*LiveExtraInfoResponse_LiveAdAllRes) GetTarget

func (*LiveExtraInfoResponse_LiveAdAllRes) GetTitle

func (*LiveExtraInfoResponse_LiveAdAllRes) GetType

func (*LiveExtraInfoResponse_LiveAdAllRes) GetUrl

func (*LiveExtraInfoResponse_LiveAdAllRes) GetWidgetUrl

func (x *LiveExtraInfoResponse_LiveAdAllRes) GetWidgetUrl() string

func (*LiveExtraInfoResponse_LiveAdAllRes) ProtoMessage

func (*LiveExtraInfoResponse_LiveAdAllRes) ProtoMessage()

func (*LiveExtraInfoResponse_LiveAdAllRes) ProtoReflect

func (*LiveExtraInfoResponse_LiveAdAllRes) Reset

func (*LiveExtraInfoResponse_LiveAdAllRes) String

func (*LiveExtraInfoResponse_LiveAdAllRes) Validate

Validate checks the field values on LiveExtraInfoResponse_LiveAdAllRes 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 (*LiveExtraInfoResponse_LiveAdAllRes) ValidateAll

func (m *LiveExtraInfoResponse_LiveAdAllRes) ValidateAll() error

ValidateAll checks the field values on LiveExtraInfoResponse_LiveAdAllRes 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 LiveExtraInfoResponse_LiveAdAllResMultiError, or nil if none found.

type LiveExtraInfoResponse_LiveAdAllResMultiError

type LiveExtraInfoResponse_LiveAdAllResMultiError []error

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

func (LiveExtraInfoResponse_LiveAdAllResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiveExtraInfoResponse_LiveAdAllResMultiError) Error

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

type LiveExtraInfoResponse_LiveAdAllResValidationError

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

LiveExtraInfoResponse_LiveAdAllResValidationError is the validation error returned by LiveExtraInfoResponse_LiveAdAllRes.Validate if the designated constraints aren't met.

func (LiveExtraInfoResponse_LiveAdAllResValidationError) Cause

Cause function returns cause value.

func (LiveExtraInfoResponse_LiveAdAllResValidationError) Error

Error satisfies the builtin error interface

func (LiveExtraInfoResponse_LiveAdAllResValidationError) ErrorName

ErrorName returns error name.

func (LiveExtraInfoResponse_LiveAdAllResValidationError) Field

Field function returns field value.

func (LiveExtraInfoResponse_LiveAdAllResValidationError) Key

Key function returns key value.

func (LiveExtraInfoResponse_LiveAdAllResValidationError) Reason

Reason function returns reason value.

type PayLiveMinutePayedRequest

type PayLiveMinutePayedRequest struct {
	AudienceId  int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	LiveId      uint64 `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	PayedMinute string `protobuf:"bytes,3,opt,name=PayedMinute,proto3" json:"PayedMinute"` //付费时间
	PayTime     string `protobuf:"bytes,4,opt,name=PayTime,proto3" json:"PayTime"`         //支付时间
	// contains filtered or unexported fields
}

func (*PayLiveMinutePayedRequest) Descriptor deprecated

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

Deprecated: Use PayLiveMinutePayedRequest.ProtoReflect.Descriptor instead.

func (*PayLiveMinutePayedRequest) GetAudienceId

func (x *PayLiveMinutePayedRequest) GetAudienceId() int64

func (*PayLiveMinutePayedRequest) GetLiveId

func (x *PayLiveMinutePayedRequest) GetLiveId() uint64

func (*PayLiveMinutePayedRequest) GetPayTime

func (x *PayLiveMinutePayedRequest) GetPayTime() string

func (*PayLiveMinutePayedRequest) GetPayedMinute

func (x *PayLiveMinutePayedRequest) GetPayedMinute() string

func (*PayLiveMinutePayedRequest) ProtoMessage

func (*PayLiveMinutePayedRequest) ProtoMessage()

func (*PayLiveMinutePayedRequest) ProtoReflect

func (*PayLiveMinutePayedRequest) Reset

func (x *PayLiveMinutePayedRequest) Reset()

func (*PayLiveMinutePayedRequest) String

func (x *PayLiveMinutePayedRequest) String() string

func (*PayLiveMinutePayedRequest) Validate

func (m *PayLiveMinutePayedRequest) Validate() error

Validate checks the field values on PayLiveMinutePayedRequest 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 (*PayLiveMinutePayedRequest) ValidateAll

func (m *PayLiveMinutePayedRequest) ValidateAll() error

ValidateAll checks the field values on PayLiveMinutePayedRequest 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 PayLiveMinutePayedRequestMultiError, or nil if none found.

type PayLiveMinutePayedRequestMultiError

type PayLiveMinutePayedRequestMultiError []error

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

func (PayLiveMinutePayedRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PayLiveMinutePayedRequestMultiError) Error

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

type PayLiveMinutePayedRequestValidationError

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

PayLiveMinutePayedRequestValidationError is the validation error returned by PayLiveMinutePayedRequest.Validate if the designated constraints aren't met.

func (PayLiveMinutePayedRequestValidationError) Cause

Cause function returns cause value.

func (PayLiveMinutePayedRequestValidationError) Error

Error satisfies the builtin error interface

func (PayLiveMinutePayedRequestValidationError) ErrorName

ErrorName returns error name.

func (PayLiveMinutePayedRequestValidationError) Field

Field function returns field value.

func (PayLiveMinutePayedRequestValidationError) Key

Key function returns key value.

func (PayLiveMinutePayedRequestValidationError) Reason

Reason function returns reason value.

type PayLiveMinutePayedResponse

type PayLiveMinutePayedResponse struct {
	UserBalance         int64 `protobuf:"varint,1,opt,name=user_balance,json=userBalance,proto3" json:"user_balance"`
	AnchorIncomeDiamond int64 `protobuf:"varint,2,opt,name=anchor_income_diamond,json=anchorIncomeDiamond,proto3" json:"anchor_income_diamond"`
	// contains filtered or unexported fields
}

func (*PayLiveMinutePayedResponse) Descriptor deprecated

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

Deprecated: Use PayLiveMinutePayedResponse.ProtoReflect.Descriptor instead.

func (*PayLiveMinutePayedResponse) GetAnchorIncomeDiamond

func (x *PayLiveMinutePayedResponse) GetAnchorIncomeDiamond() int64

func (*PayLiveMinutePayedResponse) GetUserBalance

func (x *PayLiveMinutePayedResponse) GetUserBalance() int64

func (*PayLiveMinutePayedResponse) ProtoMessage

func (*PayLiveMinutePayedResponse) ProtoMessage()

func (*PayLiveMinutePayedResponse) ProtoReflect

func (*PayLiveMinutePayedResponse) Reset

func (x *PayLiveMinutePayedResponse) Reset()

func (*PayLiveMinutePayedResponse) String

func (x *PayLiveMinutePayedResponse) String() string

func (*PayLiveMinutePayedResponse) Validate

func (m *PayLiveMinutePayedResponse) Validate() error

Validate checks the field values on PayLiveMinutePayedResponse 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 (*PayLiveMinutePayedResponse) ValidateAll

func (m *PayLiveMinutePayedResponse) ValidateAll() error

ValidateAll checks the field values on PayLiveMinutePayedResponse 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 PayLiveMinutePayedResponseMultiError, or nil if none found.

type PayLiveMinutePayedResponseMultiError

type PayLiveMinutePayedResponseMultiError []error

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

func (PayLiveMinutePayedResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PayLiveMinutePayedResponseMultiError) Error

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

type PayLiveMinutePayedResponseValidationError

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

PayLiveMinutePayedResponseValidationError is the validation error returned by PayLiveMinutePayedResponse.Validate if the designated constraints aren't met.

func (PayLiveMinutePayedResponseValidationError) Cause

Cause function returns cause value.

func (PayLiveMinutePayedResponseValidationError) Error

Error satisfies the builtin error interface

func (PayLiveMinutePayedResponseValidationError) ErrorName

ErrorName returns error name.

func (PayLiveMinutePayedResponseValidationError) Field

Field function returns field value.

func (PayLiveMinutePayedResponseValidationError) Key

Key function returns key value.

func (PayLiveMinutePayedResponseValidationError) Reason

Reason function returns reason value.

type PayLiveOncePayedRequest

type PayLiveOncePayedRequest struct {
	AudienceId int64  `protobuf:"varint,1,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	LiveId     uint64 `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	// contains filtered or unexported fields
}

func (*PayLiveOncePayedRequest) Descriptor deprecated

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

Deprecated: Use PayLiveOncePayedRequest.ProtoReflect.Descriptor instead.

func (*PayLiveOncePayedRequest) GetAudienceId

func (x *PayLiveOncePayedRequest) GetAudienceId() int64

func (*PayLiveOncePayedRequest) GetLiveId

func (x *PayLiveOncePayedRequest) GetLiveId() uint64

func (*PayLiveOncePayedRequest) ProtoMessage

func (*PayLiveOncePayedRequest) ProtoMessage()

func (*PayLiveOncePayedRequest) ProtoReflect

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

func (*PayLiveOncePayedRequest) Reset

func (x *PayLiveOncePayedRequest) Reset()

func (*PayLiveOncePayedRequest) String

func (x *PayLiveOncePayedRequest) String() string

func (*PayLiveOncePayedRequest) Validate

func (m *PayLiveOncePayedRequest) Validate() error

Validate checks the field values on PayLiveOncePayedRequest 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 (*PayLiveOncePayedRequest) ValidateAll

func (m *PayLiveOncePayedRequest) ValidateAll() error

ValidateAll checks the field values on PayLiveOncePayedRequest 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 PayLiveOncePayedRequestMultiError, or nil if none found.

type PayLiveOncePayedRequestMultiError

type PayLiveOncePayedRequestMultiError []error

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

func (PayLiveOncePayedRequestMultiError) AllErrors

func (m PayLiveOncePayedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PayLiveOncePayedRequestMultiError) Error

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

type PayLiveOncePayedRequestValidationError

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

PayLiveOncePayedRequestValidationError is the validation error returned by PayLiveOncePayedRequest.Validate if the designated constraints aren't met.

func (PayLiveOncePayedRequestValidationError) Cause

Cause function returns cause value.

func (PayLiveOncePayedRequestValidationError) Error

Error satisfies the builtin error interface

func (PayLiveOncePayedRequestValidationError) ErrorName

ErrorName returns error name.

func (PayLiveOncePayedRequestValidationError) Field

Field function returns field value.

func (PayLiveOncePayedRequestValidationError) Key

Key function returns key value.

func (PayLiveOncePayedRequestValidationError) Reason

Reason function returns reason value.

type PayLiveOncePayedResponse

type PayLiveOncePayedResponse struct {
	UserBalance         int64 `protobuf:"varint,1,opt,name=user_balance,json=userBalance,proto3" json:"user_balance"`
	AnchorIncomeDiamond int64 `protobuf:"varint,2,opt,name=anchor_income_diamond,json=anchorIncomeDiamond,proto3" json:"anchor_income_diamond"`
	// contains filtered or unexported fields
}

func (*PayLiveOncePayedResponse) Descriptor deprecated

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

Deprecated: Use PayLiveOncePayedResponse.ProtoReflect.Descriptor instead.

func (*PayLiveOncePayedResponse) GetAnchorIncomeDiamond

func (x *PayLiveOncePayedResponse) GetAnchorIncomeDiamond() int64

func (*PayLiveOncePayedResponse) GetUserBalance

func (x *PayLiveOncePayedResponse) GetUserBalance() int64

func (*PayLiveOncePayedResponse) ProtoMessage

func (*PayLiveOncePayedResponse) ProtoMessage()

func (*PayLiveOncePayedResponse) ProtoReflect

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

func (*PayLiveOncePayedResponse) Reset

func (x *PayLiveOncePayedResponse) Reset()

func (*PayLiveOncePayedResponse) String

func (x *PayLiveOncePayedResponse) String() string

func (*PayLiveOncePayedResponse) Validate

func (m *PayLiveOncePayedResponse) Validate() error

Validate checks the field values on PayLiveOncePayedResponse 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 (*PayLiveOncePayedResponse) ValidateAll

func (m *PayLiveOncePayedResponse) ValidateAll() error

ValidateAll checks the field values on PayLiveOncePayedResponse 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 PayLiveOncePayedResponseMultiError, or nil if none found.

type PayLiveOncePayedResponseMultiError

type PayLiveOncePayedResponseMultiError []error

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

func (PayLiveOncePayedResponseMultiError) AllErrors

func (m PayLiveOncePayedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PayLiveOncePayedResponseMultiError) Error

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

type PayLiveOncePayedResponseValidationError

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

PayLiveOncePayedResponseValidationError is the validation error returned by PayLiveOncePayedResponse.Validate if the designated constraints aren't met.

func (PayLiveOncePayedResponseValidationError) Cause

Cause function returns cause value.

func (PayLiveOncePayedResponseValidationError) Error

Error satisfies the builtin error interface

func (PayLiveOncePayedResponseValidationError) ErrorName

ErrorName returns error name.

func (PayLiveOncePayedResponseValidationError) Field

Field function returns field value.

func (PayLiveOncePayedResponseValidationError) Key

Key function returns key value.

func (PayLiveOncePayedResponseValidationError) Reason

Reason function returns reason value.

type PushStreamErrorRequest

type PushStreamErrorRequest struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	LinkId     uint64 `protobuf:"varint,2,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AnchorId   int64  `protobuf:"varint,4,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	OutType    uint32 `protobuf:"varint,5,opt,name=out_type,json=outType,proto3" json:"out_type"`
	EndAt      string `protobuf:"bytes,6,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	Reason     string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason"`
	AppCode    string `protobuf:"bytes,8,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	Lang       string `protobuf:"bytes,9,opt,name=lang,proto3" json:"lang"`
	// contains filtered or unexported fields
}

func (*PushStreamErrorRequest) Descriptor deprecated

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

Deprecated: Use PushStreamErrorRequest.ProtoReflect.Descriptor instead.

func (*PushStreamErrorRequest) GetAnchorId

func (x *PushStreamErrorRequest) GetAnchorId() int64

func (*PushStreamErrorRequest) GetAppCode

func (x *PushStreamErrorRequest) GetAppCode() string

func (*PushStreamErrorRequest) GetAudienceId

func (x *PushStreamErrorRequest) GetAudienceId() int64

func (*PushStreamErrorRequest) GetEndAt

func (x *PushStreamErrorRequest) GetEndAt() string

func (*PushStreamErrorRequest) GetLang

func (x *PushStreamErrorRequest) GetLang() string

func (*PushStreamErrorRequest) GetLinkId

func (x *PushStreamErrorRequest) GetLinkId() uint64

func (*PushStreamErrorRequest) GetLiveId

func (x *PushStreamErrorRequest) GetLiveId() uint64

func (*PushStreamErrorRequest) GetOutType

func (x *PushStreamErrorRequest) GetOutType() uint32

func (*PushStreamErrorRequest) GetReason

func (x *PushStreamErrorRequest) GetReason() string

func (*PushStreamErrorRequest) ProtoMessage

func (*PushStreamErrorRequest) ProtoMessage()

func (*PushStreamErrorRequest) ProtoReflect

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

func (*PushStreamErrorRequest) Reset

func (x *PushStreamErrorRequest) Reset()

func (*PushStreamErrorRequest) String

func (x *PushStreamErrorRequest) String() string

func (*PushStreamErrorRequest) Validate

func (m *PushStreamErrorRequest) Validate() error

Validate checks the field values on PushStreamErrorRequest 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 (*PushStreamErrorRequest) ValidateAll

func (m *PushStreamErrorRequest) ValidateAll() error

ValidateAll checks the field values on PushStreamErrorRequest 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 PushStreamErrorRequestMultiError, or nil if none found.

type PushStreamErrorRequestMultiError

type PushStreamErrorRequestMultiError []error

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

func (PushStreamErrorRequestMultiError) AllErrors

func (m PushStreamErrorRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PushStreamErrorRequestMultiError) Error

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

type PushStreamErrorRequestValidationError

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

PushStreamErrorRequestValidationError is the validation error returned by PushStreamErrorRequest.Validate if the designated constraints aren't met.

func (PushStreamErrorRequestValidationError) Cause

Cause function returns cause value.

func (PushStreamErrorRequestValidationError) Error

Error satisfies the builtin error interface

func (PushStreamErrorRequestValidationError) ErrorName

ErrorName returns error name.

func (PushStreamErrorRequestValidationError) Field

Field function returns field value.

func (PushStreamErrorRequestValidationError) Key

Key function returns key value.

func (PushStreamErrorRequestValidationError) Reason

Reason function returns reason value.

type PushStreamErrorResponse

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

func (*PushStreamErrorResponse) Descriptor deprecated

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

Deprecated: Use PushStreamErrorResponse.ProtoReflect.Descriptor instead.

func (*PushStreamErrorResponse) ProtoMessage

func (*PushStreamErrorResponse) ProtoMessage()

func (*PushStreamErrorResponse) ProtoReflect

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

func (*PushStreamErrorResponse) Reset

func (x *PushStreamErrorResponse) Reset()

func (*PushStreamErrorResponse) String

func (x *PushStreamErrorResponse) String() string

func (*PushStreamErrorResponse) Validate

func (m *PushStreamErrorResponse) Validate() error

Validate checks the field values on PushStreamErrorResponse 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 (*PushStreamErrorResponse) ValidateAll

func (m *PushStreamErrorResponse) ValidateAll() error

ValidateAll checks the field values on PushStreamErrorResponse 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 PushStreamErrorResponseMultiError, or nil if none found.

type PushStreamErrorResponseMultiError

type PushStreamErrorResponseMultiError []error

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

func (PushStreamErrorResponseMultiError) AllErrors

func (m PushStreamErrorResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PushStreamErrorResponseMultiError) Error

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

type PushStreamErrorResponseValidationError

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

PushStreamErrorResponseValidationError is the validation error returned by PushStreamErrorResponse.Validate if the designated constraints aren't met.

func (PushStreamErrorResponseValidationError) Cause

Cause function returns cause value.

func (PushStreamErrorResponseValidationError) Error

Error satisfies the builtin error interface

func (PushStreamErrorResponseValidationError) ErrorName

ErrorName returns error name.

func (PushStreamErrorResponseValidationError) Field

Field function returns field value.

func (PushStreamErrorResponseValidationError) Key

Key function returns key value.

func (PushStreamErrorResponseValidationError) Reason

Reason function returns reason value.

type PushStreamSuccessRequest

type PushStreamSuccessRequest 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"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AppCode    string `protobuf:"bytes,4,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*PushStreamSuccessRequest) Descriptor deprecated

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

Deprecated: Use PushStreamSuccessRequest.ProtoReflect.Descriptor instead.

func (*PushStreamSuccessRequest) GetAnchorId

func (x *PushStreamSuccessRequest) GetAnchorId() int64

func (*PushStreamSuccessRequest) GetAppCode

func (x *PushStreamSuccessRequest) GetAppCode() string

func (*PushStreamSuccessRequest) GetAudienceId

func (x *PushStreamSuccessRequest) GetAudienceId() int64

func (*PushStreamSuccessRequest) GetLiveId

func (x *PushStreamSuccessRequest) GetLiveId() uint64

func (*PushStreamSuccessRequest) ProtoMessage

func (*PushStreamSuccessRequest) ProtoMessage()

func (*PushStreamSuccessRequest) ProtoReflect

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

func (*PushStreamSuccessRequest) Reset

func (x *PushStreamSuccessRequest) Reset()

func (*PushStreamSuccessRequest) String

func (x *PushStreamSuccessRequest) String() string

func (*PushStreamSuccessRequest) Validate

func (m *PushStreamSuccessRequest) Validate() error

Validate checks the field values on PushStreamSuccessRequest 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 (*PushStreamSuccessRequest) ValidateAll

func (m *PushStreamSuccessRequest) ValidateAll() error

ValidateAll checks the field values on PushStreamSuccessRequest 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 PushStreamSuccessRequestMultiError, or nil if none found.

type PushStreamSuccessRequestMultiError

type PushStreamSuccessRequestMultiError []error

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

func (PushStreamSuccessRequestMultiError) AllErrors

func (m PushStreamSuccessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PushStreamSuccessRequestMultiError) Error

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

type PushStreamSuccessRequestValidationError

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

PushStreamSuccessRequestValidationError is the validation error returned by PushStreamSuccessRequest.Validate if the designated constraints aren't met.

func (PushStreamSuccessRequestValidationError) Cause

Cause function returns cause value.

func (PushStreamSuccessRequestValidationError) Error

Error satisfies the builtin error interface

func (PushStreamSuccessRequestValidationError) ErrorName

ErrorName returns error name.

func (PushStreamSuccessRequestValidationError) Field

Field function returns field value.

func (PushStreamSuccessRequestValidationError) Key

Key function returns key value.

func (PushStreamSuccessRequestValidationError) Reason

Reason function returns reason value.

type PushStreamSuccessResponse

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

func (*PushStreamSuccessResponse) Descriptor deprecated

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

Deprecated: Use PushStreamSuccessResponse.ProtoReflect.Descriptor instead.

func (*PushStreamSuccessResponse) ProtoMessage

func (*PushStreamSuccessResponse) ProtoMessage()

func (*PushStreamSuccessResponse) ProtoReflect

func (*PushStreamSuccessResponse) Reset

func (x *PushStreamSuccessResponse) Reset()

func (*PushStreamSuccessResponse) String

func (x *PushStreamSuccessResponse) String() string

func (*PushStreamSuccessResponse) Validate

func (m *PushStreamSuccessResponse) Validate() error

Validate checks the field values on PushStreamSuccessResponse 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 (*PushStreamSuccessResponse) ValidateAll

func (m *PushStreamSuccessResponse) ValidateAll() error

ValidateAll checks the field values on PushStreamSuccessResponse 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 PushStreamSuccessResponseMultiError, or nil if none found.

type PushStreamSuccessResponseMultiError

type PushStreamSuccessResponseMultiError []error

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

func (PushStreamSuccessResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PushStreamSuccessResponseMultiError) Error

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

type PushStreamSuccessResponseValidationError

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

PushStreamSuccessResponseValidationError is the validation error returned by PushStreamSuccessResponse.Validate if the designated constraints aren't met.

func (PushStreamSuccessResponseValidationError) Cause

Cause function returns cause value.

func (PushStreamSuccessResponseValidationError) Error

Error satisfies the builtin error interface

func (PushStreamSuccessResponseValidationError) ErrorName

ErrorName returns error name.

func (PushStreamSuccessResponseValidationError) Field

Field function returns field value.

func (PushStreamSuccessResponseValidationError) Key

Key function returns key value.

func (PushStreamSuccessResponseValidationError) Reason

Reason function returns reason value.

type RefuseLinkRequest

type RefuseLinkRequest 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"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AppCode    string `protobuf:"bytes,4,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*RefuseLinkRequest) Descriptor deprecated

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

Deprecated: Use RefuseLinkRequest.ProtoReflect.Descriptor instead.

func (*RefuseLinkRequest) GetAnchorId

func (x *RefuseLinkRequest) GetAnchorId() int64

func (*RefuseLinkRequest) GetAppCode

func (x *RefuseLinkRequest) GetAppCode() string

func (*RefuseLinkRequest) GetAudienceId

func (x *RefuseLinkRequest) GetAudienceId() int64

func (*RefuseLinkRequest) GetLiveId

func (x *RefuseLinkRequest) GetLiveId() uint64

func (*RefuseLinkRequest) ProtoMessage

func (*RefuseLinkRequest) ProtoMessage()

func (*RefuseLinkRequest) ProtoReflect

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

func (*RefuseLinkRequest) Reset

func (x *RefuseLinkRequest) Reset()

func (*RefuseLinkRequest) String

func (x *RefuseLinkRequest) String() string

func (*RefuseLinkRequest) Validate

func (m *RefuseLinkRequest) Validate() error

Validate checks the field values on RefuseLinkRequest 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 (*RefuseLinkRequest) ValidateAll

func (m *RefuseLinkRequest) ValidateAll() error

ValidateAll checks the field values on RefuseLinkRequest 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 RefuseLinkRequestMultiError, or nil if none found.

type RefuseLinkRequestMultiError

type RefuseLinkRequestMultiError []error

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

func (RefuseLinkRequestMultiError) AllErrors

func (m RefuseLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefuseLinkRequestMultiError) Error

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

type RefuseLinkRequestValidationError

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

RefuseLinkRequestValidationError is the validation error returned by RefuseLinkRequest.Validate if the designated constraints aren't met.

func (RefuseLinkRequestValidationError) Cause

Cause function returns cause value.

func (RefuseLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (RefuseLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (RefuseLinkRequestValidationError) Field

Field function returns field value.

func (RefuseLinkRequestValidationError) Key

Key function returns key value.

func (RefuseLinkRequestValidationError) Reason

Reason function returns reason value.

type RefuseLinkResponse

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

func (*RefuseLinkResponse) Descriptor deprecated

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

Deprecated: Use RefuseLinkResponse.ProtoReflect.Descriptor instead.

func (*RefuseLinkResponse) ProtoMessage

func (*RefuseLinkResponse) ProtoMessage()

func (*RefuseLinkResponse) ProtoReflect

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

func (*RefuseLinkResponse) Reset

func (x *RefuseLinkResponse) Reset()

func (*RefuseLinkResponse) String

func (x *RefuseLinkResponse) String() string

func (*RefuseLinkResponse) Validate

func (m *RefuseLinkResponse) Validate() error

Validate checks the field values on RefuseLinkResponse 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 (*RefuseLinkResponse) ValidateAll

func (m *RefuseLinkResponse) ValidateAll() error

ValidateAll checks the field values on RefuseLinkResponse 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 RefuseLinkResponseMultiError, or nil if none found.

type RefuseLinkResponseMultiError

type RefuseLinkResponseMultiError []error

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

func (RefuseLinkResponseMultiError) AllErrors

func (m RefuseLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefuseLinkResponseMultiError) Error

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

type RefuseLinkResponseValidationError

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

RefuseLinkResponseValidationError is the validation error returned by RefuseLinkResponse.Validate if the designated constraints aren't met.

func (RefuseLinkResponseValidationError) Cause

Cause function returns cause value.

func (RefuseLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (RefuseLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (RefuseLinkResponseValidationError) Field

Field function returns field value.

func (RefuseLinkResponseValidationError) Key

Key function returns key value.

func (RefuseLinkResponseValidationError) Reason

Reason function returns reason value.

type SeeLiveRequest

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

see live start

func (*SeeLiveRequest) Descriptor deprecated

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

Deprecated: Use SeeLiveRequest.ProtoReflect.Descriptor instead.

func (*SeeLiveRequest) GetAudienceId

func (x *SeeLiveRequest) GetAudienceId() int64

func (*SeeLiveRequest) GetCountry

func (x *SeeLiveRequest) GetCountry() string

func (*SeeLiveRequest) GetLiveId

func (x *SeeLiveRequest) GetLiveId() uint64

func (*SeeLiveRequest) ProtoMessage

func (*SeeLiveRequest) ProtoMessage()

func (*SeeLiveRequest) ProtoReflect

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

func (*SeeLiveRequest) Reset

func (x *SeeLiveRequest) Reset()

func (*SeeLiveRequest) String

func (x *SeeLiveRequest) String() string

func (*SeeLiveRequest) Validate

func (m *SeeLiveRequest) Validate() error

Validate checks the field values on SeeLiveRequest 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 (*SeeLiveRequest) ValidateAll

func (m *SeeLiveRequest) ValidateAll() error

ValidateAll checks the field values on SeeLiveRequest 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 SeeLiveRequestMultiError, or nil if none found.

type SeeLiveRequestMultiError

type SeeLiveRequestMultiError []error

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

func (SeeLiveRequestMultiError) AllErrors

func (m SeeLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveRequestMultiError) Error

func (m SeeLiveRequestMultiError) Error() string

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

type SeeLiveRequestValidationError

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

SeeLiveRequestValidationError is the validation error returned by SeeLiveRequest.Validate if the designated constraints aren't met.

func (SeeLiveRequestValidationError) Cause

Cause function returns cause value.

func (SeeLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveRequestValidationError) ErrorName

func (e SeeLiveRequestValidationError) ErrorName() string

ErrorName returns error name.

func (SeeLiveRequestValidationError) Field

Field function returns field value.

func (SeeLiveRequestValidationError) Key

Key function returns key value.

func (SeeLiveRequestValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse

type SeeLiveResponse struct {
	Live           *SeeLiveResponse_SeeLiveRes  `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	CdnSdk         *SeeLiveResponse_CdnSdkRes   `protobuf:"bytes,2,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	Anchor         *SeeLiveResponse_Anchor      `protobuf:"bytes,3,opt,name=anchor,proto3" json:"anchor"`
	Permissions    *SeeLiveResponse_Permissions `protobuf:"bytes,4,opt,name=permissions,proto3" json:"permissions"`
	IsFollow       bool                         `protobuf:"varint,5,opt,name=is_follow,json=isFollow,proto3" json:"is_follow"`
	ApplyLinkTotal int64                        `protobuf:"varint,6,opt,name=apply_link_total,json=applyLinkTotal,proto3" json:"apply_link_total"`
	LiveLink       []*SeeLiveResponse_LiveLink  `protobuf:"bytes,7,rep,name=live_link,json=liveLink,proto3" json:"live_link"`
	Pay            *SeeLiveResponse_Pay         `protobuf:"bytes,8,opt,name=pay,proto3" json:"pay"`
	IsPayed        bool                         `protobuf:"varint,9,opt,name=is_payed,json=isPayed,proto3" json:"is_payed"`
	SupportLive    *SeeLiveResponse_SupportLive `protobuf:"bytes,10,opt,name=support_live,json=supportLive,proto3" json:"support_live"`
	// contains filtered or unexported fields
}

func (*SeeLiveResponse) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse) GetAnchor

func (x *SeeLiveResponse) GetAnchor() *SeeLiveResponse_Anchor

func (*SeeLiveResponse) GetApplyLinkTotal

func (x *SeeLiveResponse) GetApplyLinkTotal() int64

func (*SeeLiveResponse) GetCdnSdk

func (*SeeLiveResponse) GetIsFollow

func (x *SeeLiveResponse) GetIsFollow() bool

func (*SeeLiveResponse) GetIsPayed

func (x *SeeLiveResponse) GetIsPayed() bool

func (*SeeLiveResponse) GetLive

func (x *SeeLiveResponse) GetLiveLink() []*SeeLiveResponse_LiveLink

func (*SeeLiveResponse) GetPay

func (x *SeeLiveResponse) GetPay() *SeeLiveResponse_Pay

func (*SeeLiveResponse) GetPermissions

func (x *SeeLiveResponse) GetPermissions() *SeeLiveResponse_Permissions

func (*SeeLiveResponse) GetSupportLive

func (x *SeeLiveResponse) GetSupportLive() *SeeLiveResponse_SupportLive

func (*SeeLiveResponse) ProtoMessage

func (*SeeLiveResponse) ProtoMessage()

func (*SeeLiveResponse) ProtoReflect

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

func (*SeeLiveResponse) Reset

func (x *SeeLiveResponse) Reset()

func (*SeeLiveResponse) String

func (x *SeeLiveResponse) String() string

func (*SeeLiveResponse) Validate

func (m *SeeLiveResponse) Validate() error

Validate checks the field values on SeeLiveResponse 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 (*SeeLiveResponse) ValidateAll

func (m *SeeLiveResponse) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse 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 SeeLiveResponseMultiError, or nil if none found.

type SeeLiveResponseMultiError

type SeeLiveResponseMultiError []error

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

func (SeeLiveResponseMultiError) AllErrors

func (m SeeLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveResponseMultiError) Error

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

type SeeLiveResponseValidationError

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

SeeLiveResponseValidationError is the validation error returned by SeeLiveResponse.Validate if the designated constraints aren't met.

func (SeeLiveResponseValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponseValidationError) ErrorName

func (e SeeLiveResponseValidationError) ErrorName() string

ErrorName returns error name.

func (SeeLiveResponseValidationError) Field

Field function returns field value.

func (SeeLiveResponseValidationError) Key

Key function returns key value.

func (SeeLiveResponseValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_Anchor

type SeeLiveResponse_Anchor 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"`
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_Anchor) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_Anchor) GetAvatar

func (x *SeeLiveResponse_Anchor) GetAvatar() string

func (*SeeLiveResponse_Anchor) GetId

func (x *SeeLiveResponse_Anchor) GetId() int64

func (*SeeLiveResponse_Anchor) GetName

func (x *SeeLiveResponse_Anchor) GetName() string

func (*SeeLiveResponse_Anchor) GetNickname

func (x *SeeLiveResponse_Anchor) GetNickname() string

func (*SeeLiveResponse_Anchor) ProtoMessage

func (*SeeLiveResponse_Anchor) ProtoMessage()

func (*SeeLiveResponse_Anchor) ProtoReflect

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

func (*SeeLiveResponse_Anchor) Reset

func (x *SeeLiveResponse_Anchor) Reset()

func (*SeeLiveResponse_Anchor) String

func (x *SeeLiveResponse_Anchor) String() string

func (*SeeLiveResponse_Anchor) Validate

func (m *SeeLiveResponse_Anchor) Validate() error

Validate checks the field values on SeeLiveResponse_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 (*SeeLiveResponse_Anchor) ValidateAll

func (m *SeeLiveResponse_Anchor) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_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 SeeLiveResponse_AnchorMultiError, or nil if none found.

type SeeLiveResponse_AnchorMultiError

type SeeLiveResponse_AnchorMultiError []error

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

func (SeeLiveResponse_AnchorMultiError) AllErrors

func (m SeeLiveResponse_AnchorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_AnchorMultiError) Error

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

type SeeLiveResponse_AnchorValidationError

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

SeeLiveResponse_AnchorValidationError is the validation error returned by SeeLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (SeeLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (SeeLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (SeeLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_CdnSdkRes

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

func (*SeeLiveResponse_CdnSdkRes) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_CdnSdkRes.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_CdnSdkRes) GetPlayUrls

func (*SeeLiveResponse_CdnSdkRes) GetStreamId

func (x *SeeLiveResponse_CdnSdkRes) GetStreamId() string

func (*SeeLiveResponse_CdnSdkRes) ProtoMessage

func (*SeeLiveResponse_CdnSdkRes) ProtoMessage()

func (*SeeLiveResponse_CdnSdkRes) ProtoReflect

func (*SeeLiveResponse_CdnSdkRes) Reset

func (x *SeeLiveResponse_CdnSdkRes) Reset()

func (*SeeLiveResponse_CdnSdkRes) String

func (x *SeeLiveResponse_CdnSdkRes) String() string

func (*SeeLiveResponse_CdnSdkRes) Validate

func (m *SeeLiveResponse_CdnSdkRes) Validate() error

Validate checks the field values on SeeLiveResponse_CdnSdkRes 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 (*SeeLiveResponse_CdnSdkRes) ValidateAll

func (m *SeeLiveResponse_CdnSdkRes) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_CdnSdkRes 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 SeeLiveResponse_CdnSdkResMultiError, or nil if none found.

type SeeLiveResponse_CdnSdkResMultiError

type SeeLiveResponse_CdnSdkResMultiError []error

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

func (SeeLiveResponse_CdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_CdnSdkResMultiError) Error

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

type SeeLiveResponse_CdnSdkResValidationError

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

SeeLiveResponse_CdnSdkResValidationError is the validation error returned by SeeLiveResponse_CdnSdkRes.Validate if the designated constraints aren't met.

func (SeeLiveResponse_CdnSdkResValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_CdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_CdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_CdnSdkResValidationError) Field

Field function returns field value.

func (SeeLiveResponse_CdnSdkResValidationError) Key

Key function returns key value.

func (SeeLiveResponse_CdnSdkResValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_LiveLink struct {
	Id         uint32                              `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	LinkId     uint64                              `protobuf:"varint,2,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	LiveId     uint64                              `protobuf:"varint,3,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	AnchorId   int64                               `protobuf:"varint,4,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	AudienceId int64                               `protobuf:"varint,5,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Camera     int64                               `protobuf:"varint,6,opt,name=camera,proto3" json:"camera"`
	Mic        int64                               `protobuf:"varint,7,opt,name=mic,proto3" json:"mic"`
	UserName   string                              `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name"`
	NickName   string                              `protobuf:"bytes,9,opt,name=nick_name,json=nickName,proto3" json:"nick_name"`
	Avatar     string                              `protobuf:"bytes,10,opt,name=avatar,proto3" json:"avatar"`
	UserLevel  int32                               `protobuf:"varint,11,opt,name=user_level,json=userLevel,proto3" json:"user_level"`
	PlayUrls   map[string]*SeeLiveResponse_UrlsRes `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_LiveLink) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_LiveLink.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_LiveLink) GetAnchorId

func (x *SeeLiveResponse_LiveLink) GetAnchorId() int64

func (*SeeLiveResponse_LiveLink) GetAudienceId

func (x *SeeLiveResponse_LiveLink) GetAudienceId() int64

func (*SeeLiveResponse_LiveLink) GetAvatar

func (x *SeeLiveResponse_LiveLink) GetAvatar() string

func (*SeeLiveResponse_LiveLink) GetCamera

func (x *SeeLiveResponse_LiveLink) GetCamera() int64

func (*SeeLiveResponse_LiveLink) GetId

func (x *SeeLiveResponse_LiveLink) GetId() uint32

func (*SeeLiveResponse_LiveLink) GetLinkId

func (x *SeeLiveResponse_LiveLink) GetLinkId() uint64

func (*SeeLiveResponse_LiveLink) GetLiveId

func (x *SeeLiveResponse_LiveLink) GetLiveId() uint64

func (*SeeLiveResponse_LiveLink) GetMic

func (x *SeeLiveResponse_LiveLink) GetMic() int64

func (*SeeLiveResponse_LiveLink) GetNickName

func (x *SeeLiveResponse_LiveLink) GetNickName() string

func (*SeeLiveResponse_LiveLink) GetPlayUrls

func (*SeeLiveResponse_LiveLink) GetUserLevel

func (x *SeeLiveResponse_LiveLink) GetUserLevel() int32

func (*SeeLiveResponse_LiveLink) GetUserName

func (x *SeeLiveResponse_LiveLink) GetUserName() string

func (*SeeLiveResponse_LiveLink) ProtoMessage

func (*SeeLiveResponse_LiveLink) ProtoMessage()

func (*SeeLiveResponse_LiveLink) ProtoReflect

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

func (*SeeLiveResponse_LiveLink) Reset

func (x *SeeLiveResponse_LiveLink) Reset()

func (*SeeLiveResponse_LiveLink) String

func (x *SeeLiveResponse_LiveLink) String() string

func (*SeeLiveResponse_LiveLink) Validate

func (m *SeeLiveResponse_LiveLink) Validate() error

Validate checks the field values on SeeLiveResponse_LiveLink 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 (*SeeLiveResponse_LiveLink) ValidateAll

func (m *SeeLiveResponse_LiveLink) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_LiveLink 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 SeeLiveResponse_LiveLinkMultiError, or nil if none found.

type SeeLiveResponse_LiveLinkMultiError

type SeeLiveResponse_LiveLinkMultiError []error

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

func (SeeLiveResponse_LiveLinkMultiError) AllErrors

func (m SeeLiveResponse_LiveLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_LiveLinkMultiError) Error

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

type SeeLiveResponse_LiveLinkValidationError

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

SeeLiveResponse_LiveLinkValidationError is the validation error returned by SeeLiveResponse_LiveLink.Validate if the designated constraints aren't met.

func (SeeLiveResponse_LiveLinkValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_LiveLinkValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_LiveLinkValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_LiveLinkValidationError) Field

Field function returns field value.

func (SeeLiveResponse_LiveLinkValidationError) Key

Key function returns key value.

func (SeeLiveResponse_LiveLinkValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_Pay

type SeeLiveResponse_Pay struct {
	PayType       string `protobuf:"bytes,1,opt,name=pay_type,json=payType,proto3" json:"pay_type"`                    // 支付类型:once:一次,minute:分钟
	PaymentAmount uint32 `protobuf:"varint,2,opt,name=payment_amount,json=paymentAmount,proto3" json:"payment_amount"` // 支付金额
	PreviewTime   uint32 `protobuf:"varint,3,opt,name=preview_time,json=previewTime,proto3" json:"preview_time"`       // 预览时间
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_Pay) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_Pay.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_Pay) GetPayType

func (x *SeeLiveResponse_Pay) GetPayType() string

func (*SeeLiveResponse_Pay) GetPaymentAmount

func (x *SeeLiveResponse_Pay) GetPaymentAmount() uint32

func (*SeeLiveResponse_Pay) GetPreviewTime

func (x *SeeLiveResponse_Pay) GetPreviewTime() uint32

func (*SeeLiveResponse_Pay) ProtoMessage

func (*SeeLiveResponse_Pay) ProtoMessage()

func (*SeeLiveResponse_Pay) ProtoReflect

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

func (*SeeLiveResponse_Pay) Reset

func (x *SeeLiveResponse_Pay) Reset()

func (*SeeLiveResponse_Pay) String

func (x *SeeLiveResponse_Pay) String() string

func (*SeeLiveResponse_Pay) Validate

func (m *SeeLiveResponse_Pay) Validate() error

Validate checks the field values on SeeLiveResponse_Pay 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 (*SeeLiveResponse_Pay) ValidateAll

func (m *SeeLiveResponse_Pay) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_Pay 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 SeeLiveResponse_PayMultiError, or nil if none found.

type SeeLiveResponse_PayMultiError

type SeeLiveResponse_PayMultiError []error

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

func (SeeLiveResponse_PayMultiError) AllErrors

func (m SeeLiveResponse_PayMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_PayMultiError) Error

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

type SeeLiveResponse_PayValidationError

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

SeeLiveResponse_PayValidationError is the validation error returned by SeeLiveResponse_Pay.Validate if the designated constraints aren't met.

func (SeeLiveResponse_PayValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_PayValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_PayValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_PayValidationError) Field

Field function returns field value.

func (SeeLiveResponse_PayValidationError) Key

Key function returns key value.

func (SeeLiveResponse_PayValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_Permissions

type SeeLiveResponse_Permissions struct {
	ForbiddenSpeaking     bool `protobuf:"varint,1,opt,name=forbidden_speaking,json=forbiddenSpeaking,proto3" json:"forbidden_speaking"`
	RoomForbiddenSpeaking bool `protobuf:"varint,2,opt,name=room_forbidden_speaking,json=roomForbiddenSpeaking,proto3" json:"room_forbidden_speaking"`
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_Permissions) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_Permissions.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_Permissions) GetForbiddenSpeaking

func (x *SeeLiveResponse_Permissions) GetForbiddenSpeaking() bool

func (*SeeLiveResponse_Permissions) GetRoomForbiddenSpeaking

func (x *SeeLiveResponse_Permissions) GetRoomForbiddenSpeaking() bool

func (*SeeLiveResponse_Permissions) ProtoMessage

func (*SeeLiveResponse_Permissions) ProtoMessage()

func (*SeeLiveResponse_Permissions) ProtoReflect

func (*SeeLiveResponse_Permissions) Reset

func (x *SeeLiveResponse_Permissions) Reset()

func (*SeeLiveResponse_Permissions) String

func (x *SeeLiveResponse_Permissions) String() string

func (*SeeLiveResponse_Permissions) Validate

func (m *SeeLiveResponse_Permissions) Validate() error

Validate checks the field values on SeeLiveResponse_Permissions 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 (*SeeLiveResponse_Permissions) ValidateAll

func (m *SeeLiveResponse_Permissions) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_Permissions 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 SeeLiveResponse_PermissionsMultiError, or nil if none found.

type SeeLiveResponse_PermissionsMultiError

type SeeLiveResponse_PermissionsMultiError []error

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

func (SeeLiveResponse_PermissionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_PermissionsMultiError) Error

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

type SeeLiveResponse_PermissionsValidationError

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

SeeLiveResponse_PermissionsValidationError is the validation error returned by SeeLiveResponse_Permissions.Validate if the designated constraints aren't met.

func (SeeLiveResponse_PermissionsValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_PermissionsValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_PermissionsValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_PermissionsValidationError) Field

Field function returns field value.

func (SeeLiveResponse_PermissionsValidationError) Key

Key function returns key value.

func (SeeLiveResponse_PermissionsValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_SeeLiveRes

type SeeLiveResponse_SeeLiveRes 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"`
	Title    string `protobuf:"bytes,3,opt,name=title,proto3" json:"title"`
	Pic      string `protobuf:"bytes,4,opt,name=pic,proto3" json:"pic"`
	Status   string `protobuf:"bytes,5,opt,name=status,proto3" json:"status"`
	LiveType string `protobuf:"bytes,6,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_SeeLiveRes) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_SeeLiveRes.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_SeeLiveRes) GetAnchorId

func (x *SeeLiveResponse_SeeLiveRes) GetAnchorId() int64

func (*SeeLiveResponse_SeeLiveRes) GetId

func (*SeeLiveResponse_SeeLiveRes) GetLiveType

func (x *SeeLiveResponse_SeeLiveRes) GetLiveType() string

func (*SeeLiveResponse_SeeLiveRes) GetPic

func (x *SeeLiveResponse_SeeLiveRes) GetPic() string

func (*SeeLiveResponse_SeeLiveRes) GetStatus

func (x *SeeLiveResponse_SeeLiveRes) GetStatus() string

func (*SeeLiveResponse_SeeLiveRes) GetTitle

func (x *SeeLiveResponse_SeeLiveRes) GetTitle() string

func (*SeeLiveResponse_SeeLiveRes) ProtoMessage

func (*SeeLiveResponse_SeeLiveRes) ProtoMessage()

func (*SeeLiveResponse_SeeLiveRes) ProtoReflect

func (*SeeLiveResponse_SeeLiveRes) Reset

func (x *SeeLiveResponse_SeeLiveRes) Reset()

func (*SeeLiveResponse_SeeLiveRes) String

func (x *SeeLiveResponse_SeeLiveRes) String() string

func (*SeeLiveResponse_SeeLiveRes) Validate

func (m *SeeLiveResponse_SeeLiveRes) Validate() error

Validate checks the field values on SeeLiveResponse_SeeLiveRes 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 (*SeeLiveResponse_SeeLiveRes) ValidateAll

func (m *SeeLiveResponse_SeeLiveRes) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_SeeLiveRes 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 SeeLiveResponse_SeeLiveResMultiError, or nil if none found.

type SeeLiveResponse_SeeLiveResMultiError

type SeeLiveResponse_SeeLiveResMultiError []error

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

func (SeeLiveResponse_SeeLiveResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_SeeLiveResMultiError) Error

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

type SeeLiveResponse_SeeLiveResValidationError

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

SeeLiveResponse_SeeLiveResValidationError is the validation error returned by SeeLiveResponse_SeeLiveRes.Validate if the designated constraints aren't met.

func (SeeLiveResponse_SeeLiveResValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_SeeLiveResValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_SeeLiveResValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_SeeLiveResValidationError) Field

Field function returns field value.

func (SeeLiveResponse_SeeLiveResValidationError) Key

Key function returns key value.

func (SeeLiveResponse_SeeLiveResValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_SupportLive

type SeeLiveResponse_SupportLive struct {
	LinkId        uint64                              `protobuf:"varint,1,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	LiveId        uint64                              `protobuf:"varint,2,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	SupportUserId int64                               `protobuf:"varint,3,opt,name=support_user_id,json=supportUserId,proto3" json:"support_user_id"`
	PlayUrls      map[string]*SeeLiveResponse_UrlsRes `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SeeLiveResponse_SupportLive) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_SupportLive.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_SupportLive) GetLinkId

func (x *SeeLiveResponse_SupportLive) GetLinkId() uint64

func (*SeeLiveResponse_SupportLive) GetLiveId

func (x *SeeLiveResponse_SupportLive) GetLiveId() uint64

func (*SeeLiveResponse_SupportLive) GetPlayUrls

func (*SeeLiveResponse_SupportLive) GetSupportUserId

func (x *SeeLiveResponse_SupportLive) GetSupportUserId() int64

func (*SeeLiveResponse_SupportLive) ProtoMessage

func (*SeeLiveResponse_SupportLive) ProtoMessage()

func (*SeeLiveResponse_SupportLive) ProtoReflect

func (*SeeLiveResponse_SupportLive) Reset

func (x *SeeLiveResponse_SupportLive) Reset()

func (*SeeLiveResponse_SupportLive) String

func (x *SeeLiveResponse_SupportLive) String() string

func (*SeeLiveResponse_SupportLive) Validate

func (m *SeeLiveResponse_SupportLive) Validate() error

Validate checks the field values on SeeLiveResponse_SupportLive 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 (*SeeLiveResponse_SupportLive) ValidateAll

func (m *SeeLiveResponse_SupportLive) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_SupportLive 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 SeeLiveResponse_SupportLiveMultiError, or nil if none found.

type SeeLiveResponse_SupportLiveMultiError

type SeeLiveResponse_SupportLiveMultiError []error

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

func (SeeLiveResponse_SupportLiveMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_SupportLiveMultiError) Error

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

type SeeLiveResponse_SupportLiveValidationError

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

SeeLiveResponse_SupportLiveValidationError is the validation error returned by SeeLiveResponse_SupportLive.Validate if the designated constraints aren't met.

func (SeeLiveResponse_SupportLiveValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_SupportLiveValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_SupportLiveValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_SupportLiveValidationError) Field

Field function returns field value.

func (SeeLiveResponse_SupportLiveValidationError) Key

Key function returns key value.

func (SeeLiveResponse_SupportLiveValidationError) Reason

Reason function returns reason value.

type SeeLiveResponse_UrlsRes

type SeeLiveResponse_UrlsRes 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 (*SeeLiveResponse_UrlsRes) Descriptor deprecated

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

Deprecated: Use SeeLiveResponse_UrlsRes.ProtoReflect.Descriptor instead.

func (*SeeLiveResponse_UrlsRes) GetBaseUrl

func (x *SeeLiveResponse_UrlsRes) GetBaseUrl() string

func (*SeeLiveResponse_UrlsRes) GetQuery

func (x *SeeLiveResponse_UrlsRes) GetQuery() string

func (*SeeLiveResponse_UrlsRes) ProtoMessage

func (*SeeLiveResponse_UrlsRes) ProtoMessage()

func (*SeeLiveResponse_UrlsRes) ProtoReflect

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

func (*SeeLiveResponse_UrlsRes) Reset

func (x *SeeLiveResponse_UrlsRes) Reset()

func (*SeeLiveResponse_UrlsRes) String

func (x *SeeLiveResponse_UrlsRes) String() string

func (*SeeLiveResponse_UrlsRes) Validate

func (m *SeeLiveResponse_UrlsRes) Validate() error

Validate checks the field values on SeeLiveResponse_UrlsRes 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 (*SeeLiveResponse_UrlsRes) ValidateAll

func (m *SeeLiveResponse_UrlsRes) ValidateAll() error

ValidateAll checks the field values on SeeLiveResponse_UrlsRes 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 SeeLiveResponse_UrlsResMultiError, or nil if none found.

type SeeLiveResponse_UrlsResMultiError

type SeeLiveResponse_UrlsResMultiError []error

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

func (SeeLiveResponse_UrlsResMultiError) AllErrors

func (m SeeLiveResponse_UrlsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SeeLiveResponse_UrlsResMultiError) Error

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

type SeeLiveResponse_UrlsResValidationError

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

SeeLiveResponse_UrlsResValidationError is the validation error returned by SeeLiveResponse_UrlsRes.Validate if the designated constraints aren't met.

func (SeeLiveResponse_UrlsResValidationError) Cause

Cause function returns cause value.

func (SeeLiveResponse_UrlsResValidationError) Error

Error satisfies the builtin error interface

func (SeeLiveResponse_UrlsResValidationError) ErrorName

ErrorName returns error name.

func (SeeLiveResponse_UrlsResValidationError) Field

Field function returns field value.

func (SeeLiveResponse_UrlsResValidationError) Key

Key function returns key value.

func (SeeLiveResponse_UrlsResValidationError) Reason

Reason function returns reason value.

type StopLinkRequest

type StopLinkRequest struct {
	StopLink *StopLinkRequest_StopLink `protobuf:"bytes,1,opt,name=stop_link,json=stopLink,proto3" json:"stop_link"`
	AppCode  string                    `protobuf:"bytes,2,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

stop link start

func (*StopLinkRequest) Descriptor deprecated

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

Deprecated: Use StopLinkRequest.ProtoReflect.Descriptor instead.

func (*StopLinkRequest) GetAppCode

func (x *StopLinkRequest) GetAppCode() string
func (x *StopLinkRequest) GetStopLink() *StopLinkRequest_StopLink

func (*StopLinkRequest) ProtoMessage

func (*StopLinkRequest) ProtoMessage()

func (*StopLinkRequest) ProtoReflect

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

func (*StopLinkRequest) Reset

func (x *StopLinkRequest) Reset()

func (*StopLinkRequest) String

func (x *StopLinkRequest) String() string

func (*StopLinkRequest) Validate

func (m *StopLinkRequest) Validate() error

Validate checks the field values on StopLinkRequest 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 (*StopLinkRequest) ValidateAll

func (m *StopLinkRequest) ValidateAll() error

ValidateAll checks the field values on StopLinkRequest 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 StopLinkRequestMultiError, or nil if none found.

type StopLinkRequestMultiError

type StopLinkRequestMultiError []error

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

func (StopLinkRequestMultiError) AllErrors

func (m StopLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StopLinkRequestMultiError) Error

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

type StopLinkRequestValidationError

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

StopLinkRequestValidationError is the validation error returned by StopLinkRequest.Validate if the designated constraints aren't met.

func (StopLinkRequestValidationError) Cause

Cause function returns cause value.

func (StopLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (StopLinkRequestValidationError) ErrorName

func (e StopLinkRequestValidationError) ErrorName() string

ErrorName returns error name.

func (StopLinkRequestValidationError) Field

Field function returns field value.

func (StopLinkRequestValidationError) Key

Key function returns key value.

func (StopLinkRequestValidationError) Reason

Reason function returns reason value.

type StopLinkRequest_StopLink struct {
	LiveId     uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	LinkId     uint64 `protobuf:"varint,2,opt,name=link_id,json=linkId,proto3" json:"link_id"`
	AudienceId int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	AnchorId   int64  `protobuf:"varint,4,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	OutType    uint32 `protobuf:"varint,5,opt,name=out_type,json=outType,proto3" json:"out_type"`
	EndAt      string `protobuf:"bytes,6,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	Reason     string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason"`
	// contains filtered or unexported fields
}

func (*StopLinkRequest_StopLink) Descriptor deprecated

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

Deprecated: Use StopLinkRequest_StopLink.ProtoReflect.Descriptor instead.

func (*StopLinkRequest_StopLink) GetAnchorId

func (x *StopLinkRequest_StopLink) GetAnchorId() int64

func (*StopLinkRequest_StopLink) GetAudienceId

func (x *StopLinkRequest_StopLink) GetAudienceId() int64

func (*StopLinkRequest_StopLink) GetEndAt

func (x *StopLinkRequest_StopLink) GetEndAt() string

func (*StopLinkRequest_StopLink) GetLinkId

func (x *StopLinkRequest_StopLink) GetLinkId() uint64

func (*StopLinkRequest_StopLink) GetLiveId

func (x *StopLinkRequest_StopLink) GetLiveId() uint64

func (*StopLinkRequest_StopLink) GetOutType

func (x *StopLinkRequest_StopLink) GetOutType() uint32

func (*StopLinkRequest_StopLink) GetReason

func (x *StopLinkRequest_StopLink) GetReason() string

func (*StopLinkRequest_StopLink) ProtoMessage

func (*StopLinkRequest_StopLink) ProtoMessage()

func (*StopLinkRequest_StopLink) ProtoReflect

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

func (*StopLinkRequest_StopLink) Reset

func (x *StopLinkRequest_StopLink) Reset()

func (*StopLinkRequest_StopLink) String

func (x *StopLinkRequest_StopLink) String() string

func (*StopLinkRequest_StopLink) Validate

func (m *StopLinkRequest_StopLink) Validate() error

Validate checks the field values on StopLinkRequest_StopLink 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 (*StopLinkRequest_StopLink) ValidateAll

func (m *StopLinkRequest_StopLink) ValidateAll() error

ValidateAll checks the field values on StopLinkRequest_StopLink 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 StopLinkRequest_StopLinkMultiError, or nil if none found.

type StopLinkRequest_StopLinkMultiError

type StopLinkRequest_StopLinkMultiError []error

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

func (StopLinkRequest_StopLinkMultiError) AllErrors

func (m StopLinkRequest_StopLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StopLinkRequest_StopLinkMultiError) Error

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

type StopLinkRequest_StopLinkValidationError

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

StopLinkRequest_StopLinkValidationError is the validation error returned by StopLinkRequest_StopLink.Validate if the designated constraints aren't met.

func (StopLinkRequest_StopLinkValidationError) Cause

Cause function returns cause value.

func (StopLinkRequest_StopLinkValidationError) Error

Error satisfies the builtin error interface

func (StopLinkRequest_StopLinkValidationError) ErrorName

ErrorName returns error name.

func (StopLinkRequest_StopLinkValidationError) Field

Field function returns field value.

func (StopLinkRequest_StopLinkValidationError) Key

Key function returns key value.

func (StopLinkRequest_StopLinkValidationError) Reason

Reason function returns reason value.

type StopLinkResponse

type StopLinkResponse struct {
	LiveLink *StopLinkResponse_StopLinkRes `protobuf:"bytes,1,opt,name=live_link,json=liveLink,proto3" json:"live_link"`
	AppCode  string                        `protobuf:"bytes,2,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*StopLinkResponse) Descriptor deprecated

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

Deprecated: Use StopLinkResponse.ProtoReflect.Descriptor instead.

func (*StopLinkResponse) GetAppCode

func (x *StopLinkResponse) GetAppCode() string

func (*StopLinkResponse) ProtoMessage

func (*StopLinkResponse) ProtoMessage()

func (*StopLinkResponse) ProtoReflect

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

func (*StopLinkResponse) Reset

func (x *StopLinkResponse) Reset()

func (*StopLinkResponse) String

func (x *StopLinkResponse) String() string

func (*StopLinkResponse) Validate

func (m *StopLinkResponse) Validate() error

Validate checks the field values on StopLinkResponse 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 (*StopLinkResponse) ValidateAll

func (m *StopLinkResponse) ValidateAll() error

ValidateAll checks the field values on StopLinkResponse 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 StopLinkResponseMultiError, or nil if none found.

type StopLinkResponseMultiError

type StopLinkResponseMultiError []error

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

func (StopLinkResponseMultiError) AllErrors

func (m StopLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StopLinkResponseMultiError) Error

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

type StopLinkResponseValidationError

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

StopLinkResponseValidationError is the validation error returned by StopLinkResponse.Validate if the designated constraints aren't met.

func (StopLinkResponseValidationError) Cause

Cause function returns cause value.

func (StopLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (StopLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (StopLinkResponseValidationError) Field

Field function returns field value.

func (StopLinkResponseValidationError) Key

Key function returns key value.

func (StopLinkResponseValidationError) Reason

Reason function returns reason value.

type StopLinkResponse_StopLinkRes

type StopLinkResponse_StopLinkRes struct {
	Id          uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"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"`
	AnchorId    int64  `protobuf:"varint,4,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	AudienceId  int64  `protobuf:"varint,5,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Status      string `protobuf:"bytes,6,opt,name=status,proto3" json:"status"`
	OutType     uint32 `protobuf:"varint,7,opt,name=out_type,json=outType,proto3" json:"out_type"`
	AdminId     uint32 `protobuf:"varint,8,opt,name=admin_id,json=adminId,proto3" json:"admin_id"`
	CreatedAt   string `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	StartAt     string `protobuf:"bytes,10,opt,name=start_at,json=startAt,proto3" json:"start_at"`
	EndAt       string `protobuf:"bytes,11,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	ServiceType string `protobuf:"bytes,12,opt,name=service_type,json=serviceType,proto3" json:"service_type"`
	CdnType     string `protobuf:"bytes,13,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	Reason      string `protobuf:"bytes,14,opt,name=reason,proto3" json:"reason"`
	// contains filtered or unexported fields
}

func (*StopLinkResponse_StopLinkRes) Descriptor deprecated

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

Deprecated: Use StopLinkResponse_StopLinkRes.ProtoReflect.Descriptor instead.

func (*StopLinkResponse_StopLinkRes) GetAdminId

func (x *StopLinkResponse_StopLinkRes) GetAdminId() uint32

func (*StopLinkResponse_StopLinkRes) GetAnchorId

func (x *StopLinkResponse_StopLinkRes) GetAnchorId() int64

func (*StopLinkResponse_StopLinkRes) GetAudienceId

func (x *StopLinkResponse_StopLinkRes) GetAudienceId() int64

func (*StopLinkResponse_StopLinkRes) GetCdnType

func (x *StopLinkResponse_StopLinkRes) GetCdnType() string

func (*StopLinkResponse_StopLinkRes) GetCreatedAt

func (x *StopLinkResponse_StopLinkRes) GetCreatedAt() string

func (*StopLinkResponse_StopLinkRes) GetEndAt

func (x *StopLinkResponse_StopLinkRes) GetEndAt() string

func (*StopLinkResponse_StopLinkRes) GetId

func (*StopLinkResponse_StopLinkRes) GetLinkId

func (x *StopLinkResponse_StopLinkRes) GetLinkId() uint64

func (*StopLinkResponse_StopLinkRes) GetLiveId

func (x *StopLinkResponse_StopLinkRes) GetLiveId() uint64

func (*StopLinkResponse_StopLinkRes) GetOutType

func (x *StopLinkResponse_StopLinkRes) GetOutType() uint32

func (*StopLinkResponse_StopLinkRes) GetReason

func (x *StopLinkResponse_StopLinkRes) GetReason() string

func (*StopLinkResponse_StopLinkRes) GetServiceType

func (x *StopLinkResponse_StopLinkRes) GetServiceType() string

func (*StopLinkResponse_StopLinkRes) GetStartAt

func (x *StopLinkResponse_StopLinkRes) GetStartAt() string

func (*StopLinkResponse_StopLinkRes) GetStatus

func (x *StopLinkResponse_StopLinkRes) GetStatus() string

func (*StopLinkResponse_StopLinkRes) ProtoMessage

func (*StopLinkResponse_StopLinkRes) ProtoMessage()

func (*StopLinkResponse_StopLinkRes) ProtoReflect

func (*StopLinkResponse_StopLinkRes) Reset

func (x *StopLinkResponse_StopLinkRes) Reset()

func (*StopLinkResponse_StopLinkRes) String

func (*StopLinkResponse_StopLinkRes) Validate

func (m *StopLinkResponse_StopLinkRes) Validate() error

Validate checks the field values on StopLinkResponse_StopLinkRes 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 (*StopLinkResponse_StopLinkRes) ValidateAll

func (m *StopLinkResponse_StopLinkRes) ValidateAll() error

ValidateAll checks the field values on StopLinkResponse_StopLinkRes 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 StopLinkResponse_StopLinkResMultiError, or nil if none found.

type StopLinkResponse_StopLinkResMultiError

type StopLinkResponse_StopLinkResMultiError []error

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

func (StopLinkResponse_StopLinkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StopLinkResponse_StopLinkResMultiError) Error

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

type StopLinkResponse_StopLinkResValidationError

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

StopLinkResponse_StopLinkResValidationError is the validation error returned by StopLinkResponse_StopLinkRes.Validate if the designated constraints aren't met.

func (StopLinkResponse_StopLinkResValidationError) Cause

Cause function returns cause value.

func (StopLinkResponse_StopLinkResValidationError) Error

Error satisfies the builtin error interface

func (StopLinkResponse_StopLinkResValidationError) ErrorName

ErrorName returns error name.

func (StopLinkResponse_StopLinkResValidationError) Field

Field function returns field value.

func (StopLinkResponse_StopLinkResValidationError) Key

Key function returns key value.

func (StopLinkResponse_StopLinkResValidationError) Reason

Reason function returns reason value.

type StorageLinkSwitchRequest

type StorageLinkSwitchRequest 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"`
	AudienceId  int64  `protobuf:"varint,3,opt,name=audience_id,json=audienceId,proto3" json:"audience_id"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type"`
	SwitchValue int64  `protobuf:"varint,5,opt,name=switch_value,json=switchValue,proto3" json:"switch_value"`
	AppCode     string `protobuf:"bytes,6,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*StorageLinkSwitchRequest) Descriptor deprecated

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

Deprecated: Use StorageLinkSwitchRequest.ProtoReflect.Descriptor instead.

func (*StorageLinkSwitchRequest) GetAnchorId

func (x *StorageLinkSwitchRequest) GetAnchorId() int64

func (*StorageLinkSwitchRequest) GetAppCode

func (x *StorageLinkSwitchRequest) GetAppCode() string

func (*StorageLinkSwitchRequest) GetAudienceId

func (x *StorageLinkSwitchRequest) GetAudienceId() int64

func (*StorageLinkSwitchRequest) GetLiveId

func (x *StorageLinkSwitchRequest) GetLiveId() uint64

func (*StorageLinkSwitchRequest) GetSwitchValue

func (x *StorageLinkSwitchRequest) GetSwitchValue() int64

func (*StorageLinkSwitchRequest) GetType

func (x *StorageLinkSwitchRequest) GetType() string

func (*StorageLinkSwitchRequest) ProtoMessage

func (*StorageLinkSwitchRequest) ProtoMessage()

func (*StorageLinkSwitchRequest) ProtoReflect

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

func (*StorageLinkSwitchRequest) Reset

func (x *StorageLinkSwitchRequest) Reset()

func (*StorageLinkSwitchRequest) String

func (x *StorageLinkSwitchRequest) String() string

func (*StorageLinkSwitchRequest) Validate

func (m *StorageLinkSwitchRequest) Validate() error

Validate checks the field values on StorageLinkSwitchRequest 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 (*StorageLinkSwitchRequest) ValidateAll

func (m *StorageLinkSwitchRequest) ValidateAll() error

ValidateAll checks the field values on StorageLinkSwitchRequest 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 StorageLinkSwitchRequestMultiError, or nil if none found.

type StorageLinkSwitchRequestMultiError

type StorageLinkSwitchRequestMultiError []error

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

func (StorageLinkSwitchRequestMultiError) AllErrors

func (m StorageLinkSwitchRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StorageLinkSwitchRequestMultiError) Error

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

type StorageLinkSwitchRequestValidationError

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

StorageLinkSwitchRequestValidationError is the validation error returned by StorageLinkSwitchRequest.Validate if the designated constraints aren't met.

func (StorageLinkSwitchRequestValidationError) Cause

Cause function returns cause value.

func (StorageLinkSwitchRequestValidationError) Error

Error satisfies the builtin error interface

func (StorageLinkSwitchRequestValidationError) ErrorName

ErrorName returns error name.

func (StorageLinkSwitchRequestValidationError) Field

Field function returns field value.

func (StorageLinkSwitchRequestValidationError) Key

Key function returns key value.

func (StorageLinkSwitchRequestValidationError) Reason

Reason function returns reason value.

type StorageLinkSwitchResponse

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

func (*StorageLinkSwitchResponse) Descriptor deprecated

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

Deprecated: Use StorageLinkSwitchResponse.ProtoReflect.Descriptor instead.

func (*StorageLinkSwitchResponse) ProtoMessage

func (*StorageLinkSwitchResponse) ProtoMessage()

func (*StorageLinkSwitchResponse) ProtoReflect

func (*StorageLinkSwitchResponse) Reset

func (x *StorageLinkSwitchResponse) Reset()

func (*StorageLinkSwitchResponse) String

func (x *StorageLinkSwitchResponse) String() string

func (*StorageLinkSwitchResponse) Validate

func (m *StorageLinkSwitchResponse) Validate() error

Validate checks the field values on StorageLinkSwitchResponse 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 (*StorageLinkSwitchResponse) ValidateAll

func (m *StorageLinkSwitchResponse) ValidateAll() error

ValidateAll checks the field values on StorageLinkSwitchResponse 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 StorageLinkSwitchResponseMultiError, or nil if none found.

type StorageLinkSwitchResponseMultiError

type StorageLinkSwitchResponseMultiError []error

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

func (StorageLinkSwitchResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StorageLinkSwitchResponseMultiError) Error

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

type StorageLinkSwitchResponseValidationError

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

StorageLinkSwitchResponseValidationError is the validation error returned by StorageLinkSwitchResponse.Validate if the designated constraints aren't met.

func (StorageLinkSwitchResponseValidationError) Cause

Cause function returns cause value.

func (StorageLinkSwitchResponseValidationError) Error

Error satisfies the builtin error interface

func (StorageLinkSwitchResponseValidationError) ErrorName

ErrorName returns error name.

func (StorageLinkSwitchResponseValidationError) Field

Field function returns field value.

func (StorageLinkSwitchResponseValidationError) Key

Key function returns key value.

func (StorageLinkSwitchResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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