removed unused code
This commit is contained in:
parent
e6e701a609
commit
a1056cf287
@ -37,8 +37,6 @@ type RequestSession struct {
|
|||||||
Continue bool
|
Continue bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type engineMaker func(cfg engine.Config, rs resource.Resource, pr *persist.Persister) engine.Engine
|
|
||||||
|
|
||||||
// TODO: seems like can remove this.
|
// TODO: seems like can remove this.
|
||||||
type RequestParser interface {
|
type RequestParser interface {
|
||||||
GetSessionId(rq any) (string, error)
|
GetSessionId(rq any) (string, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user