fix: [AH-731]: revert interface change (#3106)

* fix: [AH-731]: revert interface change
This commit is contained in:
Tudor Macari 2024-12-04 08:02:57 +00:00 committed by Harness
parent ccf7673ee5
commit 7764ab2154

View File

@ -78,8 +78,6 @@ type Provider interface {
GetAPIProto(ctx context.Context) string
RegistryURL(ctx context.Context, params ...string) string
GetUIBaseURL(ctx context.Context) string
}
// Provider provides the URLs of the Harness system.