Documentation ¶
Index ¶
Constants ¶
View Source
const ( BundleFilename = "bundle.json" RelocationMapFilename = "relocation-map.json" )
Variables ¶
This section is empty.
Functions ¶
func RelocationMapJSON ¶
func RelocationMapJSON(relocationMapPath string) (relocation.ImageRelocationMap, error)
Types ¶
type AppImage ¶
type AppImage struct { *bundle.Bundle RelocationMap relocation.ImageRelocationMap }
func FromBundle ¶
FromBundle returns a RelocatedBundle with an empty relocation map.
Click to show internal directories.
Click to hide internal directories.