Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindVerById ¶
Types ¶
type EditProfileWindow ¶
func NewEditProfileWindow ¶
func NewEditProfileWindow(parent *FWindow) *EditProfileWindow
type FWindow ¶
type FWindow struct { Window *widgets.QWidget ProgressBar *widgets.QProgressBar ProgressBarStatus *widgets.QLabel // contains filtered or unexported fields }
func NewFWindow ¶
func NewFWindow() *FWindow
type LauncherProfiles ¶
type LauncherProfiles struct { Profiles map[string]LProfile `json:"profiles"` AuthenticationDatabase struct { RefreshToken string Email string Username string } PreviousProfile string }
func (*LauncherProfiles) Save ¶
func (l *LauncherProfiles) Save() error
Click to show internal directories.
Click to hide internal directories.