Documentation ¶
Overview ¶
Package pkg packages odds and ends that apply to packages in more than one layer (to more than one of deb, click, snap, and part).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type represents the kind of snap (app, core, frameworks, oem)
const ( TypeApp Type = "app" TypeCore Type = "core" TypeFramework Type = "framework" TypeOem Type = "oem" )
The various types of snap parts we support
func (Type) MarshalJSON ¶
MarshalJSON returns *m as the JSON encoding of m.
func (*Type) UnmarshalJSON ¶
UnmarshalJSON sets *m to a copy of data.
Directories ¶
Path | Synopsis |
---|---|
Package lightweight provides a quick way of loading things that can become snaps.
|
Package lightweight provides a quick way of loading things that can become snaps. |
Package removed implements Removed packages, that are packages that have been installed, removed, but not purged: there is no application, but there might be data.
|
Package removed implements Removed packages, that are packages that have been installed, removed, but not purged: there is no application, but there might be data. |
Click to show internal directories.
Click to hide internal directories.