You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return error when bind fail
If binding fails, treat them as an error instead of panic
This break binding regiter function `RegisterFunc` because its now
able to return an error.