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) OpenLogsDirectory() 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 ¶ added in v0.6.0
ExportCustomFilterListsToFile exports the custom filter lists to a file.
func (*App) ImportCustomFilterLists ¶ added in v0.6.0
ImportCustomFilterLists imports the custom filter lists from a file.
func (*App) OpenLogsDirectory ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.