requests

package
v2.15.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2026 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestEnv

type RequestEnv struct {
	// Context is the per-request context. It should be derived from the app's
	// state context (st.GetContext()) with config.APIRequestTimeout, so it
	// cancels on app shutdown and on timeout. For HTTP, it should also cancel
	// when the HTTP connection closes.
	Context         context.Context
	Platform        platforms.Platform
	Config          *config.Instance
	State           *state.State
	Database        *database.Database
	LimitsManager   *playtime.LimitsManager
	LauncherCache   *helpers.LauncherCache
	Player          audio.Player
	PlaybackManager audio.PlaybackManager
	TokenQueue      chan<- tokens.Token
	ConfirmQueue    chan<- chan error
	IndexPauser     *syncutil.Pauser
	ScrapePauser    *syncutil.Pauser
	ClientID        string
	Params          json.RawMessage
	IsLocal         bool
}

Jump to

Keyboard shortcuts

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