Sort available style constants
We have a number of style constant names defined in completly random order, let's make a little bit of cleanup here.pull/7902/head
parent
947dc21701
commit
7462bb5568
|
@ -21,76 +21,76 @@ type StyleEnum int
|
|||
|
||||
// All the Style constants available
|
||||
const (
|
||||
Happy StyleEnum = iota
|
||||
SuccessType
|
||||
FailureType
|
||||
Celebration
|
||||
Conflict
|
||||
FatalType
|
||||
Notice
|
||||
Ready
|
||||
Running
|
||||
Provisioning
|
||||
Restarting
|
||||
Stopping
|
||||
Stopped
|
||||
Warning
|
||||
Waiting
|
||||
WaitingPods
|
||||
Usage
|
||||
Launch
|
||||
Sad
|
||||
ThumbsUp
|
||||
ThumbsDown
|
||||
Option
|
||||
Command
|
||||
LogEntry
|
||||
Deleted
|
||||
URL
|
||||
Documentation
|
||||
Issues
|
||||
Issue
|
||||
Check
|
||||
ISODownload
|
||||
FileDownload
|
||||
AddonDisable = iota
|
||||
AddonEnable
|
||||
Caching
|
||||
StartingVM
|
||||
StartingNone
|
||||
Provisioner
|
||||
Resetting
|
||||
DeletingHost
|
||||
Copying
|
||||
Connectivity
|
||||
Confused
|
||||
Internet
|
||||
Mounting
|
||||
Celebrate
|
||||
ContainerRuntime
|
||||
Docker
|
||||
CRIO
|
||||
Celebration
|
||||
Check
|
||||
Command
|
||||
Conflict
|
||||
Confused
|
||||
Connectivity
|
||||
Containerd
|
||||
Permissions
|
||||
Enabling
|
||||
Shutdown
|
||||
Pulling
|
||||
HealthCheck
|
||||
Verifying
|
||||
VerifyingNoLine
|
||||
Kubectl
|
||||
Meh
|
||||
ContainerRuntime
|
||||
Copying
|
||||
CRIO
|
||||
Deleted
|
||||
DeletingHost
|
||||
Docker
|
||||
Documentation
|
||||
DryRun
|
||||
Embarrassed
|
||||
Empty
|
||||
Enabling
|
||||
FailureType
|
||||
FatalType
|
||||
FileDownload
|
||||
Fileserver
|
||||
Happy StyleEnum
|
||||
HealthCheck
|
||||
Internet
|
||||
ISODownload
|
||||
Issue
|
||||
Issues
|
||||
Kubectl
|
||||
Launch
|
||||
LogEntry
|
||||
Meh
|
||||
Mounting
|
||||
MountOptions
|
||||
New
|
||||
Notice
|
||||
Option
|
||||
Pause
|
||||
Permissions
|
||||
Provisioner
|
||||
Provisioning
|
||||
Pulling
|
||||
Ready
|
||||
Resetting
|
||||
Restarting
|
||||
Running
|
||||
Sad
|
||||
Shrug
|
||||
Shutdown
|
||||
Sparkle
|
||||
StartingNone
|
||||
StartingVM
|
||||
Stopped
|
||||
Stopping
|
||||
SuccessType
|
||||
ThumbsDown
|
||||
ThumbsUp
|
||||
Tip
|
||||
Unmount
|
||||
MountOptions
|
||||
Fileserver
|
||||
Empty
|
||||
Workaround
|
||||
Sparkle
|
||||
Pause
|
||||
Unpause
|
||||
DryRun
|
||||
AddonEnable
|
||||
AddonDisable
|
||||
Shrug
|
||||
New
|
||||
URL
|
||||
Usage
|
||||
Verifying
|
||||
VerifyingNoLine
|
||||
Waiting
|
||||
WaitingPods
|
||||
Warning
|
||||
Workaround
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue