adharshmk96 / stk

Server tool kit - framework for developing server in golang
MIT License
2 stars 0 forks source link

feat: implement some method to access value from middleware to handler #40

Open adharshmk96 opened 1 year ago

adharshmk96 commented 1 year ago

add WithValue ( copy from context.Context package implementation. ? ) or extend the gsk context with context.Context.