update ingress interface
This commit is contained in:
parent
8e4fc06cf1
commit
a916f04016
@ -12,5 +12,5 @@ type SetOption func(opts *SetOptions)
|
|||||||
|
|
||||||
type Ingress interface {
|
type Ingress interface {
|
||||||
Get(ctx context.Context, host string, opts ...GetOption) string
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user