Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiClient *api.Client
Functions ¶
func SaveConfig ¶
Types ¶
type AuthSuccessMsg ¶
type AuthSuccessMsg struct {
Token string
}
type CdResultMsg ¶
type Config ¶
type Config struct {
Token string `json:"token"`
}
func LoadConfig ¶
func LoadConfig() Config
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func InitialModel ¶
func InitialModel() Model
type TabCompletionMsg ¶
type TabCompletionMsg struct {
Input string
}
type TaskDetailsMsg ¶
type UpdateLastOnlineMsg ¶
type UpdateLastOnlineMsg struct {
Err error
}
type WorkspacesMsg ¶
Click to show internal directories.
Click to hide internal directories.