Documentation
¶
Index ¶
Constants ¶
View Source
const ( DESTROY = iota CREATE )
Variables ¶
View Source
var PollingIntervalSeconds time.Duration = 5
overridden in tests to speed them up
View Source
var RunCmd = &cobra.Command{ Use: "run", Aliases: []string{"r"}, Short: "Commands for interacting with Runs", SilenceErrors: true, }
Functions ¶
func FormatRunUrl ¶
Types ¶
type RunTimeSorter ¶
type RunTimeSorter []*tfe.Run
func (RunTimeSorter) Len ¶
func (rts RunTimeSorter) Len() int
func (RunTimeSorter) Less ¶
func (rts RunTimeSorter) Less(i, j int) bool
func (RunTimeSorter) Swap ¶
func (rts RunTimeSorter) Swap(i, j int)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.