Factor out all non-generic implementations #250

Closed
lash wants to merge 29 commits from lash/purify-max into master
Showing only changes of commit b9712098ef - Show all commits

View File

@ -110,10 +110,6 @@ func (f *BaseSessionHandler) GetConfig() engine.Config {
return f.cfgTemplate return f.cfgTemplate
} }
<<<<<<< HEAD:handlers/base.go
func(f *BaseSessionHandler) GetRequestParser() request.RequestParser { func(f *BaseSessionHandler) GetRequestParser() request.RequestParser {
=======
func (f *BaseSessionHandler) GetRequestParser() RequestParser {
>>>>>>> master:internal/handlers/base.go
return f.rp return f.rp
} }