stremio_template

package
v0.0.0-...-85afc37 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseData

type BaseData struct {
	Title           string
	Description     string
	NavTitle        string
	Version         string
	StremThruAddons []BaseDataStremThruAddon
}

type BaseDataStremThruAddon

type BaseDataStremThruAddon struct {
	Name string
	URL  string
}

type Executor

type Executor[T any] func(data *T, name string) (bytes.Buffer, error)

func GetExecutor

func GetExecutor[T any](name string, prepare func(data *T) *T, funcMap template.FuncMap, patterns ...string) Executor[T]

Jump to

Keyboard shortcuts

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