mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-07 18:03:34 +03:00
Merge in DNS/adguard-home from websvc-config-manager to master Squashed commit of the following: commit 2143b47c6528030dfe059172888fddf9061e42da Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Oct 4 14:50:47 2022 +0300 next: add config manager
9 lines
249 B
Go
9 lines
249 B
Go
package aghtest_test
|
|
|
|
import (
|
|
"github.com/AdguardTeam/AdGuardHome/internal/aghtest"
|
|
"github.com/AdguardTeam/AdGuardHome/internal/next/websvc"
|
|
)
|
|
|
|
// type check
|
|
var _ websvc.ServiceWithConfig[struct{}] = (*aghtest.ServiceWithConfig[struct{}])(nil)
|