Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCacheFolder ¶
Types ¶
type Config ¶
type Config struct {
WindowState WindowState `json:"windowState"`
}
type WindowState ¶
type WindowState struct { Width int `json:"width"` Height int `json:"height"` X int `json:"x"` Y int `json:"y"` }
func (WindowState) String ¶
func (ws WindowState) String() string
Click to show internal directories.
Click to hide internal directories.