This commit is contained in:
crn4
2026-04-28 17:59:43 +02:00
parent 4f0d6ef8f9
commit f78bc6113e

View File

@@ -390,6 +390,10 @@ func (m *testServiceManager) DeleteService(_ context.Context, _, _, _ string) er
return nil
}
func (m *testServiceManager) DeleteAccountCluster(_ context.Context, _, _, _ string) error {
return nil
}
func (m *testServiceManager) SetCertificateIssuedAt(_ context.Context, _, _ string) error {
return nil
}