Documentation
¶
Index ¶
- Constants
- func SonarrCustomListFromIDs(tb testing.TB, ids ...string) entities.CustomList
- type HTTPClient
- type MemoryFS
- type MemoryFile
- func (fd *MemoryFile) Close() error
- func (fd *MemoryFile) IsDir() bool
- func (fd *MemoryFile) ModTime() time.Time
- func (fd *MemoryFile) Mode() fs.FileMode
- func (fd *MemoryFile) Name() string
- func (fd *MemoryFile) Read(b []byte) (int, error)
- func (fd *MemoryFile) Size() int64
- func (fd *MemoryFile) Stat() (fs.FileInfo, error)
- func (fd *MemoryFile) Sys() any
- type Metadata
- type Tracker
Constants ¶
View Source
const Provider adapters.JSONProvider[Metadata] = `memory:///test`
Variables ¶
This section is empty.
Functions ¶
func SonarrCustomListFromIDs ¶
func SonarrCustomListFromIDs(tb testing.TB, ids ...string) entities.CustomList
Types ¶
type HTTPClient ¶
type MemoryFile ¶
type MemoryFile struct {
// contains filtered or unexported fields
}
func (*MemoryFile) Close ¶
func (fd *MemoryFile) Close() error
func (*MemoryFile) IsDir ¶
func (fd *MemoryFile) IsDir() bool
func (*MemoryFile) ModTime ¶
func (fd *MemoryFile) ModTime() time.Time
func (*MemoryFile) Mode ¶
func (fd *MemoryFile) Mode() fs.FileMode
func (*MemoryFile) Name ¶
func (fd *MemoryFile) Name() string
func (*MemoryFile) Size ¶
func (fd *MemoryFile) Size() int64
func (*MemoryFile) Sys ¶
func (fd *MemoryFile) Sys() any
type Metadata ¶
type Metadata struct { SourceID uint64 `json:"anilist_id,omitempty"` TargetID uint64 `json:"thetvdb_id,omitempty"` }
func (Metadata) GetSourceID ¶
func (Metadata) GetTargetID ¶
type Tracker ¶
func (*Tracker) GetMediaListIDs ¶
Click to show internal directories.
Click to hide internal directories.