Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tachiyomi_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Backup ¶
type Backup struct { // @ProtoNumber(1) val backupManga: List<BackupManga> BackupManga []*BackupManga `protobuf:"bytes,1,rep,name=backupManga" json:"backupManga,omitempty"` // contains filtered or unexported fields }
func (*Backup) Descriptor
deprecated
func (*Backup) GetBackupManga ¶
func (x *Backup) GetBackupManga() []*BackupManga
func (*Backup) ProtoMessage ¶
func (*Backup) ProtoMessage()
func (*Backup) ProtoReflect ¶
func (x *Backup) ProtoReflect() protoreflect.Message
type BackupManga ¶
type BackupManga struct { // @ProtoNumber(1) var source: Long Source *int64 `protobuf:"varint,1,req,name=source" json:"source,omitempty"` // @ProtoNumber(2) var url: String Url *string `protobuf:"bytes,2,req,name=url" json:"url,omitempty"` // contains filtered or unexported fields }
func (*BackupManga) Descriptor
deprecated
func (*BackupManga) Descriptor() ([]byte, []int)
Deprecated: Use BackupManga.ProtoReflect.Descriptor instead.
func (*BackupManga) GetSource ¶
func (x *BackupManga) GetSource() int64
func (*BackupManga) GetUrl ¶
func (x *BackupManga) GetUrl() string
func (*BackupManga) ProtoMessage ¶
func (*BackupManga) ProtoMessage()
func (*BackupManga) ProtoReflect ¶
func (x *BackupManga) ProtoReflect() protoreflect.Message
func (*BackupManga) Reset ¶
func (x *BackupManga) Reset()
func (*BackupManga) String ¶
func (x *BackupManga) String() string
Click to show internal directories.
Click to hide internal directories.