Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageAction ¶
type PackageAction int
const ( Install PackageAction = iota Remove Upgrade )
func (PackageAction) String ¶
func (s PackageAction) String() string
type ServiceAction ¶
type ServiceAction int
const ( Restart ServiceAction = iota Start Stop )
func (ServiceAction) String ¶
func (s ServiceAction) String() string
Click to show internal directories.
Click to hide internal directories.