Merge branch 'main' into ssh-rewrite

This commit is contained in:
Viktor Liu
2025-10-08 12:40:07 +02:00
8 changed files with 123 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ type MockWGIface struct {
LastActivitiesFunc func() map[string]monotime.Time
}
func (m *MockWGIface) RemoveEndpointAddress(_ string) error {
return nil
}
func (m *MockWGIface) FullStats() (*configurer.Stats, error) {
return nil, fmt.Errorf("not implemented")
}