· 6 years ago · Aug 02, 2019, 09:58 AM
1# zxq.co/ilsubyeega/hanayo.git
2go/src/zxq.co/ilsubyeega/hanayo.git/main.go:180:19: cannot use rd (type *"zxq.co/ilsubyeega/hanayo.git/vendor/gopkg.in/redis.v5".Client) as type *"zxq.co/ripple/hanayo/vendor/gopkg.in/redis.v5".Client in assignment
3go/src/zxq.co/ilsubyeega/hanayo.git/main.go:262:12: cannot use pagemappings.CheckRedirect (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.Use
4go/src/zxq.co/ilsubyeega/hanayo.git/main.go:315:8: cannot use oauth.Authorize (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.RouterGroup.GET
5go/src/zxq.co/ilsubyeega/hanayo.git/main.go:316:9: cannot use oauth.Authorize (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.RouterGroup.POST
6go/src/zxq.co/ilsubyeega/hanayo.git/main.go:317:8: cannot use oauth.Token (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.RouterGroup.GET
7go/src/zxq.co/ilsubyeega/hanayo.git/main.go:318:9: cannot use oauth.Token (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.RouterGroup.POST
8go/src/zxq.co/ilsubyeega/hanayo.git/main.go:320:8: cannot use btcconversions.GetRates (type func(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context)) as type "zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".HandlerFunc in argument to r.RouterGroup.GET
9go/src/zxq.co/ilsubyeega/hanayo.git/oauth.go:47:38: cannot use oauthRequestHandler literal (type oauthRequestHandler) as type oauth.RequestHandler in argument to oauth.Initialise:
10 oauthRequestHandler does not implement oauth.RequestHandler (wrong type for CheckCSRF method)
11 have CheckCSRF(*"zxq.co/ilsubyeega/hanayo.git/vendor/github.com/gin-gonic/gin".Context, string) bool
12 want CheckCSRF(*"zxq.co/ripple/hanayo/vendor/github.com/gin-gonic/gin".Context, string) bool