Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LastNamespace string `json:"last_namespace"`
LastContext string `json:"last_context"`
LastResourceType string `json:"last_resource_type"`
FavoriteItems []string `json:"favorite_items"`
LogLineLimit int `json:"log_line_limit"`
RefreshInterval int `json:"refresh_interval_seconds"`
Theme string `json:"theme"`
}
func DefaultConfig ¶
func DefaultConfig() *Config
func (*Config) AddFavorite ¶
func (*Config) IsFavorite ¶
func (*Config) RemoveFavorite ¶
func (*Config) SetLastContext ¶
func (*Config) SetLastNamespace ¶
func (*Config) SetLastResourceType ¶
Click to show internal directories.
Click to hide internal directories.