Interactions-HSG / grpcwot

A simple command line tool to generate a Thing Description from Protocol Buffers
GNU General Public License v3.0
0 stars 0 forks source link

Supporting all scalar field types #16

Closed S-Eibl closed 2 years ago

S-Eibl commented 2 years ago

According to #15, this PR should add the ability to deal with all scalar value field types. I also added tests with helper methods for the builder.go file to test if all types are converted to the correct JSON representation. The helper methods can also be helpful for the following features, as they provide the ability to create the actual from the builder and read in an expected from a file.

This PR closes #15.

iomz commented 2 years ago

There's no response to Issue #15 still.

iomz commented 2 years ago

Merging this PR without a mechanism to preserve Proto3 data types.