Documentation ¶
Overview ¶
Package state exposes common helpers for working with state from the CLI.
This is a separate package so that backends can use this for consistent messaging without creating a circular reference to the command package.
Index ¶
Constants ¶
View Source
const ( LockThreshold = 400 * time.Millisecond LockMessage = "Acquiring state lock. This may take a few moments..." LockErrorMessage = `` /* 295-byte string literal not displayed */ UnlockMessage = "Releasing state lock. This may take a few moments..." UnlockErrorMessage = `` /* 787-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.