Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSkeleton ¶
CheckSkeleton attempts to validate snap data in source directory
Types ¶
type Options ¶
type Options struct { // TargetDir is the direction where the snap file will be placed, or empty // to use the current directory TargetDir string // SnapName is the name of the snap file, or empty to use the default name // which is <snapname>_<version>_<architecture>.snap SnapName string // Compression method to use Compression string }
Click to show internal directories.
Click to hide internal directories.