oxisto / owl2proto

Apache License 2.0
3 stars 0 forks source link

owl2proto

Build

go build ./cmd/owl2proto/owl2proto.go

Run

./owl2proto generate-proto --root-resource-name=ex:Resource example/cloud.owx --header-file=example/example_header.proto --output-path=example/example.proto

Generate Go Structs

Finally, go structs for the example can be created using buf generate && buf format -w.