forked from grassrootseconomics/visedriver
Merge upstream
This commit is contained in:
@@ -30,7 +30,7 @@ type RequestSession struct {
|
||||
|
||||
// TODO: seems like can remove this.
|
||||
type RequestParser interface {
|
||||
GetSessionId(rq any) (string, error)
|
||||
GetSessionId(ctx context.Context, rq any) (string, error)
|
||||
GetInput(rq any) ([]byte, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user