Documentation ¶
Index ¶
- type Logger
- func (w *Logger) LogDebug(ctx context.Context, message string)
- func (w *Logger) LogDebugf(ctx context.Context, format string, args ...any)
- func (w *Logger) LogError(ctx context.Context, message string)
- func (w *Logger) LogErrorf(ctx context.Context, format string, args ...any)
- func (w *Logger) LogFatal(ctx context.Context, message string)
- func (w *Logger) LogFatalf(ctx context.Context, format string, args ...any)
- func (w *Logger) LogInfo(ctx context.Context, message string)
- func (w *Logger) LogInfof(ctx context.Context, format string, args ...any)
- func (w *Logger) LogPrint(ctx context.Context, message string)
- func (w *Logger) LogPrintf(ctx context.Context, format string, args ...any)
- func (w *Logger) LogTrace(ctx context.Context, message string)
- func (w *Logger) LogTracef(ctx context.Context, format string, args ...any)
- func (w *Logger) LogWarning(ctx context.Context, message string)
- func (w *Logger) LogWarningf(ctx context.Context, format string, args ...any)
- type WailsRuntime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { }
type WailsRuntime ¶
type WailsRuntime struct {
// contains filtered or unexported fields
}
func NewWailsRuntime ¶
func NewWailsRuntime( appCtx interfaces.AppContext, ) *WailsRuntime
func (*WailsRuntime) EventsEmit ¶
func (w *WailsRuntime) EventsEmit( eventName string, optionalData ...any, )
func (*WailsRuntime) OpenFileDialog ¶
func (w *WailsRuntime) OpenFileDialog( dialogOptions runtime.OpenDialogOptions, ) (string, error)
func (*WailsRuntime) SaveFileDialog ¶
func (w *WailsRuntime) SaveFileDialog( dialogOptions runtime.SaveDialogOptions, ) (string, error)
Click to show internal directories.
Click to hide internal directories.