mirror of https://github.com/harness/drone.git
fix: [AH-731]: revert interface change (#3106)
* fix: [AH-731]: revert interface changepull/3597/head
parent
ccf7673ee5
commit
7764ab2154
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue