episodes

package
v0.0.0-...-43e1b25 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Episode

type Episode struct {
	Name        string    `json:"name"`
	Description string    `json:"description,omitempty"`
	Date        time.Time `json:"date,omitempty"`
	PageURL     string    `json:"pageURL"`
	AudioURL    string    `json:"audioURL,omitempty"`
	Image       *Image    `json:"image,omitempty"`
}

func List

func List() ([]*Episode, error)

type Image

type Image struct {
	Source string `json:"source"`
	Width  int    `json:"width"`
	Height int    `json:"height"`
}

Jump to

Keyboard shortcuts

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