diff --git a/ingress/ingress.go b/ingress/ingress.go index 67bef6f..f2d81ff 100644 --- a/ingress/ingress.go +++ b/ingress/ingress.go @@ -4,4 +4,5 @@ import "context" type Ingress interface { Get(ctx context.Context, host string) string + Set(ctx context.Context, host, endpoint string) }