Documentation
¶
Index ¶
- func AllocIDAndTaskNameFromKey(key string) (string, string)
- func FetchAllocSpec(url, token, allocID string) tea.Cmd
- func FetchAllocations(url, token, jobID, jobNamespace string) tea.Cmd
- func FetchJobSpec(url, token, jobID, jobNamespace string) tea.Cmd
- func FetchJobs(url, token string) tea.Cmd
- func FetchLogLine(logline string) tea.Cmd
- func FetchLogs(url, token, allocID, taskName string, logType LogType) tea.Cmd
- func GetPageKeyHelp(currentPage Page) string
- func JobIDAndNamespaceFromKey(key string) (string, string)
- type ChangePageMsg
- type LogType
- type Page
- type PageLoadedMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAllocSpec ¶
func FetchAllocations ¶
func FetchJobSpec ¶
func FetchLogLine ¶
func GetPageKeyHelp ¶
Types ¶
type ChangePageMsg ¶
type ChangePageMsg struct{ NewPage Page }
Click to show internal directories.
Click to hide internal directories.