Skip to content

Commit

Permalink
modified the common.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharadwajshivam28 committed Oct 9, 2024
1 parent 83187b7 commit 911ac5e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ type SecretData struct {
Password config.Secret `json:"password"`
}

// IRoundTripper interface defines the method to get the RoundTripper
//go:generate moq -pkg fake -skip-ensure -out ./fake/roundtripper_mock.go . IRoundTripper
type IRoundTripper interface {
GetRoundTripper(context.Context, metricsapi.KeptnMetricsProvider, client.Client) (http.RoundTripper, error)
}

// RoundTripperRetriever implements the IRoundTripper interface
type RoundTripperRetriever struct {
}

Expand Down

0 comments on commit 911ac5e

Please sign in to comment.