added new way to integrate with ezconf

This commit is contained in:
2026-02-25 22:01:25 +11:00
parent 9179736c90
commit f3d6a01105
2 changed files with 47 additions and 5 deletions

View File

@@ -210,5 +210,5 @@ func TestRegisterIntegrations_PartialFailure(t *testing.T) {
func TestIntegration_Interface(t *testing.T) {
// Verify that mockIntegration implements Integration interface
var _ Integration = (*mockIntegration)(nil)
var _ IntegrationDepr = (*mockIntegration)(nil)
}