Documentation
¶
Index ¶
- Variables
- type TwitchDownloadReq
- type TwitchDownloadResp
- func (*TwitchDownloadResp) Descriptor() ([]byte, []int)deprecated
- func (x *TwitchDownloadResp) GetLocation() string
- func (x *TwitchDownloadResp) GetUrl() string
- func (*TwitchDownloadResp) ProtoMessage()
- func (x *TwitchDownloadResp) ProtoReflect() protoreflect.Message
- func (x *TwitchDownloadResp) Reset()
- func (x *TwitchDownloadResp) String() string
- type TwitchInfoReq
- type TwitchInfoResp
- func (*TwitchInfoResp) Descriptor() ([]byte, []int)deprecated
- func (x *TwitchInfoResp) GetDuration() string
- func (x *TwitchInfoResp) GetId() string
- func (x *TwitchInfoResp) GetThumbnailUrl() string
- func (x *TwitchInfoResp) GetTitle() string
- func (x *TwitchInfoResp) GetUploadDate() *timestamppb.Timestamp
- func (x *TwitchInfoResp) GetUrl() string
- func (*TwitchInfoResp) ProtoMessage()
- func (x *TwitchInfoResp) ProtoReflect() protoreflect.Message
- func (x *TwitchInfoResp) Reset()
- func (x *TwitchInfoResp) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_patchouli_patchouli_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TwitchDownloadReq ¶
type TwitchDownloadReq struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*TwitchDownloadReq) Descriptor
deprecated
func (*TwitchDownloadReq) Descriptor() ([]byte, []int)
Deprecated: Use TwitchDownloadReq.ProtoReflect.Descriptor instead.
func (*TwitchDownloadReq) GetUrl ¶
func (x *TwitchDownloadReq) GetUrl() string
func (*TwitchDownloadReq) ProtoMessage ¶
func (*TwitchDownloadReq) ProtoMessage()
func (*TwitchDownloadReq) ProtoReflect ¶
func (x *TwitchDownloadReq) ProtoReflect() protoreflect.Message
func (*TwitchDownloadReq) Reset ¶
func (x *TwitchDownloadReq) Reset()
func (*TwitchDownloadReq) String ¶
func (x *TwitchDownloadReq) String() string
type TwitchDownloadResp ¶
type TwitchDownloadResp struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
func (*TwitchDownloadResp) Descriptor
deprecated
func (*TwitchDownloadResp) Descriptor() ([]byte, []int)
Deprecated: Use TwitchDownloadResp.ProtoReflect.Descriptor instead.
func (*TwitchDownloadResp) GetLocation ¶
func (x *TwitchDownloadResp) GetLocation() string
func (*TwitchDownloadResp) GetUrl ¶
func (x *TwitchDownloadResp) GetUrl() string
func (*TwitchDownloadResp) ProtoMessage ¶
func (*TwitchDownloadResp) ProtoMessage()
func (*TwitchDownloadResp) ProtoReflect ¶
func (x *TwitchDownloadResp) ProtoReflect() protoreflect.Message
func (*TwitchDownloadResp) Reset ¶
func (x *TwitchDownloadResp) Reset()
func (*TwitchDownloadResp) String ¶
func (x *TwitchDownloadResp) String() string
type TwitchInfoReq ¶
type TwitchInfoReq struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*TwitchInfoReq) Descriptor
deprecated
func (*TwitchInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use TwitchInfoReq.ProtoReflect.Descriptor instead.
func (*TwitchInfoReq) GetUrl ¶
func (x *TwitchInfoReq) GetUrl() string
func (*TwitchInfoReq) ProtoMessage ¶
func (*TwitchInfoReq) ProtoMessage()
func (*TwitchInfoReq) ProtoReflect ¶
func (x *TwitchInfoReq) ProtoReflect() protoreflect.Message
func (*TwitchInfoReq) Reset ¶
func (x *TwitchInfoReq) Reset()
func (*TwitchInfoReq) String ¶
func (x *TwitchInfoReq) String() string
type TwitchInfoResp ¶
type TwitchInfoResp struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` ThumbnailUrl string `protobuf:"bytes,3,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"` Duration string `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"` UploadDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=upload_date,json=uploadDate,proto3" json:"upload_date,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*TwitchInfoResp) Descriptor
deprecated
func (*TwitchInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use TwitchInfoResp.ProtoReflect.Descriptor instead.
func (*TwitchInfoResp) GetDuration ¶
func (x *TwitchInfoResp) GetDuration() string
func (*TwitchInfoResp) GetId ¶
func (x *TwitchInfoResp) GetId() string
func (*TwitchInfoResp) GetThumbnailUrl ¶
func (x *TwitchInfoResp) GetThumbnailUrl() string
func (*TwitchInfoResp) GetTitle ¶
func (x *TwitchInfoResp) GetTitle() string
func (*TwitchInfoResp) GetUploadDate ¶
func (x *TwitchInfoResp) GetUploadDate() *timestamppb.Timestamp
func (*TwitchInfoResp) GetUrl ¶
func (x *TwitchInfoResp) GetUrl() string
func (*TwitchInfoResp) ProtoMessage ¶
func (*TwitchInfoResp) ProtoMessage()
func (*TwitchInfoResp) ProtoReflect ¶
func (x *TwitchInfoResp) ProtoReflect() protoreflect.Message
func (*TwitchInfoResp) Reset ¶
func (x *TwitchInfoResp) Reset()
func (*TwitchInfoResp) String ¶
func (x *TwitchInfoResp) String() string
Click to show internal directories.
Click to hide internal directories.