Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageFilesInCurrentDir ¶
func GetImageFilesInCurrentDir() []string
Types ¶
type KnownImageType ¶
type KnownImageType string
const ( RaspberryPi KnownImageType = "raspberrypi" BeagleBone KnownImageType = "beaglebone" Kali KnownImageType = "kali" Ubuntu KnownImageType = "ubuntu" Unknown KnownImageType = "" )
func GuessImageType ¶
func GuessImageType(url string) KnownImageType
Click to show internal directories.
Click to hide internal directories.