Documentation ¶
Index ¶
- func Main(assets embed.FS) error
- type App
- type WailsLogger
- func (l WailsLogger) Debug(message string)
- func (l WailsLogger) Error(message string)
- func (l WailsLogger) Fatal(message string)
- func (l WailsLogger) Info(message string)
- func (l WailsLogger) Print(message string)
- func (l WailsLogger) Trace(message string)
- func (l WailsLogger) Warning(message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) GetConfigPath ¶
func (*App) GetVersion ¶
func (*App) SetConfigPath ¶
func (*App) Test ¶
func (a *App) Test(engin.ProgressMsg, engin.ProgressResult)
type WailsLogger ¶
func (WailsLogger) Debug ¶
func (l WailsLogger) Debug(message string)
func (WailsLogger) Error ¶
func (l WailsLogger) Error(message string)
func (WailsLogger) Fatal ¶
func (l WailsLogger) Fatal(message string)
func (WailsLogger) Info ¶
func (l WailsLogger) Info(message string)
func (WailsLogger) Print ¶
func (l WailsLogger) Print(message string)
func (WailsLogger) Trace ¶
func (l WailsLogger) Trace(message string)
func (WailsLogger) Warning ¶
func (l WailsLogger) Warning(message string)
Click to show internal directories.
Click to hide internal directories.