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
sysl-template on master [!?] via 🐹 v1.14.3
➜ go run main.go
github.com/eobjects/sysl-template/gen/simple
gen/simple/requestrouter.go:35:9: cannot use &ServiceRouter literal (type *ServiceRouter) as type handlerinitialiser.HandlerInitialiser in return argument:
*ServiceRouter does not implement handlerinitialiser.HandlerInitialiser (wrong type for Config method)
have Config() interface {}
want Config() "github.com/anz-bank/sysl-go/validator".Validator
sysl-template on master [!?] via 🐹 v1.14.3
➜ go version
go version go1.14.3 darwin/amd64
The text was updated successfully, but these errors were encountered:
sysl-template on master [!?] via 🐹 v1.14.3
➜ go run main.go
github.com/eobjects/sysl-template/gen/simple
gen/simple/requestrouter.go:35:9: cannot use &ServiceRouter literal (type *ServiceRouter) as type handlerinitialiser.HandlerInitialiser in return argument:
*ServiceRouter does not implement handlerinitialiser.HandlerInitialiser (wrong type for Config method)
have Config() interface {}
want Config() "github.com/anz-bank/sysl-go/validator".Validator
sysl-template on master [!?] via 🐹 v1.14.3
➜ go version
go version go1.14.3 darwin/amd64
The text was updated successfully, but these errors were encountered: