agh

package
v0.107.65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package agh contains common entities and interfaces of AdGuard Home.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigModifier

type ConfigModifier interface {
	// Apply applies changes to the global configuration.
	Apply(ctx context.Context)
}

ConfigModifier defines an interface for updating the global configuration.

type EmptyConfigModifier

type EmptyConfigModifier struct{}

EmptyConfigModifier is an empty ConfigModifier implementation that does nothing.

func (EmptyConfigModifier) Apply

func (em EmptyConfigModifier) Apply(ctx context.Context)

Apply implements the ConfigModifier for EmptyConfigModifier.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL