package gateway type Context interface { Bind(i interface{}) (err error) Error(code int,msg string) (err error) Success(i interface{}) (err error) }