Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2021 Changes in this version + var Code_name = map[int32]string + var Code_value = map[string]int32 + var File_protocol_proto protoreflect.FileDescriptor + var Target_name = map[int32]string + var Target_value = map[string]int32 + var Ylcc_ServiceDesc = grpc.ServiceDesc + func RegisterYlccServer(s grpc.ServiceRegistrar, srv YlccServer) + type ActiveLiveChatMessage struct + AmountDisplayString string + AmountMicros string + ApiEtag string + AuthorChannelId string + AuthorChannelUrl string + AuthorDisplayName string + AuthorIsChatModerator bool + AuthorIsChatOwner bool + AuthorIsChatSponsor bool + AuthorIsVerified bool + ChannelId string + Currency string + DisplayMessage string + IsFanFundingEvent bool + IsSuperChat bool + IsSuperSticker bool + LiveChatId string + MessageId string + PageToken string + PublishedAt string + VideoId string + func (*ActiveLiveChatMessage) Descriptor() ([]byte, []int) + func (*ActiveLiveChatMessage) ProtoMessage() + func (x *ActiveLiveChatMessage) GetAmountDisplayString() string + func (x *ActiveLiveChatMessage) GetAmountMicros() string + func (x *ActiveLiveChatMessage) GetApiEtag() string + func (x *ActiveLiveChatMessage) GetAuthorChannelId() string + func (x *ActiveLiveChatMessage) GetAuthorChannelUrl() string + func (x *ActiveLiveChatMessage) GetAuthorDisplayName() string + func (x *ActiveLiveChatMessage) GetAuthorIsChatModerator() bool + func (x *ActiveLiveChatMessage) GetAuthorIsChatOwner() bool + func (x *ActiveLiveChatMessage) GetAuthorIsChatSponsor() bool + func (x *ActiveLiveChatMessage) GetAuthorIsVerified() bool + func (x *ActiveLiveChatMessage) GetChannelId() string + func (x *ActiveLiveChatMessage) GetCurrency() string + func (x *ActiveLiveChatMessage) GetDisplayMessage() string + func (x *ActiveLiveChatMessage) GetIsFanFundingEvent() bool + func (x *ActiveLiveChatMessage) GetIsSuperChat() bool + func (x *ActiveLiveChatMessage) GetIsSuperSticker() bool + func (x *ActiveLiveChatMessage) GetLiveChatId() string + func (x *ActiveLiveChatMessage) GetMessageId() string + func (x *ActiveLiveChatMessage) GetPageToken() string + func (x *ActiveLiveChatMessage) GetPublishedAt() string + func (x *ActiveLiveChatMessage) GetVideoId() string + func (x *ActiveLiveChatMessage) ProtoReflect() protoreflect.Message + func (x *ActiveLiveChatMessage) Reset() + func (x *ActiveLiveChatMessage) String() string + type ArchiveLiveChatMessage struct + AuthorExternalChannelId string + AuthorName string + ChannelId string + ClientId string + Continuation string + IsPaid bool + MessageId string + MessageText string + PurchaseAmountText string + TimestampText string + TimestampUsec string + VideoId string + VideoOffsetTimeMsec string + func (*ArchiveLiveChatMessage) Descriptor() ([]byte, []int) + func (*ArchiveLiveChatMessage) ProtoMessage() + func (x *ArchiveLiveChatMessage) GetAuthorExternalChannelId() string + func (x *ArchiveLiveChatMessage) GetAuthorName() string + func (x *ArchiveLiveChatMessage) GetChannelId() string + func (x *ArchiveLiveChatMessage) GetClientId() string + func (x *ArchiveLiveChatMessage) GetContinuation() string + func (x *ArchiveLiveChatMessage) GetIsPaid() bool + func (x *ArchiveLiveChatMessage) GetMessageId() string + func (x *ArchiveLiveChatMessage) GetMessageText() string + func (x *ArchiveLiveChatMessage) GetPurchaseAmountText() string + func (x *ArchiveLiveChatMessage) GetTimestampText() string + func (x *ArchiveLiveChatMessage) GetTimestampUsec() string + func (x *ArchiveLiveChatMessage) GetVideoId() string + func (x *ArchiveLiveChatMessage) GetVideoOffsetTimeMsec() string + func (x *ArchiveLiveChatMessage) ProtoReflect() protoreflect.Message + func (x *ArchiveLiveChatMessage) Reset() + func (x *ArchiveLiveChatMessage) String() string + type CloseVoteRequest struct + VoteId string + func (*CloseVoteRequest) Descriptor() ([]byte, []int) + func (*CloseVoteRequest) ProtoMessage() + func (x *CloseVoteRequest) GetVoteId() string + func (x *CloseVoteRequest) ProtoReflect() protoreflect.Message + func (x *CloseVoteRequest) Reset() + func (x *CloseVoteRequest) String() string + type CloseVoteResponse struct + Status *Status + func (*CloseVoteResponse) Descriptor() ([]byte, []int) + func (*CloseVoteResponse) ProtoMessage() + func (x *CloseVoteResponse) GetStatus() *Status + func (x *CloseVoteResponse) ProtoReflect() protoreflect.Message + func (x *CloseVoteResponse) Reset() + func (x *CloseVoteResponse) String() string + type Code int32 + const Code_INTERNAL_ERROR + const Code_IN_PROGRESS + const Code_NOT_FOUND + const Code_NOT_PERMITTED + const Code_SUCCESS + func (Code) Descriptor() protoreflect.EnumDescriptor + func (Code) EnumDescriptor() ([]byte, []int) + func (Code) Type() protoreflect.EnumType + func (x Code) Enum() *Code + func (x Code) Number() protoreflect.EnumNumber + func (x Code) String() string + type Color struct + A uint32 + B uint32 + G uint32 + R uint32 + func (*Color) Descriptor() ([]byte, []int) + func (*Color) ProtoMessage() + func (x *Color) GetA() uint32 + func (x *Color) GetB() uint32 + func (x *Color) GetG() uint32 + func (x *Color) GetR() uint32 + func (x *Color) ProtoReflect() protoreflect.Message + func (x *Color) Reset() + func (x *Color) String() string + type GetArchiveLiveChatRequest struct + Count int64 + Offset int64 + VideoId string + func (*GetArchiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*GetArchiveLiveChatRequest) ProtoMessage() + func (x *GetArchiveLiveChatRequest) GetCount() int64 + func (x *GetArchiveLiveChatRequest) GetOffset() int64 + func (x *GetArchiveLiveChatRequest) GetVideoId() string + func (x *GetArchiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *GetArchiveLiveChatRequest) Reset() + func (x *GetArchiveLiveChatRequest) String() string + type GetArchiveLiveChatResponse struct + ArchiveLiveChatMessages []*ArchiveLiveChatMessage + Status *Status + func (*GetArchiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*GetArchiveLiveChatResponse) ProtoMessage() + func (x *GetArchiveLiveChatResponse) GetArchiveLiveChatMessages() []*ArchiveLiveChatMessage + func (x *GetArchiveLiveChatResponse) GetStatus() *Status + func (x *GetArchiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *GetArchiveLiveChatResponse) Reset() + func (x *GetArchiveLiveChatResponse) String() string + type GetCachedActiveLiveChatRequest struct + Count int64 + Offset int64 + VideoId string + func (*GetCachedActiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*GetCachedActiveLiveChatRequest) ProtoMessage() + func (x *GetCachedActiveLiveChatRequest) GetCount() int64 + func (x *GetCachedActiveLiveChatRequest) GetOffset() int64 + func (x *GetCachedActiveLiveChatRequest) GetVideoId() string + func (x *GetCachedActiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *GetCachedActiveLiveChatRequest) Reset() + func (x *GetCachedActiveLiveChatRequest) String() string + type GetCachedActiveLiveChatResponse struct + ActiveLiveChatMessages []*ActiveLiveChatMessage + Status *Status + func (*GetCachedActiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*GetCachedActiveLiveChatResponse) ProtoMessage() + func (x *GetCachedActiveLiveChatResponse) GetActiveLiveChatMessages() []*ActiveLiveChatMessage + func (x *GetCachedActiveLiveChatResponse) GetStatus() *Status + func (x *GetCachedActiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *GetCachedActiveLiveChatResponse) Reset() + func (x *GetCachedActiveLiveChatResponse) String() string + type GetVideoRequest struct + VideoId string + func (*GetVideoRequest) Descriptor() ([]byte, []int) + func (*GetVideoRequest) ProtoMessage() + func (x *GetVideoRequest) GetVideoId() string + func (x *GetVideoRequest) ProtoReflect() protoreflect.Message + func (x *GetVideoRequest) Reset() + func (x *GetVideoRequest) String() string + type GetVideoResponse struct + Status *Status + Video *Video + func (*GetVideoResponse) Descriptor() ([]byte, []int) + func (*GetVideoResponse) ProtoMessage() + func (x *GetVideoResponse) GetStatus() *Status + func (x *GetVideoResponse) GetVideo() *Video + func (x *GetVideoResponse) ProtoReflect() protoreflect.Message + func (x *GetVideoResponse) Reset() + func (x *GetVideoResponse) String() string + type GetVoteResultRequest struct + VoteId string + func (*GetVoteResultRequest) Descriptor() ([]byte, []int) + func (*GetVoteResultRequest) ProtoMessage() + func (x *GetVoteResultRequest) GetVoteId() string + func (x *GetVoteResultRequest) ProtoReflect() protoreflect.Message + func (x *GetVoteResultRequest) Reset() + func (x *GetVoteResultRequest) String() string + type GetVoteResultResponse struct + Counts []*VoteCount + Status *Status + Total int32 + func (*GetVoteResultResponse) Descriptor() ([]byte, []int) + func (*GetVoteResultResponse) ProtoMessage() + func (x *GetVoteResultResponse) GetCounts() []*VoteCount + func (x *GetVoteResultResponse) GetStatus() *Status + func (x *GetVoteResultResponse) GetTotal() int32 + func (x *GetVoteResultResponse) ProtoReflect() protoreflect.Message + func (x *GetVoteResultResponse) Reset() + func (x *GetVoteResultResponse) String() string + type GetWordCloudRequest struct + BackgroundColor *Color + Colors []*Color + FontMaxSize int32 + FontMinSize int32 + Height int32 + MessageLimit int32 + Target Target + VideoId string + Width int32 + func (*GetWordCloudRequest) Descriptor() ([]byte, []int) + func (*GetWordCloudRequest) ProtoMessage() + func (x *GetWordCloudRequest) GetBackgroundColor() *Color + func (x *GetWordCloudRequest) GetColors() []*Color + func (x *GetWordCloudRequest) GetFontMaxSize() int32 + func (x *GetWordCloudRequest) GetFontMinSize() int32 + func (x *GetWordCloudRequest) GetHeight() int32 + func (x *GetWordCloudRequest) GetMessageLimit() int32 + func (x *GetWordCloudRequest) GetTarget() Target + func (x *GetWordCloudRequest) GetVideoId() string + func (x *GetWordCloudRequest) GetWidth() int32 + func (x *GetWordCloudRequest) ProtoReflect() protoreflect.Message + func (x *GetWordCloudRequest) Reset() + func (x *GetWordCloudRequest) String() string + type GetWordCloudResponse struct + Data []byte + MimeType string + Status *Status + func (*GetWordCloudResponse) Descriptor() ([]byte, []int) + func (*GetWordCloudResponse) ProtoMessage() + func (x *GetWordCloudResponse) GetData() []byte + func (x *GetWordCloudResponse) GetMimeType() string + func (x *GetWordCloudResponse) GetStatus() *Status + func (x *GetWordCloudResponse) ProtoReflect() protoreflect.Message + func (x *GetWordCloudResponse) Reset() + func (x *GetWordCloudResponse) String() string + type GroupingActiveLiveChatMessage struct + ActiveLiveChatMessage *ActiveLiveChatMessage + Choice string + GroupIdx int32 + Label string + func (*GroupingActiveLiveChatMessage) Descriptor() ([]byte, []int) + func (*GroupingActiveLiveChatMessage) ProtoMessage() + func (x *GroupingActiveLiveChatMessage) GetActiveLiveChatMessage() *ActiveLiveChatMessage + func (x *GroupingActiveLiveChatMessage) GetChoice() string + func (x *GroupingActiveLiveChatMessage) GetGroupIdx() int32 + func (x *GroupingActiveLiveChatMessage) GetLabel() string + func (x *GroupingActiveLiveChatMessage) ProtoReflect() protoreflect.Message + func (x *GroupingActiveLiveChatMessage) Reset() + func (x *GroupingActiveLiveChatMessage) String() string + type GroupingChoice struct + Choice string + Label string + func (*GroupingChoice) Descriptor() ([]byte, []int) + func (*GroupingChoice) ProtoMessage() + func (x *GroupingChoice) GetChoice() string + func (x *GroupingChoice) GetLabel() string + func (x *GroupingChoice) ProtoReflect() protoreflect.Message + func (x *GroupingChoice) Reset() + func (x *GroupingChoice) String() string + type OpenVoteRequest struct + Choices []*VoteChoice + Duration int32 + Target Target + VideoId string + func (*OpenVoteRequest) Descriptor() ([]byte, []int) + func (*OpenVoteRequest) ProtoMessage() + func (x *OpenVoteRequest) GetChoices() []*VoteChoice + func (x *OpenVoteRequest) GetDuration() int32 + func (x *OpenVoteRequest) GetTarget() Target + func (x *OpenVoteRequest) GetVideoId() string + func (x *OpenVoteRequest) ProtoReflect() protoreflect.Message + func (x *OpenVoteRequest) Reset() + func (x *OpenVoteRequest) String() string + type OpenVoteResponse struct + Status *Status + Video *Video + VoteId string + func (*OpenVoteResponse) Descriptor() ([]byte, []int) + func (*OpenVoteResponse) ProtoMessage() + func (x *OpenVoteResponse) GetStatus() *Status + func (x *OpenVoteResponse) GetVideo() *Video + func (x *OpenVoteResponse) GetVoteId() string + func (x *OpenVoteResponse) ProtoReflect() protoreflect.Message + func (x *OpenVoteResponse) Reset() + func (x *OpenVoteResponse) String() string + type PollActiveLiveChatRequest struct + VideoId string + func (*PollActiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*PollActiveLiveChatRequest) ProtoMessage() + func (x *PollActiveLiveChatRequest) GetVideoId() string + func (x *PollActiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *PollActiveLiveChatRequest) Reset() + func (x *PollActiveLiveChatRequest) String() string + type PollActiveLiveChatResponse struct + ActiveLiveChatMessages []*ActiveLiveChatMessage + Status *Status + func (*PollActiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*PollActiveLiveChatResponse) ProtoMessage() + func (x *PollActiveLiveChatResponse) GetActiveLiveChatMessages() []*ActiveLiveChatMessage + func (x *PollActiveLiveChatResponse) GetStatus() *Status + func (x *PollActiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *PollActiveLiveChatResponse) Reset() + func (x *PollActiveLiveChatResponse) String() string + type PollGroupingActiveLiveChatRequest struct + GroupingId string + func (*PollGroupingActiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*PollGroupingActiveLiveChatRequest) ProtoMessage() + func (x *PollGroupingActiveLiveChatRequest) GetGroupingId() string + func (x *PollGroupingActiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *PollGroupingActiveLiveChatRequest) Reset() + func (x *PollGroupingActiveLiveChatRequest) String() string + type PollGroupingActiveLiveChatResponse struct + GroupingActiveLiveChatMessage *GroupingActiveLiveChatMessage + Status *Status + func (*PollGroupingActiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*PollGroupingActiveLiveChatResponse) ProtoMessage() + func (x *PollGroupingActiveLiveChatResponse) GetGroupingActiveLiveChatMessage() *GroupingActiveLiveChatMessage + func (x *PollGroupingActiveLiveChatResponse) GetStatus() *Status + func (x *PollGroupingActiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *PollGroupingActiveLiveChatResponse) Reset() + func (x *PollGroupingActiveLiveChatResponse) String() string + type StartCollectionActiveLiveChatRequest struct + VideoId string + func (*StartCollectionActiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*StartCollectionActiveLiveChatRequest) ProtoMessage() + func (x *StartCollectionActiveLiveChatRequest) GetVideoId() string + func (x *StartCollectionActiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *StartCollectionActiveLiveChatRequest) Reset() + func (x *StartCollectionActiveLiveChatRequest) String() string + type StartCollectionActiveLiveChatResponse struct + Status *Status + Video *Video + func (*StartCollectionActiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*StartCollectionActiveLiveChatResponse) ProtoMessage() + func (x *StartCollectionActiveLiveChatResponse) GetStatus() *Status + func (x *StartCollectionActiveLiveChatResponse) GetVideo() *Video + func (x *StartCollectionActiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *StartCollectionActiveLiveChatResponse) Reset() + func (x *StartCollectionActiveLiveChatResponse) String() string + type StartCollectionArchiveLiveChatRequest struct + Replace bool + VideoId string + func (*StartCollectionArchiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*StartCollectionArchiveLiveChatRequest) ProtoMessage() + func (x *StartCollectionArchiveLiveChatRequest) GetReplace() bool + func (x *StartCollectionArchiveLiveChatRequest) GetVideoId() string + func (x *StartCollectionArchiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *StartCollectionArchiveLiveChatRequest) Reset() + func (x *StartCollectionArchiveLiveChatRequest) String() string + type StartCollectionArchiveLiveChatResponse struct + Status *Status + Video *Video + func (*StartCollectionArchiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*StartCollectionArchiveLiveChatResponse) ProtoMessage() + func (x *StartCollectionArchiveLiveChatResponse) GetStatus() *Status + func (x *StartCollectionArchiveLiveChatResponse) GetVideo() *Video + func (x *StartCollectionArchiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *StartCollectionArchiveLiveChatResponse) Reset() + func (x *StartCollectionArchiveLiveChatResponse) String() string + type StartCollectionWordCloudMessagesRequest struct + VideoId string + func (*StartCollectionWordCloudMessagesRequest) Descriptor() ([]byte, []int) + func (*StartCollectionWordCloudMessagesRequest) ProtoMessage() + func (x *StartCollectionWordCloudMessagesRequest) GetVideoId() string + func (x *StartCollectionWordCloudMessagesRequest) ProtoReflect() protoreflect.Message + func (x *StartCollectionWordCloudMessagesRequest) Reset() + func (x *StartCollectionWordCloudMessagesRequest) String() string + type StartCollectionWordCloudMessagesResponse struct + Status *Status + Video *Video + func (*StartCollectionWordCloudMessagesResponse) Descriptor() ([]byte, []int) + func (*StartCollectionWordCloudMessagesResponse) ProtoMessage() + func (x *StartCollectionWordCloudMessagesResponse) GetStatus() *Status + func (x *StartCollectionWordCloudMessagesResponse) GetVideo() *Video + func (x *StartCollectionWordCloudMessagesResponse) ProtoReflect() protoreflect.Message + func (x *StartCollectionWordCloudMessagesResponse) Reset() + func (x *StartCollectionWordCloudMessagesResponse) String() string + type StartGroupingActiveLiveChatRequest struct + Choices []*GroupingChoice + Target Target + VideoId string + func (*StartGroupingActiveLiveChatRequest) Descriptor() ([]byte, []int) + func (*StartGroupingActiveLiveChatRequest) ProtoMessage() + func (x *StartGroupingActiveLiveChatRequest) GetChoices() []*GroupingChoice + func (x *StartGroupingActiveLiveChatRequest) GetTarget() Target + func (x *StartGroupingActiveLiveChatRequest) GetVideoId() string + func (x *StartGroupingActiveLiveChatRequest) ProtoReflect() protoreflect.Message + func (x *StartGroupingActiveLiveChatRequest) Reset() + func (x *StartGroupingActiveLiveChatRequest) String() string + type StartGroupingActiveLiveChatResponse struct + GroupingId string + Status *Status + Video *Video + func (*StartGroupingActiveLiveChatResponse) Descriptor() ([]byte, []int) + func (*StartGroupingActiveLiveChatResponse) ProtoMessage() + func (x *StartGroupingActiveLiveChatResponse) GetGroupingId() string + func (x *StartGroupingActiveLiveChatResponse) GetStatus() *Status + func (x *StartGroupingActiveLiveChatResponse) GetVideo() *Video + func (x *StartGroupingActiveLiveChatResponse) ProtoReflect() protoreflect.Message + func (x *StartGroupingActiveLiveChatResponse) Reset() + func (x *StartGroupingActiveLiveChatResponse) String() string + type Status struct + Code Code + Message string + func (*Status) Descriptor() ([]byte, []int) + func (*Status) ProtoMessage() + func (x *Status) GetCode() Code + func (x *Status) GetMessage() string + func (x *Status) ProtoReflect() protoreflect.Message + func (x *Status) Reset() + func (x *Status) String() string + type Target int32 + const Target_ALL_USER + const Target_OWNER_MODERATOR + const Target_OWNER_MODERATOR_SPONSOR + func (Target) Descriptor() protoreflect.EnumDescriptor + func (Target) EnumDescriptor() ([]byte, []int) + func (Target) Type() protoreflect.EnumType + func (x Target) Enum() *Target + func (x Target) Number() protoreflect.EnumNumber + func (x Target) String() string + type UnimplementedYlccServer struct + func (UnimplementedYlccServer) CloseVote(context.Context, *CloseVoteRequest) (*CloseVoteResponse, error) + func (UnimplementedYlccServer) GetArchiveLiveChat(context.Context, *GetArchiveLiveChatRequest) (*GetArchiveLiveChatResponse, error) + func (UnimplementedYlccServer) GetCachedActiveLiveChat(context.Context, *GetCachedActiveLiveChatRequest) (*GetCachedActiveLiveChatResponse, error) + func (UnimplementedYlccServer) GetVideo(context.Context, *GetVideoRequest) (*GetVideoResponse, error) + func (UnimplementedYlccServer) GetVoteResult(context.Context, *GetVoteResultRequest) (*GetVoteResultResponse, error) + func (UnimplementedYlccServer) GetWordCloud(context.Context, *GetWordCloudRequest) (*GetWordCloudResponse, error) + func (UnimplementedYlccServer) OpenVote(context.Context, *OpenVoteRequest) (*OpenVoteResponse, error) + func (UnimplementedYlccServer) PollActiveLiveChat(*PollActiveLiveChatRequest, Ylcc_PollActiveLiveChatServer) error + func (UnimplementedYlccServer) PollGroupingActiveLiveChat(*PollGroupingActiveLiveChatRequest, Ylcc_PollGroupingActiveLiveChatServer) error + func (UnimplementedYlccServer) StartCollectionActiveLiveChat(context.Context, *StartCollectionActiveLiveChatRequest) (*StartCollectionActiveLiveChatResponse, error) + func (UnimplementedYlccServer) StartCollectionArchiveLiveChat(context.Context, *StartCollectionArchiveLiveChatRequest) (*StartCollectionArchiveLiveChatResponse, error) + func (UnimplementedYlccServer) StartCollectionWordCloudMessages(context.Context, *StartCollectionWordCloudMessagesRequest) (*StartCollectionWordCloudMessagesResponse, error) + func (UnimplementedYlccServer) StartGroupingActiveLiveChat(context.Context, *StartGroupingActiveLiveChatRequest) (*StartGroupingActiveLiveChatResponse, error) + func (UnimplementedYlccServer) UpdateVoteDuration(context.Context, *UpdateVoteDurationRequest) (*UpdateVoteDurationResponse, error) + type UnsafeYlccServer interface + type UpdateVoteDurationRequest struct + Duration int32 + VoteId string + func (*UpdateVoteDurationRequest) Descriptor() ([]byte, []int) + func (*UpdateVoteDurationRequest) ProtoMessage() + func (x *UpdateVoteDurationRequest) GetDuration() int32 + func (x *UpdateVoteDurationRequest) GetVoteId() string + func (x *UpdateVoteDurationRequest) ProtoReflect() protoreflect.Message + func (x *UpdateVoteDurationRequest) Reset() + func (x *UpdateVoteDurationRequest) String() string + type UpdateVoteDurationResponse struct + Status *Status + func (*UpdateVoteDurationResponse) Descriptor() ([]byte, []int) + func (*UpdateVoteDurationResponse) ProtoMessage() + func (x *UpdateVoteDurationResponse) GetStatus() *Status + func (x *UpdateVoteDurationResponse) ProtoReflect() protoreflect.Message + func (x *UpdateVoteDurationResponse) Reset() + func (x *UpdateVoteDurationResponse) String() string + type Video struct + ActiveLiveChatId string + ActualEndTime string + ActualStartTime string + CategoryId string + ChannelId string + Description string + Duration string + Embeddable bool + PrivacyStatus string + PublishedAt string + ScheduledEndTime string + ScheduledStartTime string + Title string + UploadStatus string + VideoId string + func (*Video) Descriptor() ([]byte, []int) + func (*Video) ProtoMessage() + func (x *Video) GetActiveLiveChatId() string + func (x *Video) GetActualEndTime() string + func (x *Video) GetActualStartTime() string + func (x *Video) GetCategoryId() string + func (x *Video) GetChannelId() string + func (x *Video) GetDescription() string + func (x *Video) GetDuration() string + func (x *Video) GetEmbeddable() bool + func (x *Video) GetPrivacyStatus() string + func (x *Video) GetPublishedAt() string + func (x *Video) GetScheduledEndTime() string + func (x *Video) GetScheduledStartTime() string + func (x *Video) GetTitle() string + func (x *Video) GetUploadStatus() string + func (x *Video) GetVideoId() string + func (x *Video) ProtoReflect() protoreflect.Message + func (x *Video) Reset() + func (x *Video) String() string + type VoteChoice struct + Choice string + Label string + func (*VoteChoice) Descriptor() ([]byte, []int) + func (*VoteChoice) ProtoMessage() + func (x *VoteChoice) GetChoice() string + func (x *VoteChoice) GetLabel() string + func (x *VoteChoice) ProtoReflect() protoreflect.Message + func (x *VoteChoice) Reset() + func (x *VoteChoice) String() string + type VoteCount struct + Choice string + Count int32 + Label string + func (*VoteCount) Descriptor() ([]byte, []int) + func (*VoteCount) ProtoMessage() + func (x *VoteCount) GetChoice() string + func (x *VoteCount) GetCount() int32 + func (x *VoteCount) GetLabel() string + func (x *VoteCount) ProtoReflect() protoreflect.Message + func (x *VoteCount) Reset() + func (x *VoteCount) String() string + type YlccClient interface + CloseVote func(ctx context.Context, in *CloseVoteRequest, opts ...grpc.CallOption) (*CloseVoteResponse, error) + GetArchiveLiveChat func(ctx context.Context, in *GetArchiveLiveChatRequest, opts ...grpc.CallOption) (*GetArchiveLiveChatResponse, error) + GetCachedActiveLiveChat func(ctx context.Context, in *GetCachedActiveLiveChatRequest, ...) (*GetCachedActiveLiveChatResponse, error) + GetVideo func(ctx context.Context, in *GetVideoRequest, opts ...grpc.CallOption) (*GetVideoResponse, error) + GetVoteResult func(ctx context.Context, in *GetVoteResultRequest, opts ...grpc.CallOption) (*GetVoteResultResponse, error) + GetWordCloud func(ctx context.Context, in *GetWordCloudRequest, opts ...grpc.CallOption) (*GetWordCloudResponse, error) + OpenVote func(ctx context.Context, in *OpenVoteRequest, opts ...grpc.CallOption) (*OpenVoteResponse, error) + PollActiveLiveChat func(ctx context.Context, in *PollActiveLiveChatRequest, opts ...grpc.CallOption) (Ylcc_PollActiveLiveChatClient, error) + PollGroupingActiveLiveChat func(ctx context.Context, in *PollGroupingActiveLiveChatRequest, ...) (Ylcc_PollGroupingActiveLiveChatClient, error) + StartCollectionActiveLiveChat func(ctx context.Context, in *StartCollectionActiveLiveChatRequest, ...) (*StartCollectionActiveLiveChatResponse, error) + StartCollectionArchiveLiveChat func(ctx context.Context, in *StartCollectionArchiveLiveChatRequest, ...) (*StartCollectionArchiveLiveChatResponse, error) + StartCollectionWordCloudMessages func(ctx context.Context, in *StartCollectionWordCloudMessagesRequest, ...) (*StartCollectionWordCloudMessagesResponse, error) + StartGroupingActiveLiveChat func(ctx context.Context, in *StartGroupingActiveLiveChatRequest, ...) (*StartGroupingActiveLiveChatResponse, error) + UpdateVoteDuration func(ctx context.Context, in *UpdateVoteDurationRequest, opts ...grpc.CallOption) (*UpdateVoteDurationResponse, error) + func NewYlccClient(cc grpc.ClientConnInterface) YlccClient + type YlccServer interface + CloseVote func(context.Context, *CloseVoteRequest) (*CloseVoteResponse, error) + GetArchiveLiveChat func(context.Context, *GetArchiveLiveChatRequest) (*GetArchiveLiveChatResponse, error) + GetCachedActiveLiveChat func(context.Context, *GetCachedActiveLiveChatRequest) (*GetCachedActiveLiveChatResponse, error) + GetVideo func(context.Context, *GetVideoRequest) (*GetVideoResponse, error) + GetVoteResult func(context.Context, *GetVoteResultRequest) (*GetVoteResultResponse, error) + GetWordCloud func(context.Context, *GetWordCloudRequest) (*GetWordCloudResponse, error) + OpenVote func(context.Context, *OpenVoteRequest) (*OpenVoteResponse, error) + PollActiveLiveChat func(*PollActiveLiveChatRequest, Ylcc_PollActiveLiveChatServer) error + PollGroupingActiveLiveChat func(*PollGroupingActiveLiveChatRequest, Ylcc_PollGroupingActiveLiveChatServer) error + StartCollectionActiveLiveChat func(context.Context, *StartCollectionActiveLiveChatRequest) (*StartCollectionActiveLiveChatResponse, error) + StartCollectionArchiveLiveChat func(context.Context, *StartCollectionArchiveLiveChatRequest) (*StartCollectionArchiveLiveChatResponse, error) + StartCollectionWordCloudMessages func(context.Context, *StartCollectionWordCloudMessagesRequest) (*StartCollectionWordCloudMessagesResponse, error) + StartGroupingActiveLiveChat func(context.Context, *StartGroupingActiveLiveChatRequest) (*StartGroupingActiveLiveChatResponse, error) + UpdateVoteDuration func(context.Context, *UpdateVoteDurationRequest) (*UpdateVoteDurationResponse, error) + type Ylcc_PollActiveLiveChatClient interface + Recv func() (*PollActiveLiveChatResponse, error) + type Ylcc_PollActiveLiveChatServer interface + Send func(*PollActiveLiveChatResponse) error + type Ylcc_PollGroupingActiveLiveChatClient interface + Recv func() (*PollGroupingActiveLiveChatResponse, error) + type Ylcc_PollGroupingActiveLiveChatServer interface + Send func(*PollGroupingActiveLiveChatResponse) error