Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSRuntimeInfoGetter ¶
type OSRuntimeInfoGetter struct{}
func (OSRuntimeInfoGetter) Get ¶
func (OSRuntimeInfoGetter) Get() (info RuntimeInfo)
type RuntimeInfo ¶
type RuntimeInfo struct {
OS, Arch string
}
type RuntimeInfoGetter ¶
type RuntimeInfoGetter interface {
Get() (info RuntimeInfo)
}
Click to show internal directories.
Click to hide internal directories.