removed unused code

This commit is contained in:
Alfred Kamanda 2024-09-20 13:54:23 +03:00
parent e6e701a609
commit a1056cf287
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -37,8 +37,6 @@ type RequestSession struct {
Continue bool
}
type engineMaker func(cfg engine.Config, rs resource.Resource, pr *persist.Persister) engine.Engine
// TODO: seems like can remove this.
type RequestParser interface {
GetSessionId(rq any) (string, error)