cefpayloads

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SISRCleanup

func SISRCleanup(ctx context.Context, cfg *config.Steam) error

Types

type CreateMarkerShortcutArgs

type CreateMarkerShortcutArgs struct {
	SISRPath string `json:"SISRPath" required:"true"`
}

type CreateMarkerShortcutExecutor

type CreateMarkerShortcutExecutor interface {
	steamcef.Executor[*CreateMarkerShortcutArgs, uint32]
}

func NewCreateMarkerShortcut

func NewCreateMarkerShortcut(cfg *config.Steam) CreateMarkerShortcutExecutor

type OpenConfiguratorArgs

type OpenConfiguratorArgs struct {
	AppID uint32 `json:"appId" required:"true"`
}

type OpenConfiguratorExecutor

type OpenConfiguratorExecutor interface {
	steamcef.Executor[*OpenConfiguratorArgs, *struct{}]
}

func NewOpenConfigurator

func NewOpenConfigurator(cfg *config.Steam) OpenConfiguratorExecutor

type OverlayCallbackArgs

type OverlayCallbackArgs struct {
	SISRAPIURL string `json:"SISRAPIURL" required:"true"`
}

type OverlayCallbackExecutor

type OverlayCallbackExecutor interface {
	steamcef.Executor[*OverlayCallbackArgs, *struct{}]
}

func NewOverlayCallback

func NewOverlayCallback(cfg *config.Steam) OverlayCallbackExecutor

type SISRCleanupExecutor

type SISRCleanupExecutor interface {
	steamcef.Executor[*struct{}, *struct{}]
}

func NewSISRCleanup

func NewSISRCleanup(cfg *config.Steam) SISRCleanupExecutor

Jump to

Keyboard shortcuts

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