Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 ¶
func NewSISRCleanup ¶
func NewSISRCleanup(cfg *config.Steam) SISRCleanupExecutor
Click to show internal directories.
Click to hide internal directories.