github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/domain/runtime/rtmtest/webhook.go (about)

     1  package rtmtest
     2  
     3  import "github.com/kyma-incubator/compass/components/director/internal/domain/runtime/automock"
     4  
     5  // UnusedWebhookService returns a mock webhook service that does not expect to get called
     6  func UnusedWebhookService() *automock.WebhookService {
     7  	return &automock.WebhookService{}
     8  }