Documentation ¶
Overview ¶
Package shared is intended for isolating constants and minor functions required to be consistent across packages so as to avoid transitive package includes
Index ¶
Constants ¶
View Source
const ( DiskLabelQueryName = "disk-label" FilterSpecQueryName = "filter-spec" SkipRecurseQueryName = "skip-recurse" SkipDataQueryName = "skip-data" GuestActionReload = "reload" GuestActionKill = "kill" GuestActionGroupKill = "group-kill" GuestShutdownTimeout = 20 * time.Second GuestRebootTimeout = 20 * time.Second WaitForSessionExitTimeout = 20 * time.Second // scratchDiskLabel labels the root image for the disk chain ScratchDiskLabel = "containerfs" )
Constants used by tether for exchange outside of tether
Variables ¶
View Source
var Sys = system.New()
Functions ¶
func PIDFileDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.