Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SyncPlatform ¶
Types ¶
type Platform ¶
type Platform struct {
GOOS string `json:"goos"`
GOARCH string `json:"goarch"`
Variant string `json:"variant,omitempty"`
}
func CurrentPlatform ¶
func CurrentPlatform() Platform
CurrentPlatform reports the platform used by pluginhost discovery.
func NormalizePlatform ¶
Click to show internal directories.
Click to hide internal directories.