Documentation
¶
Index ¶
- type App
- func (a *App) BeforeClose(ctx context.Context) bool
- func (a *App) ExportCustomFilterLists() error
- func (a *App) ImportCustomFilterLists() error
- func (a *App) IsNoSelfUpdate() bool
- func (a *App) OnSecondInstanceLaunch(secondInstanceData options.SecondInstanceData)
- func (a *App) OpenLogsDirectory() error
- func (a *App) RestartApplication() error
- func (a *App) StartProxy() (err error)
- func (a *App) Startup(ctx context.Context)
- func (a *App) StopProxy() (err error)
- func (a *App) UninstallCA() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) ExportCustomFilterLists ¶
ExportCustomFilterListsToFile exports the custom filter lists to a file.
func (*App) ImportCustomFilterLists ¶
ImportCustomFilterLists imports the custom filter lists from a file.
func (*App) IsNoSelfUpdate ¶
func (*App) OnSecondInstanceLaunch ¶ added in v0.11.2
func (a *App) OnSecondInstanceLaunch(secondInstanceData options.SecondInstanceData)
func (*App) OpenLogsDirectory ¶
func (*App) RestartApplication ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.