add context for modules
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
package ingress
|
||||
|
||||
import "context"
|
||||
|
||||
type Ingress interface {
|
||||
Get(host string) string
|
||||
Get(ctx context.Context, host string) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user