Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidOsArch ¶
Types ¶
type PlatformMap ¶
type PlatformMap struct {
// contains filtered or unexported fields
}
func GetPlatforms ¶
func GetPlatforms(imageName string) (*PlatformMap, error)
func NewPlatformMap ¶
func NewPlatformMap() *PlatformMap
func (*PlatformMap) Add ¶
func (pm *PlatformMap) Add(os, arch string)
func (*PlatformMap) Get ¶
func (pm *PlatformMap) Get() OsArch
func (*PlatformMap) GetString ¶
func (pm *PlatformMap) GetString() string
Click to show internal directories.
Click to hide internal directories.