anchor

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

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

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

Documentation

Index

Constants

View Source
const (
	AnchorIncome  = "income"  // 主播收益
	AnchorSharing = "sharing" // 主播分成
)

Variables

View Source
var File_proto_anchor_anchor_proto protoreflect.FileDescriptor

Functions

func NewAnchorSrvEndpoints

func NewAnchorSrvEndpoints() []*api.Endpoint

func RegisterAnchorSrvHandler

func RegisterAnchorSrvHandler(s server.Server, hdlr AnchorSrvHandler, opts ...server.HandlerOption) error

Types

type AddLivePushHeartBeatRequest

type AddLivePushHeartBeatRequest 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"`
	LogMsg   string `protobuf:"bytes,3,opt,name=log_msg,json=logMsg,proto3" json:"log_msg"`
	// contains filtered or unexported fields
}

func (*AddLivePushHeartBeatRequest) Descriptor deprecated

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

Deprecated: Use AddLivePushHeartBeatRequest.ProtoReflect.Descriptor instead.

func (*AddLivePushHeartBeatRequest) GetAnchorId

func (x *AddLivePushHeartBeatRequest) GetAnchorId() int64

func (*AddLivePushHeartBeatRequest) GetLiveId

func (x *AddLivePushHeartBeatRequest) GetLiveId() uint64

func (*AddLivePushHeartBeatRequest) GetLogMsg

func (x *AddLivePushHeartBeatRequest) GetLogMsg() string

func (*AddLivePushHeartBeatRequest) ProtoMessage

func (*AddLivePushHeartBeatRequest) ProtoMessage()

func (*AddLivePushHeartBeatRequest) ProtoReflect

func (*AddLivePushHeartBeatRequest) Reset

func (x *AddLivePushHeartBeatRequest) Reset()

func (*AddLivePushHeartBeatRequest) String

func (x *AddLivePushHeartBeatRequest) String() string

func (*AddLivePushHeartBeatRequest) Validate

func (m *AddLivePushHeartBeatRequest) Validate() error

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

func (m *AddLivePushHeartBeatRequest) ValidateAll() error

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

type AddLivePushHeartBeatRequestMultiError

type AddLivePushHeartBeatRequestMultiError []error

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

func (AddLivePushHeartBeatRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddLivePushHeartBeatRequestMultiError) Error

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

type AddLivePushHeartBeatRequestValidationError

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

AddLivePushHeartBeatRequestValidationError is the validation error returned by AddLivePushHeartBeatRequest.Validate if the designated constraints aren't met.

func (AddLivePushHeartBeatRequestValidationError) Cause

Cause function returns cause value.

func (AddLivePushHeartBeatRequestValidationError) Error

Error satisfies the builtin error interface

func (AddLivePushHeartBeatRequestValidationError) ErrorName

ErrorName returns error name.

func (AddLivePushHeartBeatRequestValidationError) Field

Field function returns field value.

func (AddLivePushHeartBeatRequestValidationError) Key

Key function returns key value.

func (AddLivePushHeartBeatRequestValidationError) Reason

Reason function returns reason value.

type AddLivePushHeartBeatResponse

type AddLivePushHeartBeatResponse struct {
	LiveStatus string `protobuf:"bytes,1,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	// contains filtered or unexported fields
}

func (*AddLivePushHeartBeatResponse) Descriptor deprecated

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

Deprecated: Use AddLivePushHeartBeatResponse.ProtoReflect.Descriptor instead.

func (*AddLivePushHeartBeatResponse) GetLiveStatus

func (x *AddLivePushHeartBeatResponse) GetLiveStatus() string

func (*AddLivePushHeartBeatResponse) ProtoMessage

func (*AddLivePushHeartBeatResponse) ProtoMessage()

func (*AddLivePushHeartBeatResponse) ProtoReflect

func (*AddLivePushHeartBeatResponse) Reset

func (x *AddLivePushHeartBeatResponse) Reset()

func (*AddLivePushHeartBeatResponse) String

func (*AddLivePushHeartBeatResponse) Validate

func (m *AddLivePushHeartBeatResponse) Validate() error

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

func (m *AddLivePushHeartBeatResponse) ValidateAll() error

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

type AddLivePushHeartBeatResponseMultiError

type AddLivePushHeartBeatResponseMultiError []error

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

func (AddLivePushHeartBeatResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddLivePushHeartBeatResponseMultiError) Error

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

type AddLivePushHeartBeatResponseValidationError

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

AddLivePushHeartBeatResponseValidationError is the validation error returned by AddLivePushHeartBeatResponse.Validate if the designated constraints aren't met.

func (AddLivePushHeartBeatResponseValidationError) Cause

Cause function returns cause value.

func (AddLivePushHeartBeatResponseValidationError) Error

Error satisfies the builtin error interface

func (AddLivePushHeartBeatResponseValidationError) ErrorName

ErrorName returns error name.

func (AddLivePushHeartBeatResponseValidationError) Field

Field function returns field value.

func (AddLivePushHeartBeatResponseValidationError) Key

Key function returns key value.

func (AddLivePushHeartBeatResponseValidationError) Reason

Reason function returns reason value.

type AnchorManageAudience

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

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

Deprecated: Use AnchorManageAudience.ProtoReflect.Descriptor instead.

func (*AnchorManageAudience) GetAvatar

func (x *AnchorManageAudience) GetAvatar() string

func (*AnchorManageAudience) GetGender

func (x *AnchorManageAudience) GetGender() int64

func (*AnchorManageAudience) GetNickname

func (x *AnchorManageAudience) GetNickname() string

func (*AnchorManageAudience) GetUserId

func (x *AnchorManageAudience) GetUserId() int64

func (*AnchorManageAudience) GetUserLevel

func (x *AnchorManageAudience) GetUserLevel() int32

func (*AnchorManageAudience) GetUsername

func (x *AnchorManageAudience) GetUsername() string

func (*AnchorManageAudience) ProtoMessage

func (*AnchorManageAudience) ProtoMessage()

func (*AnchorManageAudience) ProtoReflect

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

func (*AnchorManageAudience) Reset

func (x *AnchorManageAudience) Reset()

func (*AnchorManageAudience) String

func (x *AnchorManageAudience) String() string

func (*AnchorManageAudience) Validate

func (m *AnchorManageAudience) Validate() error

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

func (m *AnchorManageAudience) ValidateAll() error

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

type AnchorManageAudienceMultiError

type AnchorManageAudienceMultiError []error

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

func (AnchorManageAudienceMultiError) AllErrors

func (m AnchorManageAudienceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorManageAudienceMultiError) Error

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

type AnchorManageAudienceValidationError

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

AnchorManageAudienceValidationError is the validation error returned by AnchorManageAudience.Validate if the designated constraints aren't met.

func (AnchorManageAudienceValidationError) Cause

Cause function returns cause value.

func (AnchorManageAudienceValidationError) Error

Error satisfies the builtin error interface

func (AnchorManageAudienceValidationError) ErrorName

ErrorName returns error name.

func (AnchorManageAudienceValidationError) Field

Field function returns field value.

func (AnchorManageAudienceValidationError) Key

Key function returns key value.

func (AnchorManageAudienceValidationError) Reason

Reason function returns reason value.

type AnchorManageLinksRequest

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

func (*AnchorManageLinksRequest) Descriptor deprecated

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

Deprecated: Use AnchorManageLinksRequest.ProtoReflect.Descriptor instead.

func (*AnchorManageLinksRequest) GetAnchorId

func (x *AnchorManageLinksRequest) GetAnchorId() int64

func (*AnchorManageLinksRequest) GetLiveId

func (x *AnchorManageLinksRequest) GetLiveId() uint64

func (*AnchorManageLinksRequest) ProtoMessage

func (*AnchorManageLinksRequest) ProtoMessage()

func (*AnchorManageLinksRequest) ProtoReflect

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

func (*AnchorManageLinksRequest) Reset

func (x *AnchorManageLinksRequest) Reset()

func (*AnchorManageLinksRequest) String

func (x *AnchorManageLinksRequest) String() string

func (*AnchorManageLinksRequest) Validate

func (m *AnchorManageLinksRequest) Validate() error

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

func (m *AnchorManageLinksRequest) ValidateAll() error

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

type AnchorManageLinksRequestMultiError

type AnchorManageLinksRequestMultiError []error

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

func (AnchorManageLinksRequestMultiError) AllErrors

func (m AnchorManageLinksRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorManageLinksRequestMultiError) Error

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

type AnchorManageLinksRequestValidationError

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

AnchorManageLinksRequestValidationError is the validation error returned by AnchorManageLinksRequest.Validate if the designated constraints aren't met.

func (AnchorManageLinksRequestValidationError) Cause

Cause function returns cause value.

func (AnchorManageLinksRequestValidationError) Error

Error satisfies the builtin error interface

func (AnchorManageLinksRequestValidationError) ErrorName

ErrorName returns error name.

func (AnchorManageLinksRequestValidationError) Field

Field function returns field value.

func (AnchorManageLinksRequestValidationError) Key

Key function returns key value.

func (AnchorManageLinksRequestValidationError) Reason

Reason function returns reason value.

type AnchorManageLinksRes

type AnchorManageLinksRes struct {
	Audience *AnchorManageAudience `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience"`
	LiveLink *AnchorManageLiveLink `protobuf:"bytes,2,opt,name=live_link,json=liveLink,proto3" json:"live_link"`
	// contains filtered or unexported fields
}

func (*AnchorManageLinksRes) Descriptor deprecated

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

Deprecated: Use AnchorManageLinksRes.ProtoReflect.Descriptor instead.

func (*AnchorManageLinksRes) GetAudience

func (x *AnchorManageLinksRes) GetAudience() *AnchorManageAudience
func (x *AnchorManageLinksRes) GetLiveLink() *AnchorManageLiveLink

func (*AnchorManageLinksRes) ProtoMessage

func (*AnchorManageLinksRes) ProtoMessage()

func (*AnchorManageLinksRes) ProtoReflect

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

func (*AnchorManageLinksRes) Reset

func (x *AnchorManageLinksRes) Reset()

func (*AnchorManageLinksRes) String

func (x *AnchorManageLinksRes) String() string

func (*AnchorManageLinksRes) Validate

func (m *AnchorManageLinksRes) Validate() error

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

func (m *AnchorManageLinksRes) ValidateAll() error

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

type AnchorManageLinksResMultiError

type AnchorManageLinksResMultiError []error

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

func (AnchorManageLinksResMultiError) AllErrors

func (m AnchorManageLinksResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorManageLinksResMultiError) Error

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

type AnchorManageLinksResValidationError

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

AnchorManageLinksResValidationError is the validation error returned by AnchorManageLinksRes.Validate if the designated constraints aren't met.

func (AnchorManageLinksResValidationError) Cause

Cause function returns cause value.

func (AnchorManageLinksResValidationError) Error

Error satisfies the builtin error interface

func (AnchorManageLinksResValidationError) ErrorName

ErrorName returns error name.

func (AnchorManageLinksResValidationError) Field

Field function returns field value.

func (AnchorManageLinksResValidationError) Key

Key function returns key value.

func (AnchorManageLinksResValidationError) Reason

Reason function returns reason value.

type AnchorManageLinksResponse

type AnchorManageLinksResponse struct {
	Links []*AnchorManageLinksRes `protobuf:"bytes,1,rep,name=links,proto3" json:"links"`
	// contains filtered or unexported fields
}

func (*AnchorManageLinksResponse) Descriptor deprecated

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

Deprecated: Use AnchorManageLinksResponse.ProtoReflect.Descriptor instead.

func (*AnchorManageLinksResponse) ProtoMessage

func (*AnchorManageLinksResponse) ProtoMessage()

func (*AnchorManageLinksResponse) ProtoReflect

func (*AnchorManageLinksResponse) Reset

func (x *AnchorManageLinksResponse) Reset()

func (*AnchorManageLinksResponse) String

func (x *AnchorManageLinksResponse) String() string

func (*AnchorManageLinksResponse) Validate

func (m *AnchorManageLinksResponse) Validate() error

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

func (m *AnchorManageLinksResponse) ValidateAll() error

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

type AnchorManageLinksResponseMultiError

type AnchorManageLinksResponseMultiError []error

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

func (AnchorManageLinksResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorManageLinksResponseMultiError) Error

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

type AnchorManageLinksResponseValidationError

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

AnchorManageLinksResponseValidationError is the validation error returned by AnchorManageLinksResponse.Validate if the designated constraints aren't met.

func (AnchorManageLinksResponseValidationError) Cause

Cause function returns cause value.

func (AnchorManageLinksResponseValidationError) Error

Error satisfies the builtin error interface

func (AnchorManageLinksResponseValidationError) ErrorName

ErrorName returns error name.

func (AnchorManageLinksResponseValidationError) Field

Field function returns field value.

func (AnchorManageLinksResponseValidationError) Key

Key function returns key value.

func (AnchorManageLinksResponseValidationError) Reason

Reason function returns reason value.

type AnchorManageLiveLink 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"`
	Camera   int64  `protobuf:"varint,4,opt,name=camera,proto3" json:"camera"`
	Mic      int64  `protobuf:"varint,5,opt,name=mic,proto3" json:"mic"`
	// contains filtered or unexported fields
}

func (*AnchorManageLiveLink) Descriptor deprecated

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

Deprecated: Use AnchorManageLiveLink.ProtoReflect.Descriptor instead.

func (*AnchorManageLiveLink) GetAnchorId

func (x *AnchorManageLiveLink) GetAnchorId() int64

func (*AnchorManageLiveLink) GetCamera

func (x *AnchorManageLiveLink) GetCamera() int64

func (*AnchorManageLiveLink) GetLinkId

func (x *AnchorManageLiveLink) GetLinkId() uint64

func (*AnchorManageLiveLink) GetLiveId

func (x *AnchorManageLiveLink) GetLiveId() uint64

func (*AnchorManageLiveLink) GetMic

func (x *AnchorManageLiveLink) GetMic() int64

func (*AnchorManageLiveLink) ProtoMessage

func (*AnchorManageLiveLink) ProtoMessage()

func (*AnchorManageLiveLink) ProtoReflect

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

func (*AnchorManageLiveLink) Reset

func (x *AnchorManageLiveLink) Reset()

func (*AnchorManageLiveLink) String

func (x *AnchorManageLiveLink) String() string

func (*AnchorManageLiveLink) Validate

func (m *AnchorManageLiveLink) Validate() error

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

func (m *AnchorManageLiveLink) ValidateAll() error

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

type AnchorManageLiveLinkMultiError

type AnchorManageLiveLinkMultiError []error

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

func (AnchorManageLiveLinkMultiError) AllErrors

func (m AnchorManageLiveLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnchorManageLiveLinkMultiError) Error

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

type AnchorManageLiveLinkValidationError

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

AnchorManageLiveLinkValidationError is the validation error returned by AnchorManageLiveLink.Validate if the designated constraints aren't met.

func (AnchorManageLiveLinkValidationError) Cause

Cause function returns cause value.

func (AnchorManageLiveLinkValidationError) Error

Error satisfies the builtin error interface

func (AnchorManageLiveLinkValidationError) ErrorName

ErrorName returns error name.

func (AnchorManageLiveLinkValidationError) Field

Field function returns field value.

func (AnchorManageLiveLinkValidationError) Key

Key function returns key value.

func (AnchorManageLiveLinkValidationError) Reason

Reason function returns reason value.

type AnchorOptionLinkAudiences

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

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

Deprecated: Use AnchorOptionLinkAudiences.ProtoReflect.Descriptor instead.

func (*AnchorOptionLinkAudiences) GetAvatar

func (x *AnchorOptionLinkAudiences) GetAvatar() string

func (*AnchorOptionLinkAudiences) GetGender

func (x *AnchorOptionLinkAudiences) GetGender() int64

func (*AnchorOptionLinkAudiences) GetNickname

func (x *AnchorOptionLinkAudiences) GetNickname() string

func (*AnchorOptionLinkAudiences) GetUserId

func (x *AnchorOptionLinkAudiences) GetUserId() int64

func (*AnchorOptionLinkAudiences) GetUserLevel

func (x *AnchorOptionLinkAudiences) GetUserLevel() int32

func (*AnchorOptionLinkAudiences) GetUsername

func (x *AnchorOptionLinkAudiences) GetUsername() string

func (*AnchorOptionLinkAudiences) ProtoMessage

func (*AnchorOptionLinkAudiences) ProtoMessage()

func (*AnchorOptionLinkAudiences) ProtoReflect

func (*AnchorOptionLinkAudiences) Reset

func (x *AnchorOptionLinkAudiences) Reset()

func (*AnchorOptionLinkAudiences) String

func (x *AnchorOptionLinkAudiences) String() string

func (*AnchorOptionLinkAudiences) Validate

func (m *AnchorOptionLinkAudiences) Validate() error

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

func (m *AnchorOptionLinkAudiences) ValidateAll() error

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

type AnchorOptionLinkAudiencesMultiError

type AnchorOptionLinkAudiencesMultiError []error

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

func (AnchorOptionLinkAudiencesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorOptionLinkAudiencesMultiError) Error

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

type AnchorOptionLinkAudiencesRequest

type AnchorOptionLinkAudiencesRequest 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"`
	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 (*AnchorOptionLinkAudiencesRequest) Descriptor deprecated

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

Deprecated: Use AnchorOptionLinkAudiencesRequest.ProtoReflect.Descriptor instead.

func (*AnchorOptionLinkAudiencesRequest) GetAnchorId

func (x *AnchorOptionLinkAudiencesRequest) GetAnchorId() int64

func (*AnchorOptionLinkAudiencesRequest) GetLiveId

func (*AnchorOptionLinkAudiencesRequest) GetPage

func (*AnchorOptionLinkAudiencesRequest) GetSize

func (*AnchorOptionLinkAudiencesRequest) ProtoMessage

func (*AnchorOptionLinkAudiencesRequest) ProtoMessage()

func (*AnchorOptionLinkAudiencesRequest) ProtoReflect

func (*AnchorOptionLinkAudiencesRequest) Reset

func (*AnchorOptionLinkAudiencesRequest) String

func (*AnchorOptionLinkAudiencesRequest) Validate

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

func (m *AnchorOptionLinkAudiencesRequest) ValidateAll() error

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

type AnchorOptionLinkAudiencesRequestMultiError

type AnchorOptionLinkAudiencesRequestMultiError []error

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

func (AnchorOptionLinkAudiencesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorOptionLinkAudiencesRequestMultiError) Error

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

type AnchorOptionLinkAudiencesRequestValidationError

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

AnchorOptionLinkAudiencesRequestValidationError is the validation error returned by AnchorOptionLinkAudiencesRequest.Validate if the designated constraints aren't met.

func (AnchorOptionLinkAudiencesRequestValidationError) Cause

Cause function returns cause value.

func (AnchorOptionLinkAudiencesRequestValidationError) Error

Error satisfies the builtin error interface

func (AnchorOptionLinkAudiencesRequestValidationError) ErrorName

ErrorName returns error name.

func (AnchorOptionLinkAudiencesRequestValidationError) Field

Field function returns field value.

func (AnchorOptionLinkAudiencesRequestValidationError) Key

Key function returns key value.

func (AnchorOptionLinkAudiencesRequestValidationError) Reason

Reason function returns reason value.

type AnchorOptionLinkAudiencesResponse

type AnchorOptionLinkAudiencesResponse struct {
	Audiences []*AnchorOptionLinkAudiences `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"`
	// contains filtered or unexported fields
}

func (*AnchorOptionLinkAudiencesResponse) Descriptor deprecated

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

Deprecated: Use AnchorOptionLinkAudiencesResponse.ProtoReflect.Descriptor instead.

func (*AnchorOptionLinkAudiencesResponse) GetAudiences

func (*AnchorOptionLinkAudiencesResponse) GetPage

func (*AnchorOptionLinkAudiencesResponse) GetTotal

func (*AnchorOptionLinkAudiencesResponse) ProtoMessage

func (*AnchorOptionLinkAudiencesResponse) ProtoMessage()

func (*AnchorOptionLinkAudiencesResponse) ProtoReflect

func (*AnchorOptionLinkAudiencesResponse) Reset

func (*AnchorOptionLinkAudiencesResponse) String

func (*AnchorOptionLinkAudiencesResponse) Validate

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

func (m *AnchorOptionLinkAudiencesResponse) ValidateAll() error

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

type AnchorOptionLinkAudiencesResponseMultiError

type AnchorOptionLinkAudiencesResponseMultiError []error

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

func (AnchorOptionLinkAudiencesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorOptionLinkAudiencesResponseMultiError) Error

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

type AnchorOptionLinkAudiencesResponseValidationError

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

AnchorOptionLinkAudiencesResponseValidationError is the validation error returned by AnchorOptionLinkAudiencesResponse.Validate if the designated constraints aren't met.

func (AnchorOptionLinkAudiencesResponseValidationError) Cause

Cause function returns cause value.

func (AnchorOptionLinkAudiencesResponseValidationError) Error

Error satisfies the builtin error interface

func (AnchorOptionLinkAudiencesResponseValidationError) ErrorName

ErrorName returns error name.

func (AnchorOptionLinkAudiencesResponseValidationError) Field

Field function returns field value.

func (AnchorOptionLinkAudiencesResponseValidationError) Key

Key function returns key value.

func (AnchorOptionLinkAudiencesResponseValidationError) Reason

Reason function returns reason value.

type AnchorOptionLinkAudiencesValidationError

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

AnchorOptionLinkAudiencesValidationError is the validation error returned by AnchorOptionLinkAudiences.Validate if the designated constraints aren't met.

func (AnchorOptionLinkAudiencesValidationError) Cause

Cause function returns cause value.

func (AnchorOptionLinkAudiencesValidationError) Error

Error satisfies the builtin error interface

func (AnchorOptionLinkAudiencesValidationError) ErrorName

ErrorName returns error name.

func (AnchorOptionLinkAudiencesValidationError) Field

Field function returns field value.

func (AnchorOptionLinkAudiencesValidationError) Key

Key function returns key value.

func (AnchorOptionLinkAudiencesValidationError) Reason

Reason function returns reason value.

type AnchorSrvHandler

type AnchorSrvHandler interface {
	// 开播
	CreateLive(context.Context, *CreateLiveRequest, *CreateLiveResponse) error
	// 关播
	EndLive(context.Context, *EndLiveRequest, *EndLiveResponse) error
	// 主播邀请观众
	InviteLink(context.Context, *InviteLinkRequest, *InviteLinkResponse) error
	// 主播拒绝观众
	RefuseLink(context.Context, *RefuseLinkRequest, *RefuseLinkResponse) error
	// 停止连线
	StopLink(context.Context, *StopLinkRequest, *StopLinkResponse) error
	// 混流成功
	LinkMixStreamSuccess(context.Context, *LinkMixStreamSuccessRequest, *LinkMixStreamSuccessResponse) error
	// 混流成功
	LinkMixStreamError(context.Context, *LinkMixStreamErrorRequest, *LinkMixStreamErrorResponse) error
	// 拉流成功
	LinkPullStreamSuccess(context.Context, *LinkPullStreamSuccessRequest, *LinkPullStreamSuccessResponse) error
	// 混流失败
	LinkPullStreamError(context.Context, *LinkPullStreamErrorRequest, *LinkPullStreamErrorResponse) error
	// 同意连线
	ConfirmLink(context.Context, *ConfirmLinkRequest, *ConfirmLinkResponse) error
	// 超时取消连线
	TimeOutCancelLink(context.Context, *TimeOutCancelLinkRequest, *TimeOutCancelLinkResponse) error
	// 主播受邀列表
	WaitingLinkAudiences(context.Context, *WaitingLinkAudiencesRequest, *WaitingLinkAudiencesResponse) error
	// 主播邀请嘉宾列表
	InvitationLinkAudiences(context.Context, *InvitationLinkAudiencesRequest, *InvitationLinkAudiencesResponse) error
	// 主播当前连线管理列表
	AnchorManageLinks(context.Context, *AnchorManageLinksRequest, *AnchorManageLinksResponse) error
	// 主播当前连线管理列表
	AnchorOptionLinkAudiences(context.Context, *AnchorOptionLinkAudiencesRequest, *AnchorOptionLinkAudiencesResponse) error
	// 连麦开关
	StorageLinkAudienceSwitch(context.Context, *StorageLinkAudienceSwitchRequest, *StorageLinkAudienceSwitchResponse) error
	// 主播月视频直播统计数据
	MonthVideoLiveStatistics(context.Context, *MonthVideoLiveStatisticsRequest, *MonthVideoLiveStatisticsResponse) error
	// 直播有效天数
	LiveValidDays(context.Context, *LiveValidDaysRequest, *LiveValidDaysResponse) error
	// 直播有效期天数
	AnchorsLiveValidDay(context.Context, *AnchorsLiveValidDayRequest, *AnchorsLiveValidDayResponse) error
	// 推流状态打点
	AddLivePushHeartBeat(context.Context, *AddLivePushHeartBeatRequest, *AddLivePushHeartBeatResponse) error
	// 视频直播
	CreateVideoLive(context.Context, *CreateVideoLiveRequest, *CreateVideoLiveResponse) error
	// 付费直播
	CreateVideoPayLive(context.Context, *CreateVideoPayLiveRequest, *CreateVideoPayLiveResponse) error
	// 创建付费直播配置
	CreateVideoPayLiveConfig(context.Context, *CreateVideoPayLiveConfigRequest, *CreateVideoPayLiveConfigResponse) error
}

type AnchorSrvService

type AnchorSrvService interface {
	// 开播
	CreateLive(ctx context.Context, in *CreateLiveRequest, opts ...client.CallOption) (*CreateLiveResponse, error)
	// 关播
	EndLive(ctx context.Context, in *EndLiveRequest, opts ...client.CallOption) (*EndLiveResponse, error)
	// 主播邀请观众
	InviteLink(ctx context.Context, in *InviteLinkRequest, opts ...client.CallOption) (*InviteLinkResponse, error)
	// 主播拒绝观众
	RefuseLink(ctx context.Context, in *RefuseLinkRequest, opts ...client.CallOption) (*RefuseLinkResponse, error)
	// 停止连线
	StopLink(ctx context.Context, in *StopLinkRequest, opts ...client.CallOption) (*StopLinkResponse, error)
	// 混流成功
	LinkMixStreamSuccess(ctx context.Context, in *LinkMixStreamSuccessRequest, opts ...client.CallOption) (*LinkMixStreamSuccessResponse, error)
	// 混流成功
	LinkMixStreamError(ctx context.Context, in *LinkMixStreamErrorRequest, opts ...client.CallOption) (*LinkMixStreamErrorResponse, error)
	// 拉流成功
	LinkPullStreamSuccess(ctx context.Context, in *LinkPullStreamSuccessRequest, opts ...client.CallOption) (*LinkPullStreamSuccessResponse, error)
	// 混流失败
	LinkPullStreamError(ctx context.Context, in *LinkPullStreamErrorRequest, opts ...client.CallOption) (*LinkPullStreamErrorResponse, error)
	// 同意连线
	ConfirmLink(ctx context.Context, in *ConfirmLinkRequest, opts ...client.CallOption) (*ConfirmLinkResponse, error)
	// 超时取消连线
	TimeOutCancelLink(ctx context.Context, in *TimeOutCancelLinkRequest, opts ...client.CallOption) (*TimeOutCancelLinkResponse, error)
	// 主播受邀列表
	WaitingLinkAudiences(ctx context.Context, in *WaitingLinkAudiencesRequest, opts ...client.CallOption) (*WaitingLinkAudiencesResponse, error)
	// 主播邀请嘉宾列表
	InvitationLinkAudiences(ctx context.Context, in *InvitationLinkAudiencesRequest, opts ...client.CallOption) (*InvitationLinkAudiencesResponse, error)
	// 主播当前连线管理列表
	AnchorManageLinks(ctx context.Context, in *AnchorManageLinksRequest, opts ...client.CallOption) (*AnchorManageLinksResponse, error)
	// 主播当前连线管理列表
	AnchorOptionLinkAudiences(ctx context.Context, in *AnchorOptionLinkAudiencesRequest, opts ...client.CallOption) (*AnchorOptionLinkAudiencesResponse, error)
	// 连麦开关
	StorageLinkAudienceSwitch(ctx context.Context, in *StorageLinkAudienceSwitchRequest, opts ...client.CallOption) (*StorageLinkAudienceSwitchResponse, error)
	// 主播月视频直播统计数据
	MonthVideoLiveStatistics(ctx context.Context, in *MonthVideoLiveStatisticsRequest, opts ...client.CallOption) (*MonthVideoLiveStatisticsResponse, error)
	// 直播有效天数
	LiveValidDays(ctx context.Context, in *LiveValidDaysRequest, opts ...client.CallOption) (*LiveValidDaysResponse, error)
	// 直播有效期天数
	AnchorsLiveValidDay(ctx context.Context, in *AnchorsLiveValidDayRequest, opts ...client.CallOption) (*AnchorsLiveValidDayResponse, error)
	// 推流状态打点
	AddLivePushHeartBeat(ctx context.Context, in *AddLivePushHeartBeatRequest, opts ...client.CallOption) (*AddLivePushHeartBeatResponse, error)
	// 视频直播
	CreateVideoLive(ctx context.Context, in *CreateVideoLiveRequest, opts ...client.CallOption) (*CreateVideoLiveResponse, error)
	// 付费直播
	CreateVideoPayLive(ctx context.Context, in *CreateVideoPayLiveRequest, opts ...client.CallOption) (*CreateVideoPayLiveResponse, error)
	// 创建付费直播配置
	CreateVideoPayLiveConfig(ctx context.Context, in *CreateVideoPayLiveConfigRequest, opts ...client.CallOption) (*CreateVideoPayLiveConfigResponse, error)
}

func NewAnchorSrvService

func NewAnchorSrvService(name string, c client.Client) AnchorSrvService

type AnchorsLiveValidDayRequest

type AnchorsLiveValidDayRequest struct {
	AnchorIds []int64 `protobuf:"varint,1,rep,packed,name=anchorIds,proto3" json:"anchorIds"`
	StartTime string  `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time"`
	EndTime   string  `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time"`
	Country   string  `protobuf:"bytes,4,opt,name=country,proto3" json:"country"`
	// contains filtered or unexported fields
}

func (*AnchorsLiveValidDayRequest) Descriptor deprecated

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

Deprecated: Use AnchorsLiveValidDayRequest.ProtoReflect.Descriptor instead.

func (*AnchorsLiveValidDayRequest) GetAnchorIds

func (x *AnchorsLiveValidDayRequest) GetAnchorIds() []int64

func (*AnchorsLiveValidDayRequest) GetCountry

func (x *AnchorsLiveValidDayRequest) GetCountry() string

func (*AnchorsLiveValidDayRequest) GetEndTime

func (x *AnchorsLiveValidDayRequest) GetEndTime() string

func (*AnchorsLiveValidDayRequest) GetStartTime

func (x *AnchorsLiveValidDayRequest) GetStartTime() string

func (*AnchorsLiveValidDayRequest) ProtoMessage

func (*AnchorsLiveValidDayRequest) ProtoMessage()

func (*AnchorsLiveValidDayRequest) ProtoReflect

func (*AnchorsLiveValidDayRequest) Reset

func (x *AnchorsLiveValidDayRequest) Reset()

func (*AnchorsLiveValidDayRequest) String

func (x *AnchorsLiveValidDayRequest) String() string

func (*AnchorsLiveValidDayRequest) Validate

func (m *AnchorsLiveValidDayRequest) Validate() error

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

func (m *AnchorsLiveValidDayRequest) ValidateAll() error

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

type AnchorsLiveValidDayRequestMultiError

type AnchorsLiveValidDayRequestMultiError []error

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

func (AnchorsLiveValidDayRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorsLiveValidDayRequestMultiError) Error

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

type AnchorsLiveValidDayRequestValidationError

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

AnchorsLiveValidDayRequestValidationError is the validation error returned by AnchorsLiveValidDayRequest.Validate if the designated constraints aren't met.

func (AnchorsLiveValidDayRequestValidationError) Cause

Cause function returns cause value.

func (AnchorsLiveValidDayRequestValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLiveValidDayRequestValidationError) ErrorName

ErrorName returns error name.

func (AnchorsLiveValidDayRequestValidationError) Field

Field function returns field value.

func (AnchorsLiveValidDayRequestValidationError) Key

Key function returns key value.

func (AnchorsLiveValidDayRequestValidationError) Reason

Reason function returns reason value.

type AnchorsLiveValidDayResponse

type AnchorsLiveValidDayResponse struct {
	AnchorLives map[int64]*AnchorsLiveValidDayResponse_ValidLive `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AnchorsLiveValidDayResponse) Descriptor deprecated

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

Deprecated: Use AnchorsLiveValidDayResponse.ProtoReflect.Descriptor instead.

func (*AnchorsLiveValidDayResponse) GetAnchorLives

func (*AnchorsLiveValidDayResponse) ProtoMessage

func (*AnchorsLiveValidDayResponse) ProtoMessage()

func (*AnchorsLiveValidDayResponse) ProtoReflect

func (*AnchorsLiveValidDayResponse) Reset

func (x *AnchorsLiveValidDayResponse) Reset()

func (*AnchorsLiveValidDayResponse) String

func (x *AnchorsLiveValidDayResponse) String() string

func (*AnchorsLiveValidDayResponse) Validate

func (m *AnchorsLiveValidDayResponse) Validate() error

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

func (m *AnchorsLiveValidDayResponse) ValidateAll() error

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

type AnchorsLiveValidDayResponseMultiError

type AnchorsLiveValidDayResponseMultiError []error

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

func (AnchorsLiveValidDayResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorsLiveValidDayResponseMultiError) Error

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

type AnchorsLiveValidDayResponseValidationError

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

AnchorsLiveValidDayResponseValidationError is the validation error returned by AnchorsLiveValidDayResponse.Validate if the designated constraints aren't met.

func (AnchorsLiveValidDayResponseValidationError) Cause

Cause function returns cause value.

func (AnchorsLiveValidDayResponseValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLiveValidDayResponseValidationError) ErrorName

ErrorName returns error name.

func (AnchorsLiveValidDayResponseValidationError) Field

Field function returns field value.

func (AnchorsLiveValidDayResponseValidationError) Key

Key function returns key value.

func (AnchorsLiveValidDayResponseValidationError) Reason

Reason function returns reason value.

type AnchorsLiveValidDayResponse_ValidLive

type AnchorsLiveValidDayResponse_ValidLive struct {
	AnchorId   int64  `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	LivingTime uint32 `protobuf:"varint,2,opt,name=living_time,json=livingTime,proto3" json:"living_time"`
	ValidDay   uint32 `protobuf:"varint,3,opt,name=valid_day,json=validDay,proto3" json:"valid_day"`
	// contains filtered or unexported fields
}

func (*AnchorsLiveValidDayResponse_ValidLive) Descriptor deprecated

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

Deprecated: Use AnchorsLiveValidDayResponse_ValidLive.ProtoReflect.Descriptor instead.

func (*AnchorsLiveValidDayResponse_ValidLive) GetAnchorId

func (*AnchorsLiveValidDayResponse_ValidLive) GetLivingTime

func (x *AnchorsLiveValidDayResponse_ValidLive) GetLivingTime() uint32

func (*AnchorsLiveValidDayResponse_ValidLive) GetValidDay

func (*AnchorsLiveValidDayResponse_ValidLive) ProtoMessage

func (*AnchorsLiveValidDayResponse_ValidLive) ProtoMessage()

func (*AnchorsLiveValidDayResponse_ValidLive) ProtoReflect

func (*AnchorsLiveValidDayResponse_ValidLive) Reset

func (*AnchorsLiveValidDayResponse_ValidLive) String

func (*AnchorsLiveValidDayResponse_ValidLive) Validate

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

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

type AnchorsLiveValidDayResponse_ValidLiveMultiError

type AnchorsLiveValidDayResponse_ValidLiveMultiError []error

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

func (AnchorsLiveValidDayResponse_ValidLiveMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnchorsLiveValidDayResponse_ValidLiveMultiError) Error

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

type AnchorsLiveValidDayResponse_ValidLiveValidationError

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

AnchorsLiveValidDayResponse_ValidLiveValidationError is the validation error returned by AnchorsLiveValidDayResponse_ValidLive.Validate if the designated constraints aren't met.

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) Cause

Cause function returns cause value.

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) Error

Error satisfies the builtin error interface

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) ErrorName

ErrorName returns error name.

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) Field

Field function returns field value.

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) Key

Key function returns key value.

func (AnchorsLiveValidDayResponse_ValidLiveValidationError) Reason

Reason function returns reason value.

type ConfirmLinkRequest

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

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

Deprecated: Use ConfirmLinkRequest.ProtoReflect.Descriptor instead.

func (*ConfirmLinkRequest) GetAnchorId

func (x *ConfirmLinkRequest) GetAnchorId() int64

func (*ConfirmLinkRequest) GetAppCode

func (x *ConfirmLinkRequest) GetAppCode() string

func (*ConfirmLinkRequest) GetAudienceId

func (x *ConfirmLinkRequest) GetAudienceId() int64

func (*ConfirmLinkRequest) GetLiveId

func (x *ConfirmLinkRequest) GetLiveId() uint64

func (*ConfirmLinkRequest) ProtoMessage

func (*ConfirmLinkRequest) ProtoMessage()

func (*ConfirmLinkRequest) ProtoReflect

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

func (*ConfirmLinkRequest) Reset

func (x *ConfirmLinkRequest) Reset()

func (*ConfirmLinkRequest) String

func (x *ConfirmLinkRequest) String() string

func (*ConfirmLinkRequest) Validate

func (m *ConfirmLinkRequest) Validate() error

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

func (m *ConfirmLinkRequest) ValidateAll() error

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

type ConfirmLinkRequestMultiError

type ConfirmLinkRequestMultiError []error

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

func (ConfirmLinkRequestMultiError) AllErrors

func (m ConfirmLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfirmLinkRequestMultiError) Error

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

type ConfirmLinkRequestValidationError

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

ConfirmLinkRequestValidationError is the validation error returned by ConfirmLinkRequest.Validate if the designated constraints aren't met.

func (ConfirmLinkRequestValidationError) Cause

Cause function returns cause value.

func (ConfirmLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (ConfirmLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (ConfirmLinkRequestValidationError) Field

Field function returns field value.

func (ConfirmLinkRequestValidationError) Key

Key function returns key value.

func (ConfirmLinkRequestValidationError) Reason

Reason function returns reason value.

type ConfirmLinkResponse

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

func (*ConfirmLinkResponse) Descriptor deprecated

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

Deprecated: Use ConfirmLinkResponse.ProtoReflect.Descriptor instead.

func (*ConfirmLinkResponse) ProtoMessage

func (*ConfirmLinkResponse) ProtoMessage()

func (*ConfirmLinkResponse) ProtoReflect

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

func (*ConfirmLinkResponse) Reset

func (x *ConfirmLinkResponse) Reset()

func (*ConfirmLinkResponse) String

func (x *ConfirmLinkResponse) String() string

func (*ConfirmLinkResponse) Validate

func (m *ConfirmLinkResponse) Validate() error

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

func (m *ConfirmLinkResponse) ValidateAll() error

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

type ConfirmLinkResponseMultiError

type ConfirmLinkResponseMultiError []error

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

func (ConfirmLinkResponseMultiError) AllErrors

func (m ConfirmLinkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfirmLinkResponseMultiError) Error

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

type ConfirmLinkResponseValidationError

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

ConfirmLinkResponseValidationError is the validation error returned by ConfirmLinkResponse.Validate if the designated constraints aren't met.

func (ConfirmLinkResponseValidationError) Cause

Cause function returns cause value.

func (ConfirmLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (ConfirmLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (ConfirmLinkResponseValidationError) Field

Field function returns field value.

func (ConfirmLinkResponseValidationError) Key

Key function returns key value.

func (ConfirmLinkResponseValidationError) Reason

Reason function returns reason value.

type CreateLiveRequest

type CreateLiveRequest struct {
	Live    *CreateLiveRequest_CreateLiveReq `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	AppCode string                           `protobuf:"bytes,2,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*CreateLiveRequest) Descriptor deprecated

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

Deprecated: Use CreateLiveRequest.ProtoReflect.Descriptor instead.

func (*CreateLiveRequest) GetAppCode

func (x *CreateLiveRequest) GetAppCode() string

func (*CreateLiveRequest) GetLive

func (*CreateLiveRequest) ProtoMessage

func (*CreateLiveRequest) ProtoMessage()

func (*CreateLiveRequest) ProtoReflect

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

func (*CreateLiveRequest) Reset

func (x *CreateLiveRequest) Reset()

func (*CreateLiveRequest) String

func (x *CreateLiveRequest) String() string

func (*CreateLiveRequest) Validate

func (m *CreateLiveRequest) Validate() error

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

func (m *CreateLiveRequest) ValidateAll() error

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

type CreateLiveRequestMultiError

type CreateLiveRequestMultiError []error

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

func (CreateLiveRequestMultiError) AllErrors

func (m CreateLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLiveRequestMultiError) Error

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

type CreateLiveRequestValidationError

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

CreateLiveRequestValidationError is the validation error returned by CreateLiveRequest.Validate if the designated constraints aren't met.

func (CreateLiveRequestValidationError) Cause

Cause function returns cause value.

func (CreateLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveRequestValidationError) Field

Field function returns field value.

func (CreateLiveRequestValidationError) Key

Key function returns key value.

func (CreateLiveRequestValidationError) Reason

Reason function returns reason value.

type CreateLiveRequest_CreateLiveReq

type CreateLiveRequest_CreateLiveReq struct {
	AnchorId  int64   `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	Title     string  `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
	Pic       string  `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"`
	Latitude  float64 `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude"`
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude,proto3" json:"longitude"`
	Country   string  `protobuf:"bytes,6,opt,name=country,proto3" json:"country"`
	Lang      string  `protobuf:"bytes,7,opt,name=lang,proto3" json:"lang"`
	// contains filtered or unexported fields
}

func (*CreateLiveRequest_CreateLiveReq) Descriptor deprecated

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

Deprecated: Use CreateLiveRequest_CreateLiveReq.ProtoReflect.Descriptor instead.

func (*CreateLiveRequest_CreateLiveReq) GetAnchorId

func (x *CreateLiveRequest_CreateLiveReq) GetAnchorId() int64

func (*CreateLiveRequest_CreateLiveReq) GetCountry

func (x *CreateLiveRequest_CreateLiveReq) GetCountry() string

func (*CreateLiveRequest_CreateLiveReq) GetLang

func (*CreateLiveRequest_CreateLiveReq) GetLatitude

func (x *CreateLiveRequest_CreateLiveReq) GetLatitude() float64

func (*CreateLiveRequest_CreateLiveReq) GetLongitude

func (x *CreateLiveRequest_CreateLiveReq) GetLongitude() float64

func (*CreateLiveRequest_CreateLiveReq) GetPic

func (*CreateLiveRequest_CreateLiveReq) GetTitle

func (*CreateLiveRequest_CreateLiveReq) ProtoMessage

func (*CreateLiveRequest_CreateLiveReq) ProtoMessage()

func (*CreateLiveRequest_CreateLiveReq) ProtoReflect

func (*CreateLiveRequest_CreateLiveReq) Reset

func (*CreateLiveRequest_CreateLiveReq) String

func (*CreateLiveRequest_CreateLiveReq) Validate

func (m *CreateLiveRequest_CreateLiveReq) Validate() error

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

func (m *CreateLiveRequest_CreateLiveReq) ValidateAll() error

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

type CreateLiveRequest_CreateLiveReqMultiError

type CreateLiveRequest_CreateLiveReqMultiError []error

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

func (CreateLiveRequest_CreateLiveReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLiveRequest_CreateLiveReqMultiError) Error

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

type CreateLiveRequest_CreateLiveReqValidationError

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

CreateLiveRequest_CreateLiveReqValidationError is the validation error returned by CreateLiveRequest_CreateLiveReq.Validate if the designated constraints aren't met.

func (CreateLiveRequest_CreateLiveReqValidationError) Cause

Cause function returns cause value.

func (CreateLiveRequest_CreateLiveReqValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveRequest_CreateLiveReqValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveRequest_CreateLiveReqValidationError) Field

Field function returns field value.

func (CreateLiveRequest_CreateLiveReqValidationError) Key

Key function returns key value.

func (CreateLiveRequest_CreateLiveReqValidationError) Reason

Reason function returns reason value.

type CreateLiveResponse

type CreateLiveResponse struct {
	Live                        *CreateLiveResponse_CreateLiveRes          `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	StreamSdk                   *CreateLiveResponse_CreateLiveStreamSdkRes `protobuf:"bytes,2,opt,name=stream_sdk,json=streamSdk,proto3" json:"stream_sdk"`
	CdnSdk                      *CreateLiveResponse_CreateLiveCdnSdkRes    `protobuf:"bytes,3,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	Anchor                      *CreateLiveResponse_Anchor                 `protobuf:"bytes,4,opt,name=anchor,proto3" json:"anchor"`
	ShareUrl                    string                                     `protobuf:"bytes,5,opt,name=share_url,json=shareUrl,proto3" json:"share_url"`
	LiveConvention              string                                     `protobuf:"bytes,6,opt,name=LiveConvention,proto3" json:"LiveConvention"`
	ContributionTopDiamondTotal int64                                      `` /* 137-byte string literal not displayed */
	Ads                         []*LiveAdAllRes                            `protobuf:"bytes,8,rep,name=ads,proto3" json:"ads"`
	// contains filtered or unexported fields
}

func (*CreateLiveResponse) Descriptor deprecated

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

Deprecated: Use CreateLiveResponse.ProtoReflect.Descriptor instead.

func (*CreateLiveResponse) GetAds

func (x *CreateLiveResponse) GetAds() []*LiveAdAllRes

func (*CreateLiveResponse) GetAnchor

func (*CreateLiveResponse) GetCdnSdk

func (*CreateLiveResponse) GetContributionTopDiamondTotal

func (x *CreateLiveResponse) GetContributionTopDiamondTotal() int64

func (*CreateLiveResponse) GetLive

func (*CreateLiveResponse) GetLiveConvention

func (x *CreateLiveResponse) GetLiveConvention() string

func (*CreateLiveResponse) GetShareUrl

func (x *CreateLiveResponse) GetShareUrl() string

func (*CreateLiveResponse) GetStreamSdk

func (*CreateLiveResponse) ProtoMessage

func (*CreateLiveResponse) ProtoMessage()

func (*CreateLiveResponse) ProtoReflect

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

func (*CreateLiveResponse) Reset

func (x *CreateLiveResponse) Reset()

func (*CreateLiveResponse) String

func (x *CreateLiveResponse) String() string

func (*CreateLiveResponse) Validate

func (m *CreateLiveResponse) Validate() error

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

func (m *CreateLiveResponse) ValidateAll() error

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

type CreateLiveResponseMultiError

type CreateLiveResponseMultiError []error

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

func (CreateLiveResponseMultiError) AllErrors

func (m CreateLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLiveResponseMultiError) Error

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

type CreateLiveResponseValidationError

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

CreateLiveResponseValidationError is the validation error returned by CreateLiveResponse.Validate if the designated constraints aren't met.

func (CreateLiveResponseValidationError) Cause

Cause function returns cause value.

func (CreateLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveResponseValidationError) Field

Field function returns field value.

func (CreateLiveResponseValidationError) Key

Key function returns key value.

func (CreateLiveResponseValidationError) Reason

Reason function returns reason value.

type CreateLiveResponse_Anchor

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

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

Deprecated: Use CreateLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*CreateLiveResponse_Anchor) GetAvatar

func (x *CreateLiveResponse_Anchor) GetAvatar() string

func (*CreateLiveResponse_Anchor) GetId

func (x *CreateLiveResponse_Anchor) GetId() int64

func (*CreateLiveResponse_Anchor) GetName

func (x *CreateLiveResponse_Anchor) GetName() string

func (*CreateLiveResponse_Anchor) GetNickname

func (x *CreateLiveResponse_Anchor) GetNickname() string

func (*CreateLiveResponse_Anchor) ProtoMessage

func (*CreateLiveResponse_Anchor) ProtoMessage()

func (*CreateLiveResponse_Anchor) ProtoReflect

func (*CreateLiveResponse_Anchor) Reset

func (x *CreateLiveResponse_Anchor) Reset()

func (*CreateLiveResponse_Anchor) String

func (x *CreateLiveResponse_Anchor) String() string

func (*CreateLiveResponse_Anchor) Validate

func (m *CreateLiveResponse_Anchor) Validate() error

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

func (m *CreateLiveResponse_Anchor) ValidateAll() error

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

type CreateLiveResponse_AnchorMultiError

type CreateLiveResponse_AnchorMultiError []error

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

func (CreateLiveResponse_AnchorMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLiveResponse_AnchorMultiError) Error

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

type CreateLiveResponse_AnchorValidationError

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

CreateLiveResponse_AnchorValidationError is the validation error returned by CreateLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (CreateLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (CreateLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (CreateLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (CreateLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type CreateLiveResponse_CreateLiveCdnSdkRes

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

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

Deprecated: Use CreateLiveResponse_CreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CreateLiveResponse_CreateLiveCdnSdkRes) GetCdn

func (*CreateLiveResponse_CreateLiveCdnSdkRes) GetPushUrl

func (*CreateLiveResponse_CreateLiveCdnSdkRes) GetStreamId

func (*CreateLiveResponse_CreateLiveCdnSdkRes) ProtoMessage

func (*CreateLiveResponse_CreateLiveCdnSdkRes) ProtoReflect

func (*CreateLiveResponse_CreateLiveCdnSdkRes) Reset

func (*CreateLiveResponse_CreateLiveCdnSdkRes) String

func (*CreateLiveResponse_CreateLiveCdnSdkRes) Validate

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

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

type CreateLiveResponse_CreateLiveCdnSdkResMultiError

type CreateLiveResponse_CreateLiveCdnSdkResMultiError []error

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

func (CreateLiveResponse_CreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLiveResponse_CreateLiveCdnSdkResMultiError) Error

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

type CreateLiveResponse_CreateLiveCdnSdkResValidationError

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

CreateLiveResponse_CreateLiveCdnSdkResValidationError is the validation error returned by CreateLiveResponse_CreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CreateLiveResponse_CreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type CreateLiveResponse_CreateLiveRes

type CreateLiveResponse_CreateLiveRes 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"`
	ServiceType string  `protobuf:"bytes,5,opt,name=service_type,json=serviceType,proto3" json:"service_type"`
	CdnType     string  `protobuf:"bytes,6,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	Status      string  `protobuf:"bytes,12,opt,name=status,proto3" json:"status"`
	Latitude    float64 `protobuf:"fixed64,14,opt,name=latitude,proto3" json:"latitude"`
	Longitude   float64 `protobuf:"fixed64,15,opt,name=longitude,proto3" json:"longitude"`
	CreatedAt   string  `protobuf:"bytes,17,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	// contains filtered or unexported fields
}

func (*CreateLiveResponse_CreateLiveRes) Descriptor deprecated

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

Deprecated: Use CreateLiveResponse_CreateLiveRes.ProtoReflect.Descriptor instead.

func (*CreateLiveResponse_CreateLiveRes) GetAnchorId

func (x *CreateLiveResponse_CreateLiveRes) GetAnchorId() int64

func (*CreateLiveResponse_CreateLiveRes) GetCdnType

func (x *CreateLiveResponse_CreateLiveRes) GetCdnType() string

func (*CreateLiveResponse_CreateLiveRes) GetCreatedAt

func (x *CreateLiveResponse_CreateLiveRes) GetCreatedAt() string

func (*CreateLiveResponse_CreateLiveRes) GetId

func (*CreateLiveResponse_CreateLiveRes) GetLatitude

func (x *CreateLiveResponse_CreateLiveRes) GetLatitude() float64

func (*CreateLiveResponse_CreateLiveRes) GetLongitude

func (x *CreateLiveResponse_CreateLiveRes) GetLongitude() float64

func (*CreateLiveResponse_CreateLiveRes) GetPic

func (*CreateLiveResponse_CreateLiveRes) GetServiceType

func (x *CreateLiveResponse_CreateLiveRes) GetServiceType() string

func (*CreateLiveResponse_CreateLiveRes) GetStatus

func (*CreateLiveResponse_CreateLiveRes) GetTitle

func (*CreateLiveResponse_CreateLiveRes) ProtoMessage

func (*CreateLiveResponse_CreateLiveRes) ProtoMessage()

func (*CreateLiveResponse_CreateLiveRes) ProtoReflect

func (*CreateLiveResponse_CreateLiveRes) Reset

func (*CreateLiveResponse_CreateLiveRes) String

func (*CreateLiveResponse_CreateLiveRes) Validate

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

func (m *CreateLiveResponse_CreateLiveRes) ValidateAll() error

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

type CreateLiveResponse_CreateLiveResMultiError

type CreateLiveResponse_CreateLiveResMultiError []error

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

func (CreateLiveResponse_CreateLiveResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLiveResponse_CreateLiveResMultiError) Error

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

type CreateLiveResponse_CreateLiveResValidationError

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

CreateLiveResponse_CreateLiveResValidationError is the validation error returned by CreateLiveResponse_CreateLiveRes.Validate if the designated constraints aren't met.

func (CreateLiveResponse_CreateLiveResValidationError) Cause

Cause function returns cause value.

func (CreateLiveResponse_CreateLiveResValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveResponse_CreateLiveResValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveResponse_CreateLiveResValidationError) Field

Field function returns field value.

func (CreateLiveResponse_CreateLiveResValidationError) Key

Key function returns key value.

func (CreateLiveResponse_CreateLiveResValidationError) Reason

Reason function returns reason value.

type CreateLiveResponse_CreateLiveStreamSdkRes

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

func (*CreateLiveResponse_CreateLiveStreamSdkRes) Descriptor deprecated

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

Deprecated: Use CreateLiveResponse_CreateLiveStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CreateLiveResponse_CreateLiveStreamSdkRes) GetEncodeType

func (*CreateLiveResponse_CreateLiveStreamSdkRes) GetSdk

func (*CreateLiveResponse_CreateLiveStreamSdkRes) GetToken

func (*CreateLiveResponse_CreateLiveStreamSdkRes) GetUserId

func (*CreateLiveResponse_CreateLiveStreamSdkRes) ProtoMessage

func (*CreateLiveResponse_CreateLiveStreamSdkRes) ProtoReflect

func (*CreateLiveResponse_CreateLiveStreamSdkRes) Reset

func (*CreateLiveResponse_CreateLiveStreamSdkRes) String

func (*CreateLiveResponse_CreateLiveStreamSdkRes) Validate

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

func (*CreateLiveResponse_CreateLiveStreamSdkRes) ValidateAll

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

type CreateLiveResponse_CreateLiveStreamSdkResMultiError

type CreateLiveResponse_CreateLiveStreamSdkResMultiError []error

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

func (CreateLiveResponse_CreateLiveStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateLiveResponse_CreateLiveStreamSdkResMultiError) Error

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

type CreateLiveResponse_CreateLiveStreamSdkResValidationError

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

CreateLiveResponse_CreateLiveStreamSdkResValidationError is the validation error returned by CreateLiveResponse_CreateLiveStreamSdkRes.Validate if the designated constraints aren't met.

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) Field

Field function returns field value.

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) Key

Key function returns key value.

func (CreateLiveResponse_CreateLiveStreamSdkResValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveRequest

type CreateVideoLiveRequest struct {
	AnchorId  int64   `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	Title     string  `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
	Pic       string  `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"`
	Latitude  float64 `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude"`
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude,proto3" json:"longitude"`
	Country   string  `protobuf:"bytes,6,opt,name=country,proto3" json:"country"`
	Lang      string  `protobuf:"bytes,7,opt,name=lang,proto3" json:"lang"`
	LiveType  string  `protobuf:"bytes,8,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	IsPrivate uint32  `protobuf:"varint,9,opt,name=is_private,json=isPrivate,proto3" json:"is_private"`
	// contains filtered or unexported fields
}

func (*CreateVideoLiveRequest) Descriptor deprecated

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

Deprecated: Use CreateVideoLiveRequest.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveRequest) GetAnchorId

func (x *CreateVideoLiveRequest) GetAnchorId() int64

func (*CreateVideoLiveRequest) GetCountry

func (x *CreateVideoLiveRequest) GetCountry() string

func (*CreateVideoLiveRequest) GetIsPrivate

func (x *CreateVideoLiveRequest) GetIsPrivate() uint32

func (*CreateVideoLiveRequest) GetLang

func (x *CreateVideoLiveRequest) GetLang() string

func (*CreateVideoLiveRequest) GetLatitude

func (x *CreateVideoLiveRequest) GetLatitude() float64

func (*CreateVideoLiveRequest) GetLiveType

func (x *CreateVideoLiveRequest) GetLiveType() string

func (*CreateVideoLiveRequest) GetLongitude

func (x *CreateVideoLiveRequest) GetLongitude() float64

func (*CreateVideoLiveRequest) GetPic

func (x *CreateVideoLiveRequest) GetPic() string

func (*CreateVideoLiveRequest) GetTitle

func (x *CreateVideoLiveRequest) GetTitle() string

func (*CreateVideoLiveRequest) ProtoMessage

func (*CreateVideoLiveRequest) ProtoMessage()

func (*CreateVideoLiveRequest) ProtoReflect

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

func (*CreateVideoLiveRequest) Reset

func (x *CreateVideoLiveRequest) Reset()

func (*CreateVideoLiveRequest) String

func (x *CreateVideoLiveRequest) String() string

func (*CreateVideoLiveRequest) Validate

func (m *CreateVideoLiveRequest) Validate() error

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

func (m *CreateVideoLiveRequest) ValidateAll() error

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

type CreateVideoLiveRequestMultiError

type CreateVideoLiveRequestMultiError []error

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

func (CreateVideoLiveRequestMultiError) AllErrors

func (m CreateVideoLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveRequestMultiError) Error

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

type CreateVideoLiveRequestValidationError

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

CreateVideoLiveRequestValidationError is the validation error returned by CreateVideoLiveRequest.Validate if the designated constraints aren't met.

func (CreateVideoLiveRequestValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveRequestValidationError) Field

Field function returns field value.

func (CreateVideoLiveRequestValidationError) Key

Key function returns key value.

func (CreateVideoLiveRequestValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveResponse

type CreateVideoLiveResponse struct {
	Live                        *CreateVideoLiveResponse_CreateLiveRes          `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	StreamSdk                   *CreateVideoLiveResponse_CreateLiveStreamSdkRes `protobuf:"bytes,2,opt,name=stream_sdk,json=streamSdk,proto3" json:"stream_sdk"`
	CdnSdk                      *CreateVideoLiveResponse_CreateLiveCdnSdkRes    `protobuf:"bytes,3,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	Anchor                      *CreateVideoLiveResponse_Anchor                 `protobuf:"bytes,4,opt,name=anchor,proto3" json:"anchor"`
	ShareUrl                    string                                          `protobuf:"bytes,6,opt,name=share_url,json=shareUrl,proto3" json:"share_url"`
	LiveConvention              string                                          `protobuf:"bytes,7,opt,name=LiveConvention,proto3" json:"LiveConvention"`
	ContributionTopDiamondTotal int64                                           `` /* 137-byte string literal not displayed */
	Ads                         []*LiveAdAllRes                                 `protobuf:"bytes,9,rep,name=ads,proto3" json:"ads"`
	// contains filtered or unexported fields
}

func (*CreateVideoLiveResponse) Descriptor deprecated

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

Deprecated: Use CreateVideoLiveResponse.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveResponse) GetAds

func (x *CreateVideoLiveResponse) GetAds() []*LiveAdAllRes

func (*CreateVideoLiveResponse) GetAnchor

func (*CreateVideoLiveResponse) GetCdnSdk

func (*CreateVideoLiveResponse) GetContributionTopDiamondTotal

func (x *CreateVideoLiveResponse) GetContributionTopDiamondTotal() int64

func (*CreateVideoLiveResponse) GetLive

func (*CreateVideoLiveResponse) GetLiveConvention

func (x *CreateVideoLiveResponse) GetLiveConvention() string

func (*CreateVideoLiveResponse) GetShareUrl

func (x *CreateVideoLiveResponse) GetShareUrl() string

func (*CreateVideoLiveResponse) GetStreamSdk

func (*CreateVideoLiveResponse) ProtoMessage

func (*CreateVideoLiveResponse) ProtoMessage()

func (*CreateVideoLiveResponse) ProtoReflect

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

func (*CreateVideoLiveResponse) Reset

func (x *CreateVideoLiveResponse) Reset()

func (*CreateVideoLiveResponse) String

func (x *CreateVideoLiveResponse) String() string

func (*CreateVideoLiveResponse) Validate

func (m *CreateVideoLiveResponse) Validate() error

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

func (m *CreateVideoLiveResponse) ValidateAll() error

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

type CreateVideoLiveResponseMultiError

type CreateVideoLiveResponseMultiError []error

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

func (CreateVideoLiveResponseMultiError) AllErrors

func (m CreateVideoLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveResponseMultiError) Error

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

type CreateVideoLiveResponseValidationError

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

CreateVideoLiveResponseValidationError is the validation error returned by CreateVideoLiveResponse.Validate if the designated constraints aren't met.

func (CreateVideoLiveResponseValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveResponseValidationError) Field

Field function returns field value.

func (CreateVideoLiveResponseValidationError) Key

Key function returns key value.

func (CreateVideoLiveResponseValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveResponse_Anchor

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

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

Deprecated: Use CreateVideoLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveResponse_Anchor) GetAvatar

func (x *CreateVideoLiveResponse_Anchor) GetAvatar() string

func (*CreateVideoLiveResponse_Anchor) GetId

func (*CreateVideoLiveResponse_Anchor) GetName

func (*CreateVideoLiveResponse_Anchor) GetNickname

func (x *CreateVideoLiveResponse_Anchor) GetNickname() string

func (*CreateVideoLiveResponse_Anchor) ProtoMessage

func (*CreateVideoLiveResponse_Anchor) ProtoMessage()

func (*CreateVideoLiveResponse_Anchor) ProtoReflect

func (*CreateVideoLiveResponse_Anchor) Reset

func (x *CreateVideoLiveResponse_Anchor) Reset()

func (*CreateVideoLiveResponse_Anchor) String

func (*CreateVideoLiveResponse_Anchor) Validate

func (m *CreateVideoLiveResponse_Anchor) Validate() error

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

func (m *CreateVideoLiveResponse_Anchor) ValidateAll() error

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

type CreateVideoLiveResponse_AnchorMultiError

type CreateVideoLiveResponse_AnchorMultiError []error

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

func (CreateVideoLiveResponse_AnchorMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveResponse_AnchorMultiError) Error

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

type CreateVideoLiveResponse_AnchorValidationError

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

CreateVideoLiveResponse_AnchorValidationError is the validation error returned by CreateVideoLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (CreateVideoLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (CreateVideoLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (CreateVideoLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveResponse_CreateLiveCdnSdkRes

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

Deprecated: Use CreateVideoLiveResponse_CreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) GetCdn

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) GetPushUrl

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) GetStreamId

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) ProtoMessage

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) ProtoReflect

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) Reset

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) String

func (*CreateVideoLiveResponse_CreateLiveCdnSdkRes) Validate

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

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

type CreateVideoLiveResponse_CreateLiveCdnSdkResMultiError

type CreateVideoLiveResponse_CreateLiveCdnSdkResMultiError []error

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

func (CreateVideoLiveResponse_CreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResMultiError) Error

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

type CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError

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

CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError is the validation error returned by CreateVideoLiveResponse_CreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CreateVideoLiveResponse_CreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveResponse_CreateLiveRes

type CreateVideoLiveResponse_CreateLiveRes 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"`
	ServiceType string  `protobuf:"bytes,5,opt,name=service_type,json=serviceType,proto3" json:"service_type"`
	CdnType     string  `protobuf:"bytes,6,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	Status      string  `protobuf:"bytes,12,opt,name=status,proto3" json:"status"`
	Latitude    float64 `protobuf:"fixed64,14,opt,name=latitude,proto3" json:"latitude"`
	Longitude   float64 `protobuf:"fixed64,15,opt,name=longitude,proto3" json:"longitude"`
	CreatedAt   string  `protobuf:"bytes,17,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	// contains filtered or unexported fields
}

func (*CreateVideoLiveResponse_CreateLiveRes) Descriptor deprecated

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

Deprecated: Use CreateVideoLiveResponse_CreateLiveRes.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveResponse_CreateLiveRes) GetAnchorId

func (*CreateVideoLiveResponse_CreateLiveRes) GetCdnType

func (*CreateVideoLiveResponse_CreateLiveRes) GetCreatedAt

func (*CreateVideoLiveResponse_CreateLiveRes) GetId

func (*CreateVideoLiveResponse_CreateLiveRes) GetLatitude

func (*CreateVideoLiveResponse_CreateLiveRes) GetLongitude

func (*CreateVideoLiveResponse_CreateLiveRes) GetPic

func (*CreateVideoLiveResponse_CreateLiveRes) GetServiceType

func (x *CreateVideoLiveResponse_CreateLiveRes) GetServiceType() string

func (*CreateVideoLiveResponse_CreateLiveRes) GetStatus

func (*CreateVideoLiveResponse_CreateLiveRes) GetTitle

func (*CreateVideoLiveResponse_CreateLiveRes) ProtoMessage

func (*CreateVideoLiveResponse_CreateLiveRes) ProtoMessage()

func (*CreateVideoLiveResponse_CreateLiveRes) ProtoReflect

func (*CreateVideoLiveResponse_CreateLiveRes) Reset

func (*CreateVideoLiveResponse_CreateLiveRes) String

func (*CreateVideoLiveResponse_CreateLiveRes) Validate

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

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

type CreateVideoLiveResponse_CreateLiveResMultiError

type CreateVideoLiveResponse_CreateLiveResMultiError []error

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

func (CreateVideoLiveResponse_CreateLiveResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveResponse_CreateLiveResMultiError) Error

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

type CreateVideoLiveResponse_CreateLiveResValidationError

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

CreateVideoLiveResponse_CreateLiveResValidationError is the validation error returned by CreateVideoLiveResponse_CreateLiveRes.Validate if the designated constraints aren't met.

func (CreateVideoLiveResponse_CreateLiveResValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveResponse_CreateLiveResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveResponse_CreateLiveResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveResponse_CreateLiveResValidationError) Field

Field function returns field value.

func (CreateVideoLiveResponse_CreateLiveResValidationError) Key

Key function returns key value.

func (CreateVideoLiveResponse_CreateLiveResValidationError) Reason

Reason function returns reason value.

type CreateVideoLiveResponse_CreateLiveStreamSdkRes

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

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) Descriptor deprecated

Deprecated: Use CreateVideoLiveResponse_CreateLiveStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) GetEncodeType

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) GetSdk

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) GetToken

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) GetUserId

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) ProtoMessage

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) ProtoReflect

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) Reset

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) String

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) Validate

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

func (*CreateVideoLiveResponse_CreateLiveStreamSdkRes) ValidateAll

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

type CreateVideoLiveResponse_CreateLiveStreamSdkResMultiError

type CreateVideoLiveResponse_CreateLiveStreamSdkResMultiError []error

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

func (CreateVideoLiveResponse_CreateLiveStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResMultiError) Error

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

type CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError

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

CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError is the validation error returned by CreateVideoLiveResponse_CreateLiveStreamSdkRes.Validate if the designated constraints aren't met.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) Field

Field function returns field value.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) Key

Key function returns key value.

func (CreateVideoLiveResponse_CreateLiveStreamSdkResValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveConfigRequest

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

func (*CreateVideoPayLiveConfigRequest) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveConfigRequest.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveConfigRequest) ProtoMessage

func (*CreateVideoPayLiveConfigRequest) ProtoMessage()

func (*CreateVideoPayLiveConfigRequest) ProtoReflect

func (*CreateVideoPayLiveConfigRequest) Reset

func (*CreateVideoPayLiveConfigRequest) String

func (*CreateVideoPayLiveConfigRequest) Validate

func (m *CreateVideoPayLiveConfigRequest) Validate() error

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

func (m *CreateVideoPayLiveConfigRequest) ValidateAll() error

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

type CreateVideoPayLiveConfigRequestMultiError

type CreateVideoPayLiveConfigRequestMultiError []error

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

func (CreateVideoPayLiveConfigRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveConfigRequestMultiError) Error

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

type CreateVideoPayLiveConfigRequestValidationError

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

CreateVideoPayLiveConfigRequestValidationError is the validation error returned by CreateVideoPayLiveConfigRequest.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveConfigRequestValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveConfigRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveConfigRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveConfigRequestValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveConfigRequestValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveConfigRequestValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveConfigResponse

type CreateVideoPayLiveConfigResponse struct {
	PreviewTimes []uint32                                      `protobuf:"varint,1,rep,packed,name=preview_times,json=previewTimes,proto3" json:"preview_times"`
	PayConfig    []*CreateVideoPayLiveConfigResponse_PayConfig `protobuf:"bytes,2,rep,name=pay_config,json=payConfig,proto3" json:"pay_config"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveConfigResponse) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveConfigResponse.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveConfigResponse) GetPayConfig

func (*CreateVideoPayLiveConfigResponse) GetPreviewTimes

func (x *CreateVideoPayLiveConfigResponse) GetPreviewTimes() []uint32

func (*CreateVideoPayLiveConfigResponse) ProtoMessage

func (*CreateVideoPayLiveConfigResponse) ProtoMessage()

func (*CreateVideoPayLiveConfigResponse) ProtoReflect

func (*CreateVideoPayLiveConfigResponse) Reset

func (*CreateVideoPayLiveConfigResponse) String

func (*CreateVideoPayLiveConfigResponse) Validate

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

func (m *CreateVideoPayLiveConfigResponse) ValidateAll() error

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

type CreateVideoPayLiveConfigResponseMultiError

type CreateVideoPayLiveConfigResponseMultiError []error

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

func (CreateVideoPayLiveConfigResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveConfigResponseMultiError) Error

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

type CreateVideoPayLiveConfigResponseValidationError

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

CreateVideoPayLiveConfigResponseValidationError is the validation error returned by CreateVideoPayLiveConfigResponse.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveConfigResponseValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveConfigResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveConfigResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveConfigResponseValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveConfigResponseValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveConfigResponseValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveConfigResponse_PayConfig

type CreateVideoPayLiveConfigResponse_PayConfig struct {
	PayType       string   `protobuf:"bytes,1,opt,name=pay_type,json=payType,proto3" json:"pay_type"`
	PaymentAmount []uint32 `protobuf:"varint,2,rep,packed,name=payment_amount,json=paymentAmount,proto3" json:"payment_amount"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveConfigResponse_PayConfig) Descriptor deprecated

Deprecated: Use CreateVideoPayLiveConfigResponse_PayConfig.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveConfigResponse_PayConfig) GetPayType

func (*CreateVideoPayLiveConfigResponse_PayConfig) GetPaymentAmount

func (x *CreateVideoPayLiveConfigResponse_PayConfig) GetPaymentAmount() []uint32

func (*CreateVideoPayLiveConfigResponse_PayConfig) ProtoMessage

func (*CreateVideoPayLiveConfigResponse_PayConfig) ProtoReflect

func (*CreateVideoPayLiveConfigResponse_PayConfig) Reset

func (*CreateVideoPayLiveConfigResponse_PayConfig) String

func (*CreateVideoPayLiveConfigResponse_PayConfig) Validate

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

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

type CreateVideoPayLiveConfigResponse_PayConfigMultiError

type CreateVideoPayLiveConfigResponse_PayConfigMultiError []error

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

func (CreateVideoPayLiveConfigResponse_PayConfigMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveConfigResponse_PayConfigMultiError) Error

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

type CreateVideoPayLiveConfigResponse_PayConfigValidationError

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

CreateVideoPayLiveConfigResponse_PayConfigValidationError is the validation error returned by CreateVideoPayLiveConfigResponse_PayConfig.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveConfigResponse_PayConfigValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveRequest

type CreateVideoPayLiveRequest struct {
	Live *CreateVideoPayLiveRequest_CreateLiveReq `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	Pay  *CreateVideoPayLiveRequest_CreatePayReq  `protobuf:"bytes,2,opt,name=pay,proto3" json:"pay"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveRequest) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveRequest.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveRequest) GetLive

func (*CreateVideoPayLiveRequest) GetPay

func (*CreateVideoPayLiveRequest) ProtoMessage

func (*CreateVideoPayLiveRequest) ProtoMessage()

func (*CreateVideoPayLiveRequest) ProtoReflect

func (*CreateVideoPayLiveRequest) Reset

func (x *CreateVideoPayLiveRequest) Reset()

func (*CreateVideoPayLiveRequest) String

func (x *CreateVideoPayLiveRequest) String() string

func (*CreateVideoPayLiveRequest) Validate

func (m *CreateVideoPayLiveRequest) Validate() error

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

func (m *CreateVideoPayLiveRequest) ValidateAll() error

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

type CreateVideoPayLiveRequestMultiError

type CreateVideoPayLiveRequestMultiError []error

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

func (CreateVideoPayLiveRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveRequestMultiError) Error

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

type CreateVideoPayLiveRequestValidationError

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

CreateVideoPayLiveRequestValidationError is the validation error returned by CreateVideoPayLiveRequest.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveRequestValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveRequestValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveRequestValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveRequestValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveRequest_CreateLiveReq

type CreateVideoPayLiveRequest_CreateLiveReq struct {
	AnchorId           int64   `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	Title              string  `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
	Pic                string  `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"`
	Latitude           float64 `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude"`
	Longitude          float64 `protobuf:"fixed64,5,opt,name=longitude,proto3" json:"longitude"`
	Country            string  `protobuf:"bytes,6,opt,name=country,proto3" json:"country"`
	Lang               string  `protobuf:"bytes,7,opt,name=lang,proto3" json:"lang"`
	LiveType           string  `protobuf:"bytes,8,opt,name=live_type,json=liveType,proto3" json:"live_type"`
	IsPrivate          uint32  `protobuf:"varint,9,opt,name=is_private,json=isPrivate,proto3" json:"is_private"`
	IsThirdAnchor      uint32  `protobuf:"varint,10,opt,name=is_third_anchor,json=isThirdAnchor,proto3" json:"is_third_anchor"`                 // 是否是三方机器人开播 默认0 不是
	ThirdLiveStreamUrl string  `protobuf:"bytes,11,opt,name=third_live_stream_url,json=thirdLiveStreamUrl,proto3" json:"third_live_stream_url"` // 三方直播流地址
	ThirdLiveChannel   string  `protobuf:"bytes,12,opt,name=third_live_channel,json=thirdLiveChannel,proto3" json:"third_live_channel"`         // ; 三方直播渠道
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveRequest_CreateLiveReq) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveRequest_CreateLiveReq.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetAnchorId

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetCountry

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetIsPrivate

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetIsThirdAnchor

func (x *CreateVideoPayLiveRequest_CreateLiveReq) GetIsThirdAnchor() uint32

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetLang

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetLatitude

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetLiveType

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetLongitude

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetPic

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetThirdLiveChannel

func (x *CreateVideoPayLiveRequest_CreateLiveReq) GetThirdLiveChannel() string

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetThirdLiveStreamUrl

func (x *CreateVideoPayLiveRequest_CreateLiveReq) GetThirdLiveStreamUrl() string

func (*CreateVideoPayLiveRequest_CreateLiveReq) GetTitle

func (*CreateVideoPayLiveRequest_CreateLiveReq) ProtoMessage

func (*CreateVideoPayLiveRequest_CreateLiveReq) ProtoReflect

func (*CreateVideoPayLiveRequest_CreateLiveReq) Reset

func (*CreateVideoPayLiveRequest_CreateLiveReq) String

func (*CreateVideoPayLiveRequest_CreateLiveReq) Validate

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

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

type CreateVideoPayLiveRequest_CreateLiveReqMultiError

type CreateVideoPayLiveRequest_CreateLiveReqMultiError []error

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

func (CreateVideoPayLiveRequest_CreateLiveReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveRequest_CreateLiveReqMultiError) Error

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

type CreateVideoPayLiveRequest_CreateLiveReqValidationError

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

CreateVideoPayLiveRequest_CreateLiveReqValidationError is the validation error returned by CreateVideoPayLiveRequest_CreateLiveReq.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveRequest_CreateLiveReqValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveRequest_CreatePayReq

type CreateVideoPayLiveRequest_CreatePayReq struct {
	PayType       string `protobuf:"bytes,1,opt,name=pay_type,json=payType,proto3" json:"pay_type"`
	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 (*CreateVideoPayLiveRequest_CreatePayReq) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveRequest_CreatePayReq.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveRequest_CreatePayReq) GetPayType

func (*CreateVideoPayLiveRequest_CreatePayReq) GetPaymentAmount

func (x *CreateVideoPayLiveRequest_CreatePayReq) GetPaymentAmount() uint32

func (*CreateVideoPayLiveRequest_CreatePayReq) GetPreviewTime

func (x *CreateVideoPayLiveRequest_CreatePayReq) GetPreviewTime() uint32

func (*CreateVideoPayLiveRequest_CreatePayReq) ProtoMessage

func (*CreateVideoPayLiveRequest_CreatePayReq) ProtoReflect

func (*CreateVideoPayLiveRequest_CreatePayReq) Reset

func (*CreateVideoPayLiveRequest_CreatePayReq) String

func (*CreateVideoPayLiveRequest_CreatePayReq) Validate

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

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

type CreateVideoPayLiveRequest_CreatePayReqMultiError

type CreateVideoPayLiveRequest_CreatePayReqMultiError []error

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

func (CreateVideoPayLiveRequest_CreatePayReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveRequest_CreatePayReqMultiError) Error

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

type CreateVideoPayLiveRequest_CreatePayReqValidationError

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

CreateVideoPayLiveRequest_CreatePayReqValidationError is the validation error returned by CreateVideoPayLiveRequest_CreatePayReq.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveRequest_CreatePayReqValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse

type CreateVideoPayLiveResponse struct {
	Live                        *CreateVideoPayLiveResponse_CreateLiveRes          `protobuf:"bytes,1,opt,name=live,proto3" json:"live"`
	StreamSdk                   *CreateVideoPayLiveResponse_CreateLiveStreamSdkRes `protobuf:"bytes,2,opt,name=stream_sdk,json=streamSdk,proto3" json:"stream_sdk"`
	CdnSdk                      *CreateVideoPayLiveResponse_CreateLiveCdnSdkRes    `protobuf:"bytes,3,opt,name=cdn_sdk,json=cdnSdk,proto3" json:"cdn_sdk"`
	Anchor                      *CreateVideoPayLiveResponse_Anchor                 `protobuf:"bytes,4,opt,name=anchor,proto3" json:"anchor"`
	Pay                         *CreateVideoPayLiveResponse_Pay                    `protobuf:"bytes,5,opt,name=pay,proto3" json:"pay"`
	ShareUrl                    string                                             `protobuf:"bytes,6,opt,name=share_url,json=shareUrl,proto3" json:"share_url"`
	LiveConvention              string                                             `protobuf:"bytes,7,opt,name=LiveConvention,proto3" json:"LiveConvention"`
	ContributionTopDiamondTotal int64                                              `` /* 137-byte string literal not displayed */
	Ads                         []*LiveAdAllRes                                    `protobuf:"bytes,9,rep,name=ads,proto3" json:"ads"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveResponse) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveResponse.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse) GetAds

func (*CreateVideoPayLiveResponse) GetAnchor

func (*CreateVideoPayLiveResponse) GetCdnSdk

func (*CreateVideoPayLiveResponse) GetContributionTopDiamondTotal

func (x *CreateVideoPayLiveResponse) GetContributionTopDiamondTotal() int64

func (*CreateVideoPayLiveResponse) GetLive

func (*CreateVideoPayLiveResponse) GetLiveConvention

func (x *CreateVideoPayLiveResponse) GetLiveConvention() string

func (*CreateVideoPayLiveResponse) GetPay

func (*CreateVideoPayLiveResponse) GetShareUrl

func (x *CreateVideoPayLiveResponse) GetShareUrl() string

func (*CreateVideoPayLiveResponse) GetStreamSdk

func (*CreateVideoPayLiveResponse) ProtoMessage

func (*CreateVideoPayLiveResponse) ProtoMessage()

func (*CreateVideoPayLiveResponse) ProtoReflect

func (*CreateVideoPayLiveResponse) Reset

func (x *CreateVideoPayLiveResponse) Reset()

func (*CreateVideoPayLiveResponse) String

func (x *CreateVideoPayLiveResponse) String() string

func (*CreateVideoPayLiveResponse) Validate

func (m *CreateVideoPayLiveResponse) Validate() error

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

func (m *CreateVideoPayLiveResponse) ValidateAll() error

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

type CreateVideoPayLiveResponseMultiError

type CreateVideoPayLiveResponseMultiError []error

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

func (CreateVideoPayLiveResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponseMultiError) Error

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

type CreateVideoPayLiveResponseValidationError

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

CreateVideoPayLiveResponseValidationError is the validation error returned by CreateVideoPayLiveResponse.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponseValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponseValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponseValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponseValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse_Anchor

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

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

Deprecated: Use CreateVideoPayLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse_Anchor) GetAvatar

func (*CreateVideoPayLiveResponse_Anchor) GetId

func (*CreateVideoPayLiveResponse_Anchor) GetName

func (*CreateVideoPayLiveResponse_Anchor) GetNickname

func (x *CreateVideoPayLiveResponse_Anchor) GetNickname() string

func (*CreateVideoPayLiveResponse_Anchor) ProtoMessage

func (*CreateVideoPayLiveResponse_Anchor) ProtoMessage()

func (*CreateVideoPayLiveResponse_Anchor) ProtoReflect

func (*CreateVideoPayLiveResponse_Anchor) Reset

func (*CreateVideoPayLiveResponse_Anchor) String

func (*CreateVideoPayLiveResponse_Anchor) Validate

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

func (m *CreateVideoPayLiveResponse_Anchor) ValidateAll() error

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

type CreateVideoPayLiveResponse_AnchorMultiError

type CreateVideoPayLiveResponse_AnchorMultiError []error

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

func (CreateVideoPayLiveResponse_AnchorMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponse_AnchorMultiError) Error

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

type CreateVideoPayLiveResponse_AnchorValidationError

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

CreateVideoPayLiveResponse_AnchorValidationError is the validation error returned by CreateVideoPayLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse_CreateLiveCdnSdkRes

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

Deprecated: Use CreateVideoPayLiveResponse_CreateLiveCdnSdkRes.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) GetCdn

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) GetPushUrl

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) GetStreamId

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) ProtoMessage

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) ProtoReflect

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) Reset

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) String

func (*CreateVideoPayLiveResponse_CreateLiveCdnSdkRes) Validate

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

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

type CreateVideoPayLiveResponse_CreateLiveCdnSdkResMultiError

type CreateVideoPayLiveResponse_CreateLiveCdnSdkResMultiError []error

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

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResMultiError) Error

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

type CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError

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

CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError is the validation error returned by CreateVideoPayLiveResponse_CreateLiveCdnSdkRes.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponse_CreateLiveCdnSdkResValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse_CreateLiveRes

type CreateVideoPayLiveResponse_CreateLiveRes 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"`
	ServiceType string  `protobuf:"bytes,5,opt,name=service_type,json=serviceType,proto3" json:"service_type"`
	CdnType     string  `protobuf:"bytes,6,opt,name=cdn_type,json=cdnType,proto3" json:"cdn_type"`
	Status      string  `protobuf:"bytes,12,opt,name=status,proto3" json:"status"`
	Latitude    float64 `protobuf:"fixed64,14,opt,name=latitude,proto3" json:"latitude"`
	Longitude   float64 `protobuf:"fixed64,15,opt,name=longitude,proto3" json:"longitude"`
	CreatedAt   string  `protobuf:"bytes,17,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveResponse_CreateLiveRes) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveResponse_CreateLiveRes.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetAnchorId

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetCdnType

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetCreatedAt

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetId

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetLatitude

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetLongitude

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetPic

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetServiceType

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetStatus

func (*CreateVideoPayLiveResponse_CreateLiveRes) GetTitle

func (*CreateVideoPayLiveResponse_CreateLiveRes) ProtoMessage

func (*CreateVideoPayLiveResponse_CreateLiveRes) ProtoReflect

func (*CreateVideoPayLiveResponse_CreateLiveRes) Reset

func (*CreateVideoPayLiveResponse_CreateLiveRes) String

func (*CreateVideoPayLiveResponse_CreateLiveRes) Validate

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

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

type CreateVideoPayLiveResponse_CreateLiveResMultiError

type CreateVideoPayLiveResponse_CreateLiveResMultiError []error

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

func (CreateVideoPayLiveResponse_CreateLiveResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponse_CreateLiveResMultiError) Error

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

type CreateVideoPayLiveResponse_CreateLiveResValidationError

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

CreateVideoPayLiveResponse_CreateLiveResValidationError is the validation error returned by CreateVideoPayLiveResponse_CreateLiveRes.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponse_CreateLiveResValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse_CreateLiveStreamSdkRes

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

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) Descriptor deprecated

Deprecated: Use CreateVideoPayLiveResponse_CreateLiveStreamSdkRes.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) GetEncodeType

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) GetSdk

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) GetToken

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) GetUserId

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) ProtoMessage

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) ProtoReflect

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) Reset

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) String

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) Validate

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

func (*CreateVideoPayLiveResponse_CreateLiveStreamSdkRes) ValidateAll

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

type CreateVideoPayLiveResponse_CreateLiveStreamSdkResMultiError

type CreateVideoPayLiveResponse_CreateLiveStreamSdkResMultiError []error

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

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResMultiError) Error

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

type CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError

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

CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError is the validation error returned by CreateVideoPayLiveResponse_CreateLiveStreamSdkRes.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponse_CreateLiveStreamSdkResValidationError) Reason

Reason function returns reason value.

type CreateVideoPayLiveResponse_Pay

type CreateVideoPayLiveResponse_Pay struct {
	LiveId        uint64 `protobuf:"varint,1,opt,name=live_id,json=liveId,proto3" json:"live_id"`
	PayType       string `protobuf:"bytes,2,opt,name=pay_type,json=payType,proto3" json:"pay_type"`
	PaymentAmount uint32 `protobuf:"varint,3,opt,name=payment_amount,json=paymentAmount,proto3" json:"payment_amount"` //
	PreviewTime   uint32 `protobuf:"varint,4,opt,name=preview_time,json=previewTime,proto3" json:"preview_time"`
	// contains filtered or unexported fields
}

func (*CreateVideoPayLiveResponse_Pay) Descriptor deprecated

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

Deprecated: Use CreateVideoPayLiveResponse_Pay.ProtoReflect.Descriptor instead.

func (*CreateVideoPayLiveResponse_Pay) GetLiveId

func (x *CreateVideoPayLiveResponse_Pay) GetLiveId() uint64

func (*CreateVideoPayLiveResponse_Pay) GetPayType

func (x *CreateVideoPayLiveResponse_Pay) GetPayType() string

func (*CreateVideoPayLiveResponse_Pay) GetPaymentAmount

func (x *CreateVideoPayLiveResponse_Pay) GetPaymentAmount() uint32

func (*CreateVideoPayLiveResponse_Pay) GetPreviewTime

func (x *CreateVideoPayLiveResponse_Pay) GetPreviewTime() uint32

func (*CreateVideoPayLiveResponse_Pay) ProtoMessage

func (*CreateVideoPayLiveResponse_Pay) ProtoMessage()

func (*CreateVideoPayLiveResponse_Pay) ProtoReflect

func (*CreateVideoPayLiveResponse_Pay) Reset

func (x *CreateVideoPayLiveResponse_Pay) Reset()

func (*CreateVideoPayLiveResponse_Pay) String

func (*CreateVideoPayLiveResponse_Pay) Validate

func (m *CreateVideoPayLiveResponse_Pay) Validate() error

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

func (m *CreateVideoPayLiveResponse_Pay) ValidateAll() error

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

type CreateVideoPayLiveResponse_PayMultiError

type CreateVideoPayLiveResponse_PayMultiError []error

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

func (CreateVideoPayLiveResponse_PayMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVideoPayLiveResponse_PayMultiError) Error

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

type CreateVideoPayLiveResponse_PayValidationError

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

CreateVideoPayLiveResponse_PayValidationError is the validation error returned by CreateVideoPayLiveResponse_Pay.Validate if the designated constraints aren't met.

func (CreateVideoPayLiveResponse_PayValidationError) Cause

Cause function returns cause value.

func (CreateVideoPayLiveResponse_PayValidationError) Error

Error satisfies the builtin error interface

func (CreateVideoPayLiveResponse_PayValidationError) ErrorName

ErrorName returns error name.

func (CreateVideoPayLiveResponse_PayValidationError) Field

Field function returns field value.

func (CreateVideoPayLiveResponse_PayValidationError) Key

Key function returns key value.

func (CreateVideoPayLiveResponse_PayValidationError) Reason

Reason function returns reason value.

type EndLiveRequest

type EndLiveRequest struct {
	EndLive *EndLiveRequest_EndLiveReq `protobuf:"bytes,1,opt,name=end_live,json=endLive,proto3" json:"end_live"`
	AppCode string                     `protobuf:"bytes,2,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	// contains filtered or unexported fields
}

func (*EndLiveRequest) Descriptor deprecated

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

Deprecated: Use EndLiveRequest.ProtoReflect.Descriptor instead.

func (*EndLiveRequest) GetAppCode

func (x *EndLiveRequest) GetAppCode() string

func (*EndLiveRequest) GetEndLive

func (x *EndLiveRequest) GetEndLive() *EndLiveRequest_EndLiveReq

func (*EndLiveRequest) ProtoMessage

func (*EndLiveRequest) ProtoMessage()

func (*EndLiveRequest) ProtoReflect

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

func (*EndLiveRequest) Reset

func (x *EndLiveRequest) Reset()

func (*EndLiveRequest) String

func (x *EndLiveRequest) String() string

func (*EndLiveRequest) Validate

func (m *EndLiveRequest) Validate() error

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

func (m *EndLiveRequest) ValidateAll() error

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

type EndLiveRequestMultiError

type EndLiveRequestMultiError []error

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

func (EndLiveRequestMultiError) AllErrors

func (m EndLiveRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EndLiveRequestMultiError) Error

func (m EndLiveRequestMultiError) Error() string

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

type EndLiveRequestValidationError

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

EndLiveRequestValidationError is the validation error returned by EndLiveRequest.Validate if the designated constraints aren't met.

func (EndLiveRequestValidationError) Cause

Cause function returns cause value.

func (EndLiveRequestValidationError) Error

Error satisfies the builtin error interface

func (EndLiveRequestValidationError) ErrorName

func (e EndLiveRequestValidationError) ErrorName() string

ErrorName returns error name.

func (EndLiveRequestValidationError) Field

Field function returns field value.

func (EndLiveRequestValidationError) Key

Key function returns key value.

func (EndLiveRequestValidationError) Reason

Reason function returns reason value.

type EndLiveRequest_EndLiveReq

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

func (*EndLiveRequest_EndLiveReq) Descriptor deprecated

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

Deprecated: Use EndLiveRequest_EndLiveReq.ProtoReflect.Descriptor instead.

func (*EndLiveRequest_EndLiveReq) GetAnchorId

func (x *EndLiveRequest_EndLiveReq) GetAnchorId() int64

func (*EndLiveRequest_EndLiveReq) GetEndAt

func (x *EndLiveRequest_EndLiveReq) GetEndAt() string

func (*EndLiveRequest_EndLiveReq) GetEndType

func (x *EndLiveRequest_EndLiveReq) GetEndType() string

func (*EndLiveRequest_EndLiveReq) GetErrorReason

func (x *EndLiveRequest_EndLiveReq) GetErrorReason() string

func (*EndLiveRequest_EndLiveReq) GetLiveId

func (x *EndLiveRequest_EndLiveReq) GetLiveId() uint64

func (*EndLiveRequest_EndLiveReq) ProtoMessage

func (*EndLiveRequest_EndLiveReq) ProtoMessage()

func (*EndLiveRequest_EndLiveReq) ProtoReflect

func (*EndLiveRequest_EndLiveReq) Reset

func (x *EndLiveRequest_EndLiveReq) Reset()

func (*EndLiveRequest_EndLiveReq) String

func (x *EndLiveRequest_EndLiveReq) String() string

func (*EndLiveRequest_EndLiveReq) Validate

func (m *EndLiveRequest_EndLiveReq) Validate() error

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

func (m *EndLiveRequest_EndLiveReq) ValidateAll() error

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

type EndLiveRequest_EndLiveReqMultiError

type EndLiveRequest_EndLiveReqMultiError []error

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

func (EndLiveRequest_EndLiveReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EndLiveRequest_EndLiveReqMultiError) Error

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

type EndLiveRequest_EndLiveReqValidationError

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

EndLiveRequest_EndLiveReqValidationError is the validation error returned by EndLiveRequest_EndLiveReq.Validate if the designated constraints aren't met.

func (EndLiveRequest_EndLiveReqValidationError) Cause

Cause function returns cause value.

func (EndLiveRequest_EndLiveReqValidationError) Error

Error satisfies the builtin error interface

func (EndLiveRequest_EndLiveReqValidationError) ErrorName

ErrorName returns error name.

func (EndLiveRequest_EndLiveReqValidationError) Field

Field function returns field value.

func (EndLiveRequest_EndLiveReqValidationError) Key

Key function returns key value.

func (EndLiveRequest_EndLiveReqValidationError) Reason

Reason function returns reason value.

type EndLiveResponse

type EndLiveResponse struct {
	Anchor   *EndLiveResponse_Anchor         `protobuf:"bytes,1,opt,name=anchor,proto3" json:"anchor"`
	NowLive  *EndLiveResponse_EndLiveInfoRes `protobuf:"bytes,2,opt,name=now_live,json=nowLive,proto3" json:"now_live"`
	PrevLive *EndLiveResponse_EndLiveInfoRes `protobuf:"bytes,3,opt,name=prev_live,json=prevLive,proto3" json:"prev_live"`
	// contains filtered or unexported fields
}

func (*EndLiveResponse) Descriptor deprecated

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

Deprecated: Use EndLiveResponse.ProtoReflect.Descriptor instead.

func (*EndLiveResponse) GetAnchor

func (x *EndLiveResponse) GetAnchor() *EndLiveResponse_Anchor

func (*EndLiveResponse) GetNowLive

func (*EndLiveResponse) GetPrevLive

func (*EndLiveResponse) ProtoMessage

func (*EndLiveResponse) ProtoMessage()

func (*EndLiveResponse) ProtoReflect

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

func (*EndLiveResponse) Reset

func (x *EndLiveResponse) Reset()

func (*EndLiveResponse) String

func (x *EndLiveResponse) String() string

func (*EndLiveResponse) Validate

func (m *EndLiveResponse) Validate() error

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

func (m *EndLiveResponse) ValidateAll() error

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

type EndLiveResponseMultiError

type EndLiveResponseMultiError []error

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

func (EndLiveResponseMultiError) AllErrors

func (m EndLiveResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EndLiveResponseMultiError) Error

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

type EndLiveResponseValidationError

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

EndLiveResponseValidationError is the validation error returned by EndLiveResponse.Validate if the designated constraints aren't met.

func (EndLiveResponseValidationError) Cause

Cause function returns cause value.

func (EndLiveResponseValidationError) Error

Error satisfies the builtin error interface

func (EndLiveResponseValidationError) ErrorName

func (e EndLiveResponseValidationError) ErrorName() string

ErrorName returns error name.

func (EndLiveResponseValidationError) Field

Field function returns field value.

func (EndLiveResponseValidationError) Key

Key function returns key value.

func (EndLiveResponseValidationError) Reason

Reason function returns reason value.

type EndLiveResponse_Anchor

type EndLiveResponse_Anchor struct {
	Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	Avatar   string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar"`
	// contains filtered or unexported fields
}

func (*EndLiveResponse_Anchor) Descriptor deprecated

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

Deprecated: Use EndLiveResponse_Anchor.ProtoReflect.Descriptor instead.

func (*EndLiveResponse_Anchor) GetAvatar

func (x *EndLiveResponse_Anchor) GetAvatar() string

func (*EndLiveResponse_Anchor) GetName

func (x *EndLiveResponse_Anchor) GetName() string

func (*EndLiveResponse_Anchor) GetNickname

func (x *EndLiveResponse_Anchor) GetNickname() string

func (*EndLiveResponse_Anchor) ProtoMessage

func (*EndLiveResponse_Anchor) ProtoMessage()

func (*EndLiveResponse_Anchor) ProtoReflect

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

func (*EndLiveResponse_Anchor) Reset

func (x *EndLiveResponse_Anchor) Reset()

func (*EndLiveResponse_Anchor) String

func (x *EndLiveResponse_Anchor) String() string

func (*EndLiveResponse_Anchor) Validate

func (m *EndLiveResponse_Anchor) Validate() error

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

func (m *EndLiveResponse_Anchor) ValidateAll() error

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

type EndLiveResponse_AnchorMultiError

type EndLiveResponse_AnchorMultiError []error

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

func (EndLiveResponse_AnchorMultiError) AllErrors

func (m EndLiveResponse_AnchorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EndLiveResponse_AnchorMultiError) Error

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

type EndLiveResponse_AnchorValidationError

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

EndLiveResponse_AnchorValidationError is the validation error returned by EndLiveResponse_Anchor.Validate if the designated constraints aren't met.

func (EndLiveResponse_AnchorValidationError) Cause

Cause function returns cause value.

func (EndLiveResponse_AnchorValidationError) Error

Error satisfies the builtin error interface

func (EndLiveResponse_AnchorValidationError) ErrorName

ErrorName returns error name.

func (EndLiveResponse_AnchorValidationError) Field

Field function returns field value.

func (EndLiveResponse_AnchorValidationError) Key

Key function returns key value.

func (EndLiveResponse_AnchorValidationError) Reason

Reason function returns reason value.

type EndLiveResponse_EndLiveInfoRes

type EndLiveResponse_EndLiveInfoRes 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"`
	AudienceNum      uint32 `protobuf:"varint,3,opt,name=audience_num,json=audienceNum,proto3" json:"audience_num"`
	AudienceNumTotal uint32 `protobuf:"varint,4,opt,name=audience_num_total,json=audienceNumTotal,proto3" json:"audience_num_total"`
	DiamondTotal     uint32 `protobuf:"varint,5,opt,name=diamond_total,json=diamondTotal,proto3" json:"diamond_total"`
	IncrementFans    uint32 `protobuf:"varint,6,opt,name=increment_fans,json=incrementFans,proto3" json:"increment_fans"`
	SendGiftPeople   uint32 `protobuf:"varint,7,opt,name=send_gift_people,json=sendGiftPeople,proto3" json:"send_gift_people"`
	LivingTime       uint32 `protobuf:"varint,9,opt,name=living_time,json=livingTime,proto3" json:"living_time"`
	Pic              string `protobuf:"bytes,10,opt,name=pic,proto3" json:"pic"`
	// contains filtered or unexported fields
}

func (*EndLiveResponse_EndLiveInfoRes) Descriptor deprecated

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

Deprecated: Use EndLiveResponse_EndLiveInfoRes.ProtoReflect.Descriptor instead.

func (*EndLiveResponse_EndLiveInfoRes) GetAnchorId

func (x *EndLiveResponse_EndLiveInfoRes) GetAnchorId() int64

func (*EndLiveResponse_EndLiveInfoRes) GetAudienceNum

func (x *EndLiveResponse_EndLiveInfoRes) GetAudienceNum() uint32

func (*EndLiveResponse_EndLiveInfoRes) GetAudienceNumTotal

func (x *EndLiveResponse_EndLiveInfoRes) GetAudienceNumTotal() uint32

func (*EndLiveResponse_EndLiveInfoRes) GetDiamondTotal

func (x *EndLiveResponse_EndLiveInfoRes) GetDiamondTotal() uint32

func (*EndLiveResponse_EndLiveInfoRes) GetId

func (*EndLiveResponse_EndLiveInfoRes) GetIncrementFans

func (x *EndLiveResponse_EndLiveInfoRes) GetIncrementFans() uint32

func (*EndLiveResponse_EndLiveInfoRes) GetLivingTime

func (x *EndLiveResponse_EndLiveInfoRes) GetLivingTime() uint32

func (*EndLiveResponse_EndLiveInfoRes) GetPic

func (*EndLiveResponse_EndLiveInfoRes) GetSendGiftPeople

func (x *EndLiveResponse_EndLiveInfoRes) GetSendGiftPeople() uint32

func (*EndLiveResponse_EndLiveInfoRes) ProtoMessage

func (*EndLiveResponse_EndLiveInfoRes) ProtoMessage()

func (*EndLiveResponse_EndLiveInfoRes) ProtoReflect

func (*EndLiveResponse_EndLiveInfoRes) Reset

func (x *EndLiveResponse_EndLiveInfoRes) Reset()

func (*EndLiveResponse_EndLiveInfoRes) String

func (*EndLiveResponse_EndLiveInfoRes) Validate

func (m *EndLiveResponse_EndLiveInfoRes) Validate() error

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

func (m *EndLiveResponse_EndLiveInfoRes) ValidateAll() error

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

type EndLiveResponse_EndLiveInfoResMultiError

type EndLiveResponse_EndLiveInfoResMultiError []error

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

func (EndLiveResponse_EndLiveInfoResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EndLiveResponse_EndLiveInfoResMultiError) Error

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

type EndLiveResponse_EndLiveInfoResValidationError

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

EndLiveResponse_EndLiveInfoResValidationError is the validation error returned by EndLiveResponse_EndLiveInfoRes.Validate if the designated constraints aren't met.

func (EndLiveResponse_EndLiveInfoResValidationError) Cause

Cause function returns cause value.

func (EndLiveResponse_EndLiveInfoResValidationError) Error

Error satisfies the builtin error interface

func (EndLiveResponse_EndLiveInfoResValidationError) ErrorName

ErrorName returns error name.

func (EndLiveResponse_EndLiveInfoResValidationError) Field

Field function returns field value.

func (EndLiveResponse_EndLiveInfoResValidationError) Key

Key function returns key value.

func (EndLiveResponse_EndLiveInfoResValidationError) Reason

Reason function returns reason value.

type InvitationLinkAudiencesRequest

type InvitationLinkAudiencesRequest 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"`
	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 (*InvitationLinkAudiencesRequest) Descriptor deprecated

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

Deprecated: Use InvitationLinkAudiencesRequest.ProtoReflect.Descriptor instead.

func (*InvitationLinkAudiencesRequest) GetAnchorId

func (x *InvitationLinkAudiencesRequest) GetAnchorId() int64

func (*InvitationLinkAudiencesRequest) GetLiveId

func (x *InvitationLinkAudiencesRequest) GetLiveId() uint64

func (*InvitationLinkAudiencesRequest) GetPage

func (*InvitationLinkAudiencesRequest) GetSize

func (*InvitationLinkAudiencesRequest) ProtoMessage

func (*InvitationLinkAudiencesRequest) ProtoMessage()

func (*InvitationLinkAudiencesRequest) ProtoReflect

func (*InvitationLinkAudiencesRequest) Reset

func (x *InvitationLinkAudiencesRequest) Reset()

func (*InvitationLinkAudiencesRequest) String

func (*InvitationLinkAudiencesRequest) Validate

func (m *InvitationLinkAudiencesRequest) Validate() error

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

func (m *InvitationLinkAudiencesRequest) ValidateAll() error

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

type InvitationLinkAudiencesRequestMultiError

type InvitationLinkAudiencesRequestMultiError []error

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

func (InvitationLinkAudiencesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (InvitationLinkAudiencesRequestMultiError) Error

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

type InvitationLinkAudiencesRequestValidationError

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

InvitationLinkAudiencesRequestValidationError is the validation error returned by InvitationLinkAudiencesRequest.Validate if the designated constraints aren't met.

func (InvitationLinkAudiencesRequestValidationError) Cause

Cause function returns cause value.

func (InvitationLinkAudiencesRequestValidationError) Error

Error satisfies the builtin error interface

func (InvitationLinkAudiencesRequestValidationError) ErrorName

ErrorName returns error name.

func (InvitationLinkAudiencesRequestValidationError) Field

Field function returns field value.

func (InvitationLinkAudiencesRequestValidationError) Key

Key function returns key value.

func (InvitationLinkAudiencesRequestValidationError) Reason

Reason function returns reason value.

type InvitationLinkAudiencesResponse

type InvitationLinkAudiencesResponse struct {
	Audiences []*InvitationLiveLinkAudiences `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"`
	// contains filtered or unexported fields
}

func (*InvitationLinkAudiencesResponse) Descriptor deprecated

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

Deprecated: Use InvitationLinkAudiencesResponse.ProtoReflect.Descriptor instead.

func (*InvitationLinkAudiencesResponse) GetAudiences

func (*InvitationLinkAudiencesResponse) GetPage

func (*InvitationLinkAudiencesResponse) GetTotal

func (*InvitationLinkAudiencesResponse) ProtoMessage

func (*InvitationLinkAudiencesResponse) ProtoMessage()

func (*InvitationLinkAudiencesResponse) ProtoReflect

func (*InvitationLinkAudiencesResponse) Reset

func (*InvitationLinkAudiencesResponse) String

func (*InvitationLinkAudiencesResponse) Validate

func (m *InvitationLinkAudiencesResponse) Validate() error

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

func (m *InvitationLinkAudiencesResponse) ValidateAll() error

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

type InvitationLinkAudiencesResponseMultiError

type InvitationLinkAudiencesResponseMultiError []error

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

func (InvitationLinkAudiencesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (InvitationLinkAudiencesResponseMultiError) Error

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

type InvitationLinkAudiencesResponseValidationError

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

InvitationLinkAudiencesResponseValidationError is the validation error returned by InvitationLinkAudiencesResponse.Validate if the designated constraints aren't met.

func (InvitationLinkAudiencesResponseValidationError) Cause

Cause function returns cause value.

func (InvitationLinkAudiencesResponseValidationError) Error

Error satisfies the builtin error interface

func (InvitationLinkAudiencesResponseValidationError) ErrorName

ErrorName returns error name.

func (InvitationLinkAudiencesResponseValidationError) Field

Field function returns field value.

func (InvitationLinkAudiencesResponseValidationError) Key

Key function returns key value.

func (InvitationLinkAudiencesResponseValidationError) Reason

Reason function returns reason value.

type InvitationLiveLinkAudiences

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

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

Deprecated: Use InvitationLiveLinkAudiences.ProtoReflect.Descriptor instead.

func (*InvitationLiveLinkAudiences) GetAvatar

func (x *InvitationLiveLinkAudiences) GetAvatar() string

func (*InvitationLiveLinkAudiences) GetGender

func (x *InvitationLiveLinkAudiences) GetGender() int64

func (*InvitationLiveLinkAudiences) GetNickname

func (x *InvitationLiveLinkAudiences) GetNickname() string

func (*InvitationLiveLinkAudiences) GetUserId

func (x *InvitationLiveLinkAudiences) GetUserId() int64

func (*InvitationLiveLinkAudiences) GetUserLevel

func (x *InvitationLiveLinkAudiences) GetUserLevel() int32

func (*InvitationLiveLinkAudiences) GetUsername

func (x *InvitationLiveLinkAudiences) GetUsername() string

func (*InvitationLiveLinkAudiences) ProtoMessage

func (*InvitationLiveLinkAudiences) ProtoMessage()

func (*InvitationLiveLinkAudiences) ProtoReflect

func (*InvitationLiveLinkAudiences) Reset

func (x *InvitationLiveLinkAudiences) Reset()

func (*InvitationLiveLinkAudiences) String

func (x *InvitationLiveLinkAudiences) String() string

func (*InvitationLiveLinkAudiences) Validate

func (m *InvitationLiveLinkAudiences) Validate() error

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

func (m *InvitationLiveLinkAudiences) ValidateAll() error

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

type InvitationLiveLinkAudiencesMultiError

type InvitationLiveLinkAudiencesMultiError []error

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

func (InvitationLiveLinkAudiencesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (InvitationLiveLinkAudiencesMultiError) Error

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

type InvitationLiveLinkAudiencesValidationError

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

InvitationLiveLinkAudiencesValidationError is the validation error returned by InvitationLiveLinkAudiences.Validate if the designated constraints aren't met.

func (InvitationLiveLinkAudiencesValidationError) Cause

Cause function returns cause value.

func (InvitationLiveLinkAudiencesValidationError) Error

Error satisfies the builtin error interface

func (InvitationLiveLinkAudiencesValidationError) ErrorName

ErrorName returns error name.

func (InvitationLiveLinkAudiencesValidationError) Field

Field function returns field value.

func (InvitationLiveLinkAudiencesValidationError) Key

Key function returns key value.

func (InvitationLiveLinkAudiencesValidationError) 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"`
	// 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) 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 {
	Expire uint32 `protobuf:"varint,1,opt,name=expire,proto3" json:"expire"`
	// contains filtered or unexported fields
}

func (*InviteLinkResponse) Descriptor deprecated

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

Deprecated: Use InviteLinkResponse.ProtoReflect.Descriptor instead.

func (*InviteLinkResponse) GetExpire

func (x *InviteLinkResponse) GetExpire() uint32

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 LinkMixStreamErrorRequest

type LinkMixStreamErrorRequest 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"`
	AppCode    string `protobuf:"bytes,5,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	EndAt      string `protobuf:"bytes,6,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	// contains filtered or unexported fields
}

混流失败

func (*LinkMixStreamErrorRequest) Descriptor deprecated

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

Deprecated: Use LinkMixStreamErrorRequest.ProtoReflect.Descriptor instead.

func (*LinkMixStreamErrorRequest) GetAnchorId

func (x *LinkMixStreamErrorRequest) GetAnchorId() int64

func (*LinkMixStreamErrorRequest) GetAppCode

func (x *LinkMixStreamErrorRequest) GetAppCode() string

func (*LinkMixStreamErrorRequest) GetAudienceId

func (x *LinkMixStreamErrorRequest) GetAudienceId() int64

func (*LinkMixStreamErrorRequest) GetEndAt

func (x *LinkMixStreamErrorRequest) GetEndAt() string

func (*LinkMixStreamErrorRequest) GetLinkId

func (x *LinkMixStreamErrorRequest) GetLinkId() uint64

func (*LinkMixStreamErrorRequest) GetLiveId

func (x *LinkMixStreamErrorRequest) GetLiveId() uint64

func (*LinkMixStreamErrorRequest) ProtoMessage

func (*LinkMixStreamErrorRequest) ProtoMessage()

func (*LinkMixStreamErrorRequest) ProtoReflect

func (*LinkMixStreamErrorRequest) Reset

func (x *LinkMixStreamErrorRequest) Reset()

func (*LinkMixStreamErrorRequest) String

func (x *LinkMixStreamErrorRequest) String() string

func (*LinkMixStreamErrorRequest) Validate

func (m *LinkMixStreamErrorRequest) Validate() error

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

func (m *LinkMixStreamErrorRequest) ValidateAll() error

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

type LinkMixStreamErrorRequestMultiError

type LinkMixStreamErrorRequestMultiError []error

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

func (LinkMixStreamErrorRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkMixStreamErrorRequestMultiError) Error

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

type LinkMixStreamErrorRequestValidationError

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

LinkMixStreamErrorRequestValidationError is the validation error returned by LinkMixStreamErrorRequest.Validate if the designated constraints aren't met.

func (LinkMixStreamErrorRequestValidationError) Cause

Cause function returns cause value.

func (LinkMixStreamErrorRequestValidationError) Error

Error satisfies the builtin error interface

func (LinkMixStreamErrorRequestValidationError) ErrorName

ErrorName returns error name.

func (LinkMixStreamErrorRequestValidationError) Field

Field function returns field value.

func (LinkMixStreamErrorRequestValidationError) Key

Key function returns key value.

func (LinkMixStreamErrorRequestValidationError) Reason

Reason function returns reason value.

type LinkMixStreamErrorResponse

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

func (*LinkMixStreamErrorResponse) Descriptor deprecated

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

Deprecated: Use LinkMixStreamErrorResponse.ProtoReflect.Descriptor instead.

func (*LinkMixStreamErrorResponse) ProtoMessage

func (*LinkMixStreamErrorResponse) ProtoMessage()

func (*LinkMixStreamErrorResponse) ProtoReflect

func (*LinkMixStreamErrorResponse) Reset

func (x *LinkMixStreamErrorResponse) Reset()

func (*LinkMixStreamErrorResponse) String

func (x *LinkMixStreamErrorResponse) String() string

func (*LinkMixStreamErrorResponse) Validate

func (m *LinkMixStreamErrorResponse) Validate() error

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

func (m *LinkMixStreamErrorResponse) ValidateAll() error

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

type LinkMixStreamErrorResponseMultiError

type LinkMixStreamErrorResponseMultiError []error

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

func (LinkMixStreamErrorResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkMixStreamErrorResponseMultiError) Error

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

type LinkMixStreamErrorResponseValidationError

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

LinkMixStreamErrorResponseValidationError is the validation error returned by LinkMixStreamErrorResponse.Validate if the designated constraints aren't met.

func (LinkMixStreamErrorResponseValidationError) Cause

Cause function returns cause value.

func (LinkMixStreamErrorResponseValidationError) Error

Error satisfies the builtin error interface

func (LinkMixStreamErrorResponseValidationError) ErrorName

ErrorName returns error name.

func (LinkMixStreamErrorResponseValidationError) Field

Field function returns field value.

func (LinkMixStreamErrorResponseValidationError) Key

Key function returns key value.

func (LinkMixStreamErrorResponseValidationError) Reason

Reason function returns reason value.

type LinkMixStreamSuccessRequest

type LinkMixStreamSuccessRequest 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"`
	StartAt    string `protobuf:"bytes,5,opt,name=start_at,json=startAt,proto3" json:"start_at"`
	AppCode    string `protobuf:"bytes,6,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	OptType    int32  `protobuf:"varint,7,opt,name=opt_type,json=optType,proto3" json:"opt_type"`
	// contains filtered or unexported fields
}

混流成功

func (*LinkMixStreamSuccessRequest) Descriptor deprecated

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

Deprecated: Use LinkMixStreamSuccessRequest.ProtoReflect.Descriptor instead.

func (*LinkMixStreamSuccessRequest) GetAnchorId

func (x *LinkMixStreamSuccessRequest) GetAnchorId() int64

func (*LinkMixStreamSuccessRequest) GetAppCode

func (x *LinkMixStreamSuccessRequest) GetAppCode() string

func (*LinkMixStreamSuccessRequest) GetAudienceId

func (x *LinkMixStreamSuccessRequest) GetAudienceId() int64

func (*LinkMixStreamSuccessRequest) GetLinkId

func (x *LinkMixStreamSuccessRequest) GetLinkId() uint64

func (*LinkMixStreamSuccessRequest) GetLiveId

func (x *LinkMixStreamSuccessRequest) GetLiveId() uint64

func (*LinkMixStreamSuccessRequest) GetOptType

func (x *LinkMixStreamSuccessRequest) GetOptType() int32

func (*LinkMixStreamSuccessRequest) GetStartAt

func (x *LinkMixStreamSuccessRequest) GetStartAt() string

func (*LinkMixStreamSuccessRequest) ProtoMessage

func (*LinkMixStreamSuccessRequest) ProtoMessage()

func (*LinkMixStreamSuccessRequest) ProtoReflect

func (*LinkMixStreamSuccessRequest) Reset

func (x *LinkMixStreamSuccessRequest) Reset()

func (*LinkMixStreamSuccessRequest) String

func (x *LinkMixStreamSuccessRequest) String() string

func (*LinkMixStreamSuccessRequest) Validate

func (m *LinkMixStreamSuccessRequest) Validate() error

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

func (m *LinkMixStreamSuccessRequest) ValidateAll() error

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

type LinkMixStreamSuccessRequestMultiError

type LinkMixStreamSuccessRequestMultiError []error

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

func (LinkMixStreamSuccessRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkMixStreamSuccessRequestMultiError) Error

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

type LinkMixStreamSuccessRequestValidationError

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

LinkMixStreamSuccessRequestValidationError is the validation error returned by LinkMixStreamSuccessRequest.Validate if the designated constraints aren't met.

func (LinkMixStreamSuccessRequestValidationError) Cause

Cause function returns cause value.

func (LinkMixStreamSuccessRequestValidationError) Error

Error satisfies the builtin error interface

func (LinkMixStreamSuccessRequestValidationError) ErrorName

ErrorName returns error name.

func (LinkMixStreamSuccessRequestValidationError) Field

Field function returns field value.

func (LinkMixStreamSuccessRequestValidationError) Key

Key function returns key value.

func (LinkMixStreamSuccessRequestValidationError) Reason

Reason function returns reason value.

type LinkMixStreamSuccessResponse

type LinkMixStreamSuccessResponse struct {
	StartLink *LiveLink `protobuf:"bytes,1,opt,name=start_link,json=startLink,proto3" json:"start_link"`
	// contains filtered or unexported fields
}

func (*LinkMixStreamSuccessResponse) Descriptor deprecated

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

Deprecated: Use LinkMixStreamSuccessResponse.ProtoReflect.Descriptor instead.

func (x *LinkMixStreamSuccessResponse) GetStartLink() *LiveLink

func (*LinkMixStreamSuccessResponse) ProtoMessage

func (*LinkMixStreamSuccessResponse) ProtoMessage()

func (*LinkMixStreamSuccessResponse) ProtoReflect

func (*LinkMixStreamSuccessResponse) Reset

func (x *LinkMixStreamSuccessResponse) Reset()

func (*LinkMixStreamSuccessResponse) String

func (*LinkMixStreamSuccessResponse) Validate

func (m *LinkMixStreamSuccessResponse) Validate() error

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

func (m *LinkMixStreamSuccessResponse) ValidateAll() error

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

type LinkMixStreamSuccessResponseMultiError

type LinkMixStreamSuccessResponseMultiError []error

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

func (LinkMixStreamSuccessResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkMixStreamSuccessResponseMultiError) Error

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

type LinkMixStreamSuccessResponseValidationError

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

LinkMixStreamSuccessResponseValidationError is the validation error returned by LinkMixStreamSuccessResponse.Validate if the designated constraints aren't met.

func (LinkMixStreamSuccessResponseValidationError) Cause

Cause function returns cause value.

func (LinkMixStreamSuccessResponseValidationError) Error

Error satisfies the builtin error interface

func (LinkMixStreamSuccessResponseValidationError) ErrorName

ErrorName returns error name.

func (LinkMixStreamSuccessResponseValidationError) Field

Field function returns field value.

func (LinkMixStreamSuccessResponseValidationError) Key

Key function returns key value.

func (LinkMixStreamSuccessResponseValidationError) Reason

Reason function returns reason value.

type LinkPullStreamErrorRequest

type LinkPullStreamErrorRequest 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"`
	AppCode    string `protobuf:"bytes,5,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	EndAt      string `protobuf:"bytes,6,opt,name=end_at,json=endAt,proto3" json:"end_at"`
	// contains filtered or unexported fields
}

混流失败

func (*LinkPullStreamErrorRequest) Descriptor deprecated

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

Deprecated: Use LinkPullStreamErrorRequest.ProtoReflect.Descriptor instead.

func (*LinkPullStreamErrorRequest) GetAnchorId

func (x *LinkPullStreamErrorRequest) GetAnchorId() int64

func (*LinkPullStreamErrorRequest) GetAppCode

func (x *LinkPullStreamErrorRequest) GetAppCode() string

func (*LinkPullStreamErrorRequest) GetAudienceId

func (x *LinkPullStreamErrorRequest) GetAudienceId() int64

func (*LinkPullStreamErrorRequest) GetEndAt

func (x *LinkPullStreamErrorRequest) GetEndAt() string

func (*LinkPullStreamErrorRequest) GetLinkId

func (x *LinkPullStreamErrorRequest) GetLinkId() uint64

func (*LinkPullStreamErrorRequest) GetLiveId

func (x *LinkPullStreamErrorRequest) GetLiveId() uint64

func (*LinkPullStreamErrorRequest) ProtoMessage

func (*LinkPullStreamErrorRequest) ProtoMessage()

func (*LinkPullStreamErrorRequest) ProtoReflect

func (*LinkPullStreamErrorRequest) Reset

func (x *LinkPullStreamErrorRequest) Reset()

func (*LinkPullStreamErrorRequest) String

func (x *LinkPullStreamErrorRequest) String() string

func (*LinkPullStreamErrorRequest) Validate

func (m *LinkPullStreamErrorRequest) Validate() error

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

func (m *LinkPullStreamErrorRequest) ValidateAll() error

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

type LinkPullStreamErrorRequestMultiError

type LinkPullStreamErrorRequestMultiError []error

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

func (LinkPullStreamErrorRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkPullStreamErrorRequestMultiError) Error

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

type LinkPullStreamErrorRequestValidationError

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

LinkPullStreamErrorRequestValidationError is the validation error returned by LinkPullStreamErrorRequest.Validate if the designated constraints aren't met.

func (LinkPullStreamErrorRequestValidationError) Cause

Cause function returns cause value.

func (LinkPullStreamErrorRequestValidationError) Error

Error satisfies the builtin error interface

func (LinkPullStreamErrorRequestValidationError) ErrorName

ErrorName returns error name.

func (LinkPullStreamErrorRequestValidationError) Field

Field function returns field value.

func (LinkPullStreamErrorRequestValidationError) Key

Key function returns key value.

func (LinkPullStreamErrorRequestValidationError) Reason

Reason function returns reason value.

type LinkPullStreamErrorResponse

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

func (*LinkPullStreamErrorResponse) Descriptor deprecated

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

Deprecated: Use LinkPullStreamErrorResponse.ProtoReflect.Descriptor instead.

func (*LinkPullStreamErrorResponse) ProtoMessage

func (*LinkPullStreamErrorResponse) ProtoMessage()

func (*LinkPullStreamErrorResponse) ProtoReflect

func (*LinkPullStreamErrorResponse) Reset

func (x *LinkPullStreamErrorResponse) Reset()

func (*LinkPullStreamErrorResponse) String

func (x *LinkPullStreamErrorResponse) String() string

func (*LinkPullStreamErrorResponse) Validate

func (m *LinkPullStreamErrorResponse) Validate() error

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

func (m *LinkPullStreamErrorResponse) ValidateAll() error

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

type LinkPullStreamErrorResponseMultiError

type LinkPullStreamErrorResponseMultiError []error

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

func (LinkPullStreamErrorResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkPullStreamErrorResponseMultiError) Error

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

type LinkPullStreamErrorResponseValidationError

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

LinkPullStreamErrorResponseValidationError is the validation error returned by LinkPullStreamErrorResponse.Validate if the designated constraints aren't met.

func (LinkPullStreamErrorResponseValidationError) Cause

Cause function returns cause value.

func (LinkPullStreamErrorResponseValidationError) Error

Error satisfies the builtin error interface

func (LinkPullStreamErrorResponseValidationError) ErrorName

ErrorName returns error name.

func (LinkPullStreamErrorResponseValidationError) Field

Field function returns field value.

func (LinkPullStreamErrorResponseValidationError) Key

Key function returns key value.

func (LinkPullStreamErrorResponseValidationError) Reason

Reason function returns reason value.

type LinkPullStreamSuccessRequest

type LinkPullStreamSuccessRequest 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"`
	StartAt    string `protobuf:"bytes,5,opt,name=start_at,json=startAt,proto3" json:"start_at"`
	AppCode    string `protobuf:"bytes,6,opt,name=app_code,json=appCode,proto3" json:"app_code"`
	OptType    int32  `protobuf:"varint,7,opt,name=opt_type,json=optType,proto3" json:"opt_type"`
	// contains filtered or unexported fields
}

拉流成功

func (*LinkPullStreamSuccessRequest) Descriptor deprecated

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

Deprecated: Use LinkPullStreamSuccessRequest.ProtoReflect.Descriptor instead.

func (*LinkPullStreamSuccessRequest) GetAnchorId

func (x *LinkPullStreamSuccessRequest) GetAnchorId() int64

func (*LinkPullStreamSuccessRequest) GetAppCode

func (x *LinkPullStreamSuccessRequest) GetAppCode() string

func (*LinkPullStreamSuccessRequest) GetAudienceId

func (x *LinkPullStreamSuccessRequest) GetAudienceId() int64

func (*LinkPullStreamSuccessRequest) GetLinkId

func (x *LinkPullStreamSuccessRequest) GetLinkId() uint64

func (*LinkPullStreamSuccessRequest) GetLiveId

func (x *LinkPullStreamSuccessRequest) GetLiveId() uint64

func (*LinkPullStreamSuccessRequest) GetOptType

func (x *LinkPullStreamSuccessRequest) GetOptType() int32

func (*LinkPullStreamSuccessRequest) GetStartAt

func (x *LinkPullStreamSuccessRequest) GetStartAt() string

func (*LinkPullStreamSuccessRequest) ProtoMessage

func (*LinkPullStreamSuccessRequest) ProtoMessage()

func (*LinkPullStreamSuccessRequest) ProtoReflect

func (*LinkPullStreamSuccessRequest) Reset

func (x *LinkPullStreamSuccessRequest) Reset()

func (*LinkPullStreamSuccessRequest) String

func (*LinkPullStreamSuccessRequest) Validate

func (m *LinkPullStreamSuccessRequest) Validate() error

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

func (m *LinkPullStreamSuccessRequest) ValidateAll() error

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

type LinkPullStreamSuccessRequestMultiError

type LinkPullStreamSuccessRequestMultiError []error

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

func (LinkPullStreamSuccessRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkPullStreamSuccessRequestMultiError) Error

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

type LinkPullStreamSuccessRequestValidationError

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

LinkPullStreamSuccessRequestValidationError is the validation error returned by LinkPullStreamSuccessRequest.Validate if the designated constraints aren't met.

func (LinkPullStreamSuccessRequestValidationError) Cause

Cause function returns cause value.

func (LinkPullStreamSuccessRequestValidationError) Error

Error satisfies the builtin error interface

func (LinkPullStreamSuccessRequestValidationError) ErrorName

ErrorName returns error name.

func (LinkPullStreamSuccessRequestValidationError) Field

Field function returns field value.

func (LinkPullStreamSuccessRequestValidationError) Key

Key function returns key value.

func (LinkPullStreamSuccessRequestValidationError) Reason

Reason function returns reason value.

type LinkPullStreamSuccessResponse

type LinkPullStreamSuccessResponse struct {
	StartLink *LiveLink `protobuf:"bytes,1,opt,name=start_link,json=startLink,proto3" json:"start_link"`
	// contains filtered or unexported fields
}

func (*LinkPullStreamSuccessResponse) Descriptor deprecated

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

Deprecated: Use LinkPullStreamSuccessResponse.ProtoReflect.Descriptor instead.

func (x *LinkPullStreamSuccessResponse) GetStartLink() *LiveLink

func (*LinkPullStreamSuccessResponse) ProtoMessage

func (*LinkPullStreamSuccessResponse) ProtoMessage()

func (*LinkPullStreamSuccessResponse) ProtoReflect

func (*LinkPullStreamSuccessResponse) Reset

func (x *LinkPullStreamSuccessResponse) Reset()

func (*LinkPullStreamSuccessResponse) String

func (*LinkPullStreamSuccessResponse) Validate

func (m *LinkPullStreamSuccessResponse) Validate() error

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

func (m *LinkPullStreamSuccessResponse) ValidateAll() error

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

type LinkPullStreamSuccessResponseMultiError

type LinkPullStreamSuccessResponseMultiError []error

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

func (LinkPullStreamSuccessResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LinkPullStreamSuccessResponseMultiError) Error

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

type LinkPullStreamSuccessResponseValidationError

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

LinkPullStreamSuccessResponseValidationError is the validation error returned by LinkPullStreamSuccessResponse.Validate if the designated constraints aren't met.

func (LinkPullStreamSuccessResponseValidationError) Cause

Cause function returns cause value.

func (LinkPullStreamSuccessResponseValidationError) Error

Error satisfies the builtin error interface

func (LinkPullStreamSuccessResponseValidationError) ErrorName

ErrorName returns error name.

func (LinkPullStreamSuccessResponseValidationError) Field

Field function returns field value.

func (LinkPullStreamSuccessResponseValidationError) Key

Key function returns key value.

func (LinkPullStreamSuccessResponseValidationError) Reason

Reason function returns reason value.

type LiveAdAllRes

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

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

Deprecated: Use LiveAdAllRes.ProtoReflect.Descriptor instead.

func (*LiveAdAllRes) GetPic

func (x *LiveAdAllRes) GetPic() string

func (*LiveAdAllRes) GetScheme

func (x *LiveAdAllRes) GetScheme() string

func (*LiveAdAllRes) GetScreen

func (x *LiveAdAllRes) GetScreen() uint32

func (*LiveAdAllRes) GetTarget

func (x *LiveAdAllRes) GetTarget() uint32

func (*LiveAdAllRes) GetTitle

func (x *LiveAdAllRes) GetTitle() string

func (*LiveAdAllRes) GetType

func (x *LiveAdAllRes) GetType() uint32

func (*LiveAdAllRes) GetUrl

func (x *LiveAdAllRes) GetUrl() string

func (*LiveAdAllRes) GetWidgetUrl

func (x *LiveAdAllRes) GetWidgetUrl() string

func (*LiveAdAllRes) ProtoMessage

func (*LiveAdAllRes) ProtoMessage()

func (*LiveAdAllRes) ProtoReflect

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

func (*LiveAdAllRes) Reset

func (x *LiveAdAllRes) Reset()

func (*LiveAdAllRes) String

func (x *LiveAdAllRes) String() string

func (*LiveAdAllRes) Validate

func (m *LiveAdAllRes) Validate() error

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

func (m *LiveAdAllRes) ValidateAll() error

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

type LiveAdAllResMultiError

type LiveAdAllResMultiError []error

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

func (LiveAdAllResMultiError) AllErrors

func (m LiveAdAllResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveAdAllResMultiError) Error

func (m LiveAdAllResMultiError) Error() string

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

type LiveAdAllResValidationError

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

LiveAdAllResValidationError is the validation error returned by LiveAdAllRes.Validate if the designated constraints aren't met.

func (LiveAdAllResValidationError) Cause

Cause function returns cause value.

func (LiveAdAllResValidationError) Error

Error satisfies the builtin error interface

func (LiveAdAllResValidationError) ErrorName

func (e LiveAdAllResValidationError) ErrorName() string

ErrorName returns error name.

func (LiveAdAllResValidationError) Field

Field function returns field value.

func (LiveAdAllResValidationError) Key

Key function returns key value.

func (LiveAdAllResValidationError) Reason

Reason function returns reason value.

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

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

Deprecated: Use LiveLink.ProtoReflect.Descriptor instead.

func (*LiveLink) GetAdminId

func (x *LiveLink) GetAdminId() uint32

func (*LiveLink) GetAnchorId

func (x *LiveLink) GetAnchorId() int64

func (*LiveLink) GetAudienceId

func (x *LiveLink) GetAudienceId() int64

func (*LiveLink) GetCdnType

func (x *LiveLink) GetCdnType() string

func (*LiveLink) GetCreatedAt

func (x *LiveLink) GetCreatedAt() string

func (*LiveLink) GetEndAt

func (x *LiveLink) GetEndAt() string

func (*LiveLink) GetId

func (x *LiveLink) GetId() uint32

func (*LiveLink) GetLinkId

func (x *LiveLink) GetLinkId() uint64

func (*LiveLink) GetLiveId

func (x *LiveLink) GetLiveId() uint64

func (*LiveLink) GetOutType

func (x *LiveLink) GetOutType() uint32

func (*LiveLink) GetReason

func (x *LiveLink) GetReason() string

func (*LiveLink) GetServiceType

func (x *LiveLink) GetServiceType() string

func (*LiveLink) GetStartAt

func (x *LiveLink) GetStartAt() string

func (*LiveLink) GetStatus

func (x *LiveLink) GetStatus() string

func (*LiveLink) ProtoMessage

func (*LiveLink) ProtoMessage()

func (*LiveLink) ProtoReflect

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

func (*LiveLink) Reset

func (x *LiveLink) Reset()

func (*LiveLink) String

func (x *LiveLink) String() string

func (*LiveLink) Validate

func (m *LiveLink) Validate() error

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

func (m *LiveLink) ValidateAll() error

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

type LiveLinkMultiError

type LiveLinkMultiError []error

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

func (LiveLinkMultiError) AllErrors

func (m LiveLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveLinkMultiError) Error

func (m LiveLinkMultiError) Error() string

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

type LiveLinkValidationError

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

LiveLinkValidationError is the validation error returned by LiveLink.Validate if the designated constraints aren't met.

func (LiveLinkValidationError) Cause

func (e LiveLinkValidationError) Cause() error

Cause function returns cause value.

func (LiveLinkValidationError) Error

func (e LiveLinkValidationError) Error() string

Error satisfies the builtin error interface

func (LiveLinkValidationError) ErrorName

func (e LiveLinkValidationError) ErrorName() string

ErrorName returns error name.

func (LiveLinkValidationError) Field

func (e LiveLinkValidationError) Field() string

Field function returns field value.

func (LiveLinkValidationError) Key

func (e LiveLinkValidationError) Key() bool

Key function returns key value.

func (LiveLinkValidationError) Reason

func (e LiveLinkValidationError) Reason() string

Reason function returns reason value.

type LiveValidDaysRequest

type LiveValidDaysRequest struct {
	AnchorId  int64  `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	MonthDate string `protobuf:"bytes,2,opt,name=month_date,json=monthDate,proto3" json:"month_date"`
	// contains filtered or unexported fields
}

func (*LiveValidDaysRequest) Descriptor deprecated

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

Deprecated: Use LiveValidDaysRequest.ProtoReflect.Descriptor instead.

func (*LiveValidDaysRequest) GetAnchorId

func (x *LiveValidDaysRequest) GetAnchorId() int64

func (*LiveValidDaysRequest) GetMonthDate

func (x *LiveValidDaysRequest) GetMonthDate() string

func (*LiveValidDaysRequest) ProtoMessage

func (*LiveValidDaysRequest) ProtoMessage()

func (*LiveValidDaysRequest) ProtoReflect

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

func (*LiveValidDaysRequest) Reset

func (x *LiveValidDaysRequest) Reset()

func (*LiveValidDaysRequest) String

func (x *LiveValidDaysRequest) String() string

func (*LiveValidDaysRequest) Validate

func (m *LiveValidDaysRequest) Validate() error

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

func (m *LiveValidDaysRequest) ValidateAll() error

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

type LiveValidDaysRequestMultiError

type LiveValidDaysRequestMultiError []error

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

func (LiveValidDaysRequestMultiError) AllErrors

func (m LiveValidDaysRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveValidDaysRequestMultiError) Error

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

type LiveValidDaysRequestValidationError

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

LiveValidDaysRequestValidationError is the validation error returned by LiveValidDaysRequest.Validate if the designated constraints aren't met.

func (LiveValidDaysRequestValidationError) Cause

Cause function returns cause value.

func (LiveValidDaysRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveValidDaysRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveValidDaysRequestValidationError) Field

Field function returns field value.

func (LiveValidDaysRequestValidationError) Key

Key function returns key value.

func (LiveValidDaysRequestValidationError) Reason

Reason function returns reason value.

type LiveValidDaysResponse

type LiveValidDaysResponse struct {
	ValidDays uint32 `protobuf:"varint,1,opt,name=valid_days,json=validDays,proto3" json:"valid_days"`
	// contains filtered or unexported fields
}

func (*LiveValidDaysResponse) Descriptor deprecated

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

Deprecated: Use LiveValidDaysResponse.ProtoReflect.Descriptor instead.

func (*LiveValidDaysResponse) GetValidDays

func (x *LiveValidDaysResponse) GetValidDays() uint32

func (*LiveValidDaysResponse) ProtoMessage

func (*LiveValidDaysResponse) ProtoMessage()

func (*LiveValidDaysResponse) ProtoReflect

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

func (*LiveValidDaysResponse) Reset

func (x *LiveValidDaysResponse) Reset()

func (*LiveValidDaysResponse) String

func (x *LiveValidDaysResponse) String() string

func (*LiveValidDaysResponse) Validate

func (m *LiveValidDaysResponse) Validate() error

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

func (m *LiveValidDaysResponse) ValidateAll() error

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

type LiveValidDaysResponseMultiError

type LiveValidDaysResponseMultiError []error

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

func (LiveValidDaysResponseMultiError) AllErrors

func (m LiveValidDaysResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveValidDaysResponseMultiError) Error

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

type LiveValidDaysResponseValidationError

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

LiveValidDaysResponseValidationError is the validation error returned by LiveValidDaysResponse.Validate if the designated constraints aren't met.

func (LiveValidDaysResponseValidationError) Cause

Cause function returns cause value.

func (LiveValidDaysResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveValidDaysResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveValidDaysResponseValidationError) Field

Field function returns field value.

func (LiveValidDaysResponseValidationError) Key

Key function returns key value.

func (LiveValidDaysResponseValidationError) Reason

Reason function returns reason value.

type MonthVideoLiveStatisticsRequest

type MonthVideoLiveStatisticsRequest struct {
	AnchorId  int64  `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	MonthDate string `protobuf:"bytes,2,opt,name=month_date,json=monthDate,proto3" json:"month_date"`
	DayDate   string `protobuf:"bytes,3,opt,name=day_date,json=dayDate,proto3" json:"day_date"`
	// contains filtered or unexported fields
}

func (*MonthVideoLiveStatisticsRequest) Descriptor deprecated

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

Deprecated: Use MonthVideoLiveStatisticsRequest.ProtoReflect.Descriptor instead.

func (*MonthVideoLiveStatisticsRequest) GetAnchorId

func (x *MonthVideoLiveStatisticsRequest) GetAnchorId() int64

func (*MonthVideoLiveStatisticsRequest) GetDayDate

func (x *MonthVideoLiveStatisticsRequest) GetDayDate() string

func (*MonthVideoLiveStatisticsRequest) GetMonthDate

func (x *MonthVideoLiveStatisticsRequest) GetMonthDate() string

func (*MonthVideoLiveStatisticsRequest) ProtoMessage

func (*MonthVideoLiveStatisticsRequest) ProtoMessage()

func (*MonthVideoLiveStatisticsRequest) ProtoReflect

func (*MonthVideoLiveStatisticsRequest) Reset

func (*MonthVideoLiveStatisticsRequest) String

func (*MonthVideoLiveStatisticsRequest) Validate

func (m *MonthVideoLiveStatisticsRequest) Validate() error

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

func (m *MonthVideoLiveStatisticsRequest) ValidateAll() error

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

type MonthVideoLiveStatisticsRequestMultiError

type MonthVideoLiveStatisticsRequestMultiError []error

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

func (MonthVideoLiveStatisticsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MonthVideoLiveStatisticsRequestMultiError) Error

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

type MonthVideoLiveStatisticsRequestValidationError

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

MonthVideoLiveStatisticsRequestValidationError is the validation error returned by MonthVideoLiveStatisticsRequest.Validate if the designated constraints aren't met.

func (MonthVideoLiveStatisticsRequestValidationError) Cause

Cause function returns cause value.

func (MonthVideoLiveStatisticsRequestValidationError) Error

Error satisfies the builtin error interface

func (MonthVideoLiveStatisticsRequestValidationError) ErrorName

ErrorName returns error name.

func (MonthVideoLiveStatisticsRequestValidationError) Field

Field function returns field value.

func (MonthVideoLiveStatisticsRequestValidationError) Key

Key function returns key value.

func (MonthVideoLiveStatisticsRequestValidationError) Reason

Reason function returns reason value.

type MonthVideoLiveStatisticsResponse

type MonthVideoLiveStatisticsResponse struct {
	Month *MonthVideoLiveStatisticsResponse_MonthLiveMonthData `protobuf:"bytes,1,opt,name=month,proto3" json:"month"`
	Day   *MonthVideoLiveStatisticsResponse_DayLiveMonthData   `protobuf:"bytes,2,opt,name=day,proto3" json:"day"`
	Lives []*MonthVideoLiveStatisticsResponse_LiveMonthData    `protobuf:"bytes,3,rep,name=lives,proto3" json:"lives"`
	// contains filtered or unexported fields
}

func (*MonthVideoLiveStatisticsResponse) Descriptor deprecated

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

Deprecated: Use MonthVideoLiveStatisticsResponse.ProtoReflect.Descriptor instead.

func (*MonthVideoLiveStatisticsResponse) GetDay

func (*MonthVideoLiveStatisticsResponse) GetLives

func (*MonthVideoLiveStatisticsResponse) GetMonth

func (*MonthVideoLiveStatisticsResponse) ProtoMessage

func (*MonthVideoLiveStatisticsResponse) ProtoMessage()

func (*MonthVideoLiveStatisticsResponse) ProtoReflect

func (*MonthVideoLiveStatisticsResponse) Reset

func (*MonthVideoLiveStatisticsResponse) String

func (*MonthVideoLiveStatisticsResponse) Validate

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

func (m *MonthVideoLiveStatisticsResponse) ValidateAll() error

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

type MonthVideoLiveStatisticsResponseMultiError

type MonthVideoLiveStatisticsResponseMultiError []error

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

func (MonthVideoLiveStatisticsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MonthVideoLiveStatisticsResponseMultiError) Error

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

type MonthVideoLiveStatisticsResponseValidationError

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

MonthVideoLiveStatisticsResponseValidationError is the validation error returned by MonthVideoLiveStatisticsResponse.Validate if the designated constraints aren't met.

func (MonthVideoLiveStatisticsResponseValidationError) Cause

Cause function returns cause value.

func (MonthVideoLiveStatisticsResponseValidationError) Error

Error satisfies the builtin error interface

func (MonthVideoLiveStatisticsResponseValidationError) ErrorName

ErrorName returns error name.

func (MonthVideoLiveStatisticsResponseValidationError) Field

Field function returns field value.

func (MonthVideoLiveStatisticsResponseValidationError) Key

Key function returns key value.

func (MonthVideoLiveStatisticsResponseValidationError) Reason

Reason function returns reason value.

type MonthVideoLiveStatisticsResponse_DayLiveMonthData

type MonthVideoLiveStatisticsResponse_DayLiveMonthData struct {
	LivingTime     uint32 `protobuf:"varint,1,opt,name=living_time,json=livingTime,proto3" json:"living_time"`               // 直播时间分钟
	SendGiftPeople uint32 `protobuf:"varint,2,opt,name=send_gift_people,json=sendGiftPeople,proto3" json:"send_gift_people"` // 送礼人数
	SeeLivePeople  uint32 `protobuf:"varint,3,opt,name=see_live_people,json=seeLivePeople,proto3" json:"see_live_people"`    // 观看人数
	NewFansTotal   uint32 `protobuf:"varint,5,opt,name=new_fans_total,json=newFansTotal,proto3" json:"new_fans_total"`       // 新增粉丝
	IncomeTotal    uint32 `protobuf:"varint,6,opt,name=income_total,json=incomeTotal,proto3" json:"income_total"`            // 收益数
	// contains filtered or unexported fields
}

日数据

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) Descriptor deprecated

Deprecated: Use MonthVideoLiveStatisticsResponse_DayLiveMonthData.ProtoReflect.Descriptor instead.

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) GetIncomeTotal

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) GetLivingTime

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) GetNewFansTotal

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) GetSeeLivePeople

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) GetSendGiftPeople

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) ProtoMessage

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) ProtoReflect

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) Reset

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) String

func (*MonthVideoLiveStatisticsResponse_DayLiveMonthData) Validate

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

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

type MonthVideoLiveStatisticsResponse_DayLiveMonthDataMultiError

type MonthVideoLiveStatisticsResponse_DayLiveMonthDataMultiError []error

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

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataMultiError) Error

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

type MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError

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

MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError is the validation error returned by MonthVideoLiveStatisticsResponse_DayLiveMonthData.Validate if the designated constraints aren't met.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) Cause

Cause function returns cause value.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) Error

Error satisfies the builtin error interface

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) ErrorName

ErrorName returns error name.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) Field

Field function returns field value.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) Key

Key function returns key value.

func (MonthVideoLiveStatisticsResponse_DayLiveMonthDataValidationError) Reason

Reason function returns reason value.

type MonthVideoLiveStatisticsResponse_LiveMonthData

type MonthVideoLiveStatisticsResponse_LiveMonthData struct {
	StartTime   string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time"`        // 开播时间
	EndTime     string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time"`              // 关播时间
	LivingTime  uint32 `protobuf:"varint,3,opt,name=living_time,json=livingTime,proto3" json:"living_time"`    // 直播时间分钟
	IncomeTotal uint32 `protobuf:"varint,4,opt,name=income_total,json=incomeTotal,proto3" json:"income_total"` // 收益数
	// contains filtered or unexported fields
}

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) Descriptor deprecated

Deprecated: Use MonthVideoLiveStatisticsResponse_LiveMonthData.ProtoReflect.Descriptor instead.

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) GetEndTime

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) GetIncomeTotal

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) GetLivingTime

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) GetStartTime

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) ProtoMessage

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) ProtoReflect

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) Reset

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) String

func (*MonthVideoLiveStatisticsResponse_LiveMonthData) Validate

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

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

type MonthVideoLiveStatisticsResponse_LiveMonthDataMultiError

type MonthVideoLiveStatisticsResponse_LiveMonthDataMultiError []error

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

func (MonthVideoLiveStatisticsResponse_LiveMonthDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataMultiError) Error

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

type MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError

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

MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError is the validation error returned by MonthVideoLiveStatisticsResponse_LiveMonthData.Validate if the designated constraints aren't met.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) Cause

Cause function returns cause value.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) Error

Error satisfies the builtin error interface

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) ErrorName

ErrorName returns error name.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) Field

Field function returns field value.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) Key

Key function returns key value.

func (MonthVideoLiveStatisticsResponse_LiveMonthDataValidationError) Reason

Reason function returns reason value.

type MonthVideoLiveStatisticsResponse_MonthLiveMonthData

type MonthVideoLiveStatisticsResponse_MonthLiveMonthData struct {
	LivingTime     uint32 `protobuf:"varint,1,opt,name=living_time,json=livingTime,proto3" json:"living_time"`               // 直播时间分钟
	SendGiftPeople uint32 `protobuf:"varint,2,opt,name=send_gift_people,json=sendGiftPeople,proto3" json:"send_gift_people"` // 送礼人数
	IncomeTotal    uint32 `protobuf:"varint,3,opt,name=income_total,json=incomeTotal,proto3" json:"income_total"`            // 收益数
	// contains filtered or unexported fields
}

月数据

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) Descriptor deprecated

Deprecated: Use MonthVideoLiveStatisticsResponse_MonthLiveMonthData.ProtoReflect.Descriptor instead.

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) GetIncomeTotal

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) GetLivingTime

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) GetSendGiftPeople

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) ProtoMessage

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) ProtoReflect

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) Reset

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) String

func (*MonthVideoLiveStatisticsResponse_MonthLiveMonthData) Validate

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

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

type MonthVideoLiveStatisticsResponse_MonthLiveMonthDataMultiError

type MonthVideoLiveStatisticsResponse_MonthLiveMonthDataMultiError []error

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

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataMultiError) Error

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

type MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError

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

MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError is the validation error returned by MonthVideoLiveStatisticsResponse_MonthLiveMonthData.Validate if the designated constraints aren't met.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) Cause

Cause function returns cause value.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) Error

Error satisfies the builtin error interface

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) ErrorName

ErrorName returns error name.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) Field

Field function returns field value.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) Key

Key function returns key value.

func (MonthVideoLiveStatisticsResponse_MonthLiveMonthDataValidationError) 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 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 (*StopLink) Descriptor deprecated

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

Deprecated: Use StopLink.ProtoReflect.Descriptor instead.

func (*StopLink) GetAnchorId

func (x *StopLink) GetAnchorId() int64

func (*StopLink) GetAudienceId

func (x *StopLink) GetAudienceId() int64

func (*StopLink) GetEndAt

func (x *StopLink) GetEndAt() string

func (*StopLink) GetLinkId

func (x *StopLink) GetLinkId() uint64

func (*StopLink) GetLiveId

func (x *StopLink) GetLiveId() uint64

func (*StopLink) GetOutType

func (x *StopLink) GetOutType() uint32

func (*StopLink) GetReason

func (x *StopLink) GetReason() string

func (*StopLink) ProtoMessage

func (*StopLink) ProtoMessage()

func (*StopLink) ProtoReflect

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

func (*StopLink) Reset

func (x *StopLink) Reset()

func (*StopLink) String

func (x *StopLink) String() string

func (*StopLink) Validate

func (m *StopLink) Validate() error

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

func (m *StopLink) ValidateAll() error

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

type StopLinkMultiError

type StopLinkMultiError []error

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

func (StopLinkMultiError) AllErrors

func (m StopLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StopLinkMultiError) Error

func (m StopLinkMultiError) Error() string

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

type StopLinkRequest

type StopLinkRequest struct {
	StopLink *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
}

停止连线

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() *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 StopLinkResponse

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

func (*StopLinkResponse) Descriptor deprecated

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

Deprecated: Use StopLinkResponse.ProtoReflect.Descriptor instead.

func (x *StopLinkResponse) GetLiveLink() *LiveLink

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 StopLinkValidationError

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

StopLinkValidationError is the validation error returned by StopLink.Validate if the designated constraints aren't met.

func (StopLinkValidationError) Cause

func (e StopLinkValidationError) Cause() error

Cause function returns cause value.

func (StopLinkValidationError) Error

func (e StopLinkValidationError) Error() string

Error satisfies the builtin error interface

func (StopLinkValidationError) ErrorName

func (e StopLinkValidationError) ErrorName() string

ErrorName returns error name.

func (StopLinkValidationError) Field

func (e StopLinkValidationError) Field() string

Field function returns field value.

func (StopLinkValidationError) Key

func (e StopLinkValidationError) Key() bool

Key function returns key value.

func (StopLinkValidationError) Reason

func (e StopLinkValidationError) Reason() string

Reason function returns reason value.

type StorageLinkAudienceSwitchRequest

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

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

Deprecated: Use StorageLinkAudienceSwitchRequest.ProtoReflect.Descriptor instead.

func (*StorageLinkAudienceSwitchRequest) GetAnchorId

func (x *StorageLinkAudienceSwitchRequest) GetAnchorId() int64

func (*StorageLinkAudienceSwitchRequest) GetAppCode

func (x *StorageLinkAudienceSwitchRequest) GetAppCode() string

func (*StorageLinkAudienceSwitchRequest) GetAudienceId

func (x *StorageLinkAudienceSwitchRequest) GetAudienceId() int64

func (*StorageLinkAudienceSwitchRequest) GetLiveId

func (*StorageLinkAudienceSwitchRequest) GetSwitchValue

func (x *StorageLinkAudienceSwitchRequest) GetSwitchValue() int64

func (*StorageLinkAudienceSwitchRequest) GetType

func (*StorageLinkAudienceSwitchRequest) ProtoMessage

func (*StorageLinkAudienceSwitchRequest) ProtoMessage()

func (*StorageLinkAudienceSwitchRequest) ProtoReflect

func (*StorageLinkAudienceSwitchRequest) Reset

func (*StorageLinkAudienceSwitchRequest) String

func (*StorageLinkAudienceSwitchRequest) Validate

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

func (m *StorageLinkAudienceSwitchRequest) ValidateAll() error

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

type StorageLinkAudienceSwitchRequestMultiError

type StorageLinkAudienceSwitchRequestMultiError []error

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

func (StorageLinkAudienceSwitchRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StorageLinkAudienceSwitchRequestMultiError) Error

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

type StorageLinkAudienceSwitchRequestValidationError

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

StorageLinkAudienceSwitchRequestValidationError is the validation error returned by StorageLinkAudienceSwitchRequest.Validate if the designated constraints aren't met.

func (StorageLinkAudienceSwitchRequestValidationError) Cause

Cause function returns cause value.

func (StorageLinkAudienceSwitchRequestValidationError) Error

Error satisfies the builtin error interface

func (StorageLinkAudienceSwitchRequestValidationError) ErrorName

ErrorName returns error name.

func (StorageLinkAudienceSwitchRequestValidationError) Field

Field function returns field value.

func (StorageLinkAudienceSwitchRequestValidationError) Key

Key function returns key value.

func (StorageLinkAudienceSwitchRequestValidationError) Reason

Reason function returns reason value.

type StorageLinkAudienceSwitchResponse

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

func (*StorageLinkAudienceSwitchResponse) Descriptor deprecated

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

Deprecated: Use StorageLinkAudienceSwitchResponse.ProtoReflect.Descriptor instead.

func (*StorageLinkAudienceSwitchResponse) ProtoMessage

func (*StorageLinkAudienceSwitchResponse) ProtoMessage()

func (*StorageLinkAudienceSwitchResponse) ProtoReflect

func (*StorageLinkAudienceSwitchResponse) Reset

func (*StorageLinkAudienceSwitchResponse) String

func (*StorageLinkAudienceSwitchResponse) Validate

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

func (m *StorageLinkAudienceSwitchResponse) ValidateAll() error

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

type StorageLinkAudienceSwitchResponseMultiError

type StorageLinkAudienceSwitchResponseMultiError []error

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

func (StorageLinkAudienceSwitchResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StorageLinkAudienceSwitchResponseMultiError) Error

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

type StorageLinkAudienceSwitchResponseValidationError

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

StorageLinkAudienceSwitchResponseValidationError is the validation error returned by StorageLinkAudienceSwitchResponse.Validate if the designated constraints aren't met.

func (StorageLinkAudienceSwitchResponseValidationError) Cause

Cause function returns cause value.

func (StorageLinkAudienceSwitchResponseValidationError) Error

Error satisfies the builtin error interface

func (StorageLinkAudienceSwitchResponseValidationError) ErrorName

ErrorName returns error name.

func (StorageLinkAudienceSwitchResponseValidationError) Field

Field function returns field value.

func (StorageLinkAudienceSwitchResponseValidationError) Key

Key function returns key value.

func (StorageLinkAudienceSwitchResponseValidationError) Reason

Reason function returns reason value.

type TimeOutCancelLinkRequest

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

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

Deprecated: Use TimeOutCancelLinkRequest.ProtoReflect.Descriptor instead.

func (*TimeOutCancelLinkRequest) GetAnchorId

func (x *TimeOutCancelLinkRequest) GetAnchorId() int64

func (*TimeOutCancelLinkRequest) GetAudienceId

func (x *TimeOutCancelLinkRequest) GetAudienceId() int64

func (*TimeOutCancelLinkRequest) GetLiveId

func (x *TimeOutCancelLinkRequest) GetLiveId() uint64

func (*TimeOutCancelLinkRequest) ProtoMessage

func (*TimeOutCancelLinkRequest) ProtoMessage()

func (*TimeOutCancelLinkRequest) ProtoReflect

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

func (*TimeOutCancelLinkRequest) Reset

func (x *TimeOutCancelLinkRequest) Reset()

func (*TimeOutCancelLinkRequest) String

func (x *TimeOutCancelLinkRequest) String() string

func (*TimeOutCancelLinkRequest) Validate

func (m *TimeOutCancelLinkRequest) Validate() error

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

func (m *TimeOutCancelLinkRequest) ValidateAll() error

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

type TimeOutCancelLinkRequestMultiError

type TimeOutCancelLinkRequestMultiError []error

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

func (TimeOutCancelLinkRequestMultiError) AllErrors

func (m TimeOutCancelLinkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeOutCancelLinkRequestMultiError) Error

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

type TimeOutCancelLinkRequestValidationError

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

TimeOutCancelLinkRequestValidationError is the validation error returned by TimeOutCancelLinkRequest.Validate if the designated constraints aren't met.

func (TimeOutCancelLinkRequestValidationError) Cause

Cause function returns cause value.

func (TimeOutCancelLinkRequestValidationError) Error

Error satisfies the builtin error interface

func (TimeOutCancelLinkRequestValidationError) ErrorName

ErrorName returns error name.

func (TimeOutCancelLinkRequestValidationError) Field

Field function returns field value.

func (TimeOutCancelLinkRequestValidationError) Key

Key function returns key value.

func (TimeOutCancelLinkRequestValidationError) Reason

Reason function returns reason value.

type TimeOutCancelLinkResponse

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

func (*TimeOutCancelLinkResponse) Descriptor deprecated

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

Deprecated: Use TimeOutCancelLinkResponse.ProtoReflect.Descriptor instead.

func (*TimeOutCancelLinkResponse) ProtoMessage

func (*TimeOutCancelLinkResponse) ProtoMessage()

func (*TimeOutCancelLinkResponse) ProtoReflect

func (*TimeOutCancelLinkResponse) Reset

func (x *TimeOutCancelLinkResponse) Reset()

func (*TimeOutCancelLinkResponse) String

func (x *TimeOutCancelLinkResponse) String() string

func (*TimeOutCancelLinkResponse) Validate

func (m *TimeOutCancelLinkResponse) Validate() error

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

func (m *TimeOutCancelLinkResponse) ValidateAll() error

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

type TimeOutCancelLinkResponseMultiError

type TimeOutCancelLinkResponseMultiError []error

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

func (TimeOutCancelLinkResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TimeOutCancelLinkResponseMultiError) Error

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

type TimeOutCancelLinkResponseValidationError

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

TimeOutCancelLinkResponseValidationError is the validation error returned by TimeOutCancelLinkResponse.Validate if the designated constraints aren't met.

func (TimeOutCancelLinkResponseValidationError) Cause

Cause function returns cause value.

func (TimeOutCancelLinkResponseValidationError) Error

Error satisfies the builtin error interface

func (TimeOutCancelLinkResponseValidationError) ErrorName

ErrorName returns error name.

func (TimeOutCancelLinkResponseValidationError) Field

Field function returns field value.

func (TimeOutCancelLinkResponseValidationError) Key

Key function returns key value.

func (TimeOutCancelLinkResponseValidationError) Reason

Reason function returns reason value.

type WaitingLinkAudiences

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

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

Deprecated: Use WaitingLinkAudiences.ProtoReflect.Descriptor instead.

func (*WaitingLinkAudiences) GetAvatar

func (x *WaitingLinkAudiences) GetAvatar() string

func (*WaitingLinkAudiences) GetGender

func (x *WaitingLinkAudiences) GetGender() int64

func (*WaitingLinkAudiences) GetNickname

func (x *WaitingLinkAudiences) GetNickname() string

func (*WaitingLinkAudiences) GetUserId

func (x *WaitingLinkAudiences) GetUserId() int64

func (*WaitingLinkAudiences) GetUserLevel

func (x *WaitingLinkAudiences) GetUserLevel() int32

func (*WaitingLinkAudiences) GetUsername

func (x *WaitingLinkAudiences) GetUsername() string

func (*WaitingLinkAudiences) ProtoMessage

func (*WaitingLinkAudiences) ProtoMessage()

func (*WaitingLinkAudiences) ProtoReflect

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

func (*WaitingLinkAudiences) Reset

func (x *WaitingLinkAudiences) Reset()

func (*WaitingLinkAudiences) String

func (x *WaitingLinkAudiences) String() string

func (*WaitingLinkAudiences) Validate

func (m *WaitingLinkAudiences) Validate() error

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

func (m *WaitingLinkAudiences) ValidateAll() error

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

type WaitingLinkAudiencesMultiError

type WaitingLinkAudiencesMultiError []error

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

func (WaitingLinkAudiencesMultiError) AllErrors

func (m WaitingLinkAudiencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WaitingLinkAudiencesMultiError) Error

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

type WaitingLinkAudiencesRequest

type WaitingLinkAudiencesRequest 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"`
	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 (*WaitingLinkAudiencesRequest) Descriptor deprecated

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

Deprecated: Use WaitingLinkAudiencesRequest.ProtoReflect.Descriptor instead.

func (*WaitingLinkAudiencesRequest) GetAnchorId

func (x *WaitingLinkAudiencesRequest) GetAnchorId() int64

func (*WaitingLinkAudiencesRequest) GetLiveId

func (x *WaitingLinkAudiencesRequest) GetLiveId() uint64

func (*WaitingLinkAudiencesRequest) GetPage

func (x *WaitingLinkAudiencesRequest) GetPage() uint32

func (*WaitingLinkAudiencesRequest) GetSize

func (x *WaitingLinkAudiencesRequest) GetSize() uint32

func (*WaitingLinkAudiencesRequest) ProtoMessage

func (*WaitingLinkAudiencesRequest) ProtoMessage()

func (*WaitingLinkAudiencesRequest) ProtoReflect

func (*WaitingLinkAudiencesRequest) Reset

func (x *WaitingLinkAudiencesRequest) Reset()

func (*WaitingLinkAudiencesRequest) String

func (x *WaitingLinkAudiencesRequest) String() string

func (*WaitingLinkAudiencesRequest) Validate

func (m *WaitingLinkAudiencesRequest) Validate() error

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

func (m *WaitingLinkAudiencesRequest) ValidateAll() error

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

type WaitingLinkAudiencesRequestMultiError

type WaitingLinkAudiencesRequestMultiError []error

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

func (WaitingLinkAudiencesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WaitingLinkAudiencesRequestMultiError) Error

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

type WaitingLinkAudiencesRequestValidationError

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

WaitingLinkAudiencesRequestValidationError is the validation error returned by WaitingLinkAudiencesRequest.Validate if the designated constraints aren't met.

func (WaitingLinkAudiencesRequestValidationError) Cause

Cause function returns cause value.

func (WaitingLinkAudiencesRequestValidationError) Error

Error satisfies the builtin error interface

func (WaitingLinkAudiencesRequestValidationError) ErrorName

ErrorName returns error name.

func (WaitingLinkAudiencesRequestValidationError) Field

Field function returns field value.

func (WaitingLinkAudiencesRequestValidationError) Key

Key function returns key value.

func (WaitingLinkAudiencesRequestValidationError) Reason

Reason function returns reason value.

type WaitingLinkAudiencesResponse

type WaitingLinkAudiencesResponse struct {
	Audiences []*WaitingLinkAudiences `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"`
	// contains filtered or unexported fields
}

func (*WaitingLinkAudiencesResponse) Descriptor deprecated

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

Deprecated: Use WaitingLinkAudiencesResponse.ProtoReflect.Descriptor instead.

func (*WaitingLinkAudiencesResponse) GetAudiences

func (*WaitingLinkAudiencesResponse) GetPage

func (x *WaitingLinkAudiencesResponse) GetPage() uint32

func (*WaitingLinkAudiencesResponse) GetTotal

func (x *WaitingLinkAudiencesResponse) GetTotal() uint32

func (*WaitingLinkAudiencesResponse) ProtoMessage

func (*WaitingLinkAudiencesResponse) ProtoMessage()

func (*WaitingLinkAudiencesResponse) ProtoReflect

func (*WaitingLinkAudiencesResponse) Reset

func (x *WaitingLinkAudiencesResponse) Reset()

func (*WaitingLinkAudiencesResponse) String

func (*WaitingLinkAudiencesResponse) Validate

func (m *WaitingLinkAudiencesResponse) Validate() error

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

func (m *WaitingLinkAudiencesResponse) ValidateAll() error

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

type WaitingLinkAudiencesResponseMultiError

type WaitingLinkAudiencesResponseMultiError []error

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

func (WaitingLinkAudiencesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WaitingLinkAudiencesResponseMultiError) Error

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

type WaitingLinkAudiencesResponseValidationError

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

WaitingLinkAudiencesResponseValidationError is the validation error returned by WaitingLinkAudiencesResponse.Validate if the designated constraints aren't met.

func (WaitingLinkAudiencesResponseValidationError) Cause

Cause function returns cause value.

func (WaitingLinkAudiencesResponseValidationError) Error

Error satisfies the builtin error interface

func (WaitingLinkAudiencesResponseValidationError) ErrorName

ErrorName returns error name.

func (WaitingLinkAudiencesResponseValidationError) Field

Field function returns field value.

func (WaitingLinkAudiencesResponseValidationError) Key

Key function returns key value.

func (WaitingLinkAudiencesResponseValidationError) Reason

Reason function returns reason value.

type WaitingLinkAudiencesValidationError

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

WaitingLinkAudiencesValidationError is the validation error returned by WaitingLinkAudiences.Validate if the designated constraints aren't met.

func (WaitingLinkAudiencesValidationError) Cause

Cause function returns cause value.

func (WaitingLinkAudiencesValidationError) Error

Error satisfies the builtin error interface

func (WaitingLinkAudiencesValidationError) ErrorName

ErrorName returns error name.

func (WaitingLinkAudiencesValidationError) Field

Field function returns field value.

func (WaitingLinkAudiencesValidationError) Key

Key function returns key value.

func (WaitingLinkAudiencesValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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