overclock

package module
v0.0.0-...-68ce4e5 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

README

overclock

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptContent

func DecryptContent(key, data string) (string, error)

func Download

func Download(url, destination string, filenameHandler func(string) string) error

func DownloadHLSFile

func DownloadHLSFile(url string) ([]string, error)

func EncryptContent

func EncryptContent(key, data string) (string, error)

func Fetch

func Fetch(url string) (string, error)

Types

type Executor

type Executor interface {
	Start() error
	Execute(func() error) error
	Close() error
}

func NewExecutor

func NewExecutor(poolSize int, queueSize int, panicHandler func(err error)) Executor

Jump to

Keyboard shortcuts

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