package middleware import ( "kpt-tmr-group/module/backend" "github.com/gin-gonic/gin" ) func BackendOperation(c *gin.Context) *backend.Hub { return &(Dependency(c).StoreEventHub) }