types

package
v0.0.0-...-7545685 Latest Latest
Warning

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

Go to latest
Published: May 2, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Header struct {
	Name  string
	Value string
}

Header headers to insert into call

type MyInterests

type MyInterests struct {
	URL  string `json:"url,omitempty"`
	Name string `json:"name,omitempty"`
	Path string `json:"path,omitempty"`
	Size int64  `json:"size,omitempty"`
}

MyInterests a struct

type Myfeedconfig

type Myfeedconfig struct {
	Debug            bool         `json:"debug,omitempty"`
	Feeds            []Myfeedinfo `json:"feeds,omitempty"`
	DestinationPaths []string     `json:"destinations,omitempty"`
	Header           Header       `json:"header,omitempty"`
}

Myfeedconfig a struct

type Myfeedinfo

type Myfeedinfo struct {
	Etag     string `json:"etag,omitempty"`
	FeedType string `json:"type,omitempty"`
	FeedURL  string `json:"url,omitempty"`
}

Myfeedinfo a struct

type Myfeedselections

type Myfeedselections struct {
	Selected   []MyInterests `json:"selected,omitempty"`
	Skipped    []string      `json:"skipped,omitempty"`
	Unknown    []string      `json:"unknown,omitempty"`
	NoSeason   []string      `json:"noseason,omitempty"`
	NoInterest []string      `json:"nointerest,omitempty"`
	S01E01     []string      `json:"s01e01,omitempty"`
}

Myfeedselections a struct

type Myshow

type Myshow struct {
	Name string
	Last string
	Size int64
}

Myshow a struct

Jump to

Keyboard shortcuts

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