Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

anz-bank/gosysl

Repository files navigation

Sysl plugin for Golang REST api generation

Build Status Codecov Go Report Card License

sysl-go-rest generates RESTful API in the Go programming language for given Sysl specification.

Usage

go install github.com/anz-bank/gosysl/cmd/sysl-go-rest
sysl pb example.sysl -o example.pb
sysl-go-rest example.pb pkg

Compiling the protobuf file

Protoc and Golang-Protobuf-plugin Use protoc compiler with golang Plugin to generate golang source code sysl.pb.go:

protoc --go_out=. pb/sysl.proto

About

Sysl generator for REST APIs in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published