diff --git a/ingress/ingress.go b/ingress/ingress.go index 592dfbc..161a164 100644 --- a/ingress/ingress.go +++ b/ingress/ingress.go @@ -12,5 +12,5 @@ type SetOption func(opts *SetOptions) type Ingress interface { Get(ctx context.Context, host string, opts ...GetOption) string - Set(ctx context.Context, host, endpoint string, opts ...SetOption) + Set(ctx context.Context, host, endpoint string, opts ...SetOption) bool }