Documentation
¶
Overview ¶
Package integration provides shared functionality for integrating GoPCA and GoCSV applications, including app detection and launching.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommonPaths ¶
GetCommonPaths returns platform-specific common installation paths for an application
func IsAppRunning ¶
IsAppRunning checks if an application is currently running
func LaunchWithFile ¶
LaunchWithFile launches an application with a file argument
Types ¶
type AppConfig ¶
type AppConfig struct {
Name string // Application name (e.g., "gopca-desktop", "gocsv")
CommonPaths []string // Common installation paths to check
DisplayName string // User-friendly name for error messages
}
AppConfig contains configuration for detecting and launching an application
Click to show internal directories.
Click to hide internal directories.