package
Version:
v0.0.0-...-43e1b25
Opens a new window with list of versions in this module.
Published: Sep 17, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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"`
}
type Image struct {
Source string `json:"source"`
Width int `json:"width"`
Height int `json:"height"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.