globalplayer

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func NewHttpClient added in v0.1.20

func NewHttpClient() resty.HttpClient

Types

type UseCase

type UseCase interface {
	GetStations(context.Context) ([]*models.Station, error)
	GetStation(context.Context, string) (*models.Station, error)
	GetShows(context.Context, string) ([]*models.Show, error)
	GetShow(context.Context, string, string) (*models.Show, error)
	GetEpisodes(context.Context, string, string) ([]*models.Episode, error)
	GetEpisodesFeed(context.Context, string, string) (*feeds.Feed, error)
	GetAllShowsFeed(context.Context, string) (*feeds.Feed, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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