Communication library used by SYSL-generated code written in Go.
go get github.com/anz-bank/sysl-go
docker pull anzbank/sysl-go:latest
docker run --rm -v $(pwd):/mount:ro anzbank/sysl-go /sysl-go/codegen/arrai/service.arrai github.com/anz-bank/sysl-template/gen /mount/api/project.json simple rest-app | tar xf - -C gen/simple
See sysl-template for more examples
Ensure your environment provides:
make
sysl
tool available on PATHarrai
tool available on PATHgo-bindata
tool available on PATHgoimports
tool available on PATHOn OSX, after installing go 1.20 run
brew install golangci/tap/golangci-lint make curl protoc-gen-go grpc
Test and lint everything with
make
View all relevant make targets with
make help
View test coverage in the browser with
make coverage
Sysl-go comes equipped with flexible, out-of-the-box logging support.
For complete information see Logging.