package
1.1.2
Repository: https://github.com/render-oss/cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
pkg/tui/views/jobcancelview.go.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
ClearScreenMsg is a message that clears the screen before rendering the next message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DoneMsg quits the program after displaying a message.
No description provided by the author
ErrorMsg quits the program after displaying an error message.
No description provided by the author
No description provided by the author
Form is a wrapper around a huh form that implements the layout.DimensionModel interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Adapted from the tabs bubbletea example: https://github.com/charmbracelet/bubbletea/tree/main/examples/tabs.
No description provided by the author

# Interfaces

DimensionModel is an extension of tea.Model that implements a SetWidth and SetHeight method.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TypedCmd is a wrapper around tea.Cmd that allows us to specify the type of data that the command will return.