We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of sysl version 0.76.0, regenerating the code in the gen/simple/servicerouter.go file contains a function
gen/simple/servicerouter.go
func (s *ServiceRouter) Config() interface{} { return s.gc.Config() }
However, the version of module github.com/anz-bank/sysl-go expects this function to have return type validator.Validate
github.com/anz-bank/sysl-go
validator.Validate
This requirement was removed recently in sysl-go, and so just needs a version bump and regenerate the code.
Could also do with a version bump of sysl (currently references sysl v0.57.0)
sysl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of sysl version 0.76.0, regenerating the code in the
gen/simple/servicerouter.go
file contains a functionHowever, the version of module
github.com/anz-bank/sysl-go
expects this function to have return typevalidator.Validate
This requirement was removed recently in sysl-go, and so just needs a version bump and regenerate the code.
Could also do with a version bump of
sysl
(currently references sysl v0.57.0)The text was updated successfully, but these errors were encountered: