mirror of
https://github.com/go-gost/core.git
synced 2024-08-11 17:44:43 +00:00
update Ingress interface
This commit is contained in:
@@ -4,4 +4,5 @@ import "context"
|
||||
|
||||
type Ingress interface {
|
||||
Get(ctx context.Context, host string) string
|
||||
Set(ctx context.Context, host, endpoint string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user