mirror of https://github.com/harness/drone.git
parent
7764ab2154
commit
d85030ef03
|
@ -78,6 +78,8 @@ type Provider interface {
|
||||||
GetAPIProto(ctx context.Context) string
|
GetAPIProto(ctx context.Context) string
|
||||||
|
|
||||||
RegistryURL(ctx context.Context, params ...string) string
|
RegistryURL(ctx context.Context, params ...string) string
|
||||||
|
|
||||||
|
GetUIBaseURL(ctx context.Context) string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Provider provides the URLs of the Harness system.
|
// Provider provides the URLs of the Harness system.
|
||||||
|
|
Loading…
Reference in New Issue