jet/examples/quick-start
Eli Ribble 34e5dcbb17
All checks were successful
/ test (push) Successful in 3s
Switch to hosting on source.gleipnir.technology
2026-05-14 16:26:47 +00:00
..
.gen/jetdb/dvds Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
dest.json Add support for additional array types. 2025-10-16 15:09:07 +02:00
dest2.json Add support for additional array types. 2025-10-16 15:09:07 +02:00
diagram.png Readme quick start example. 2019-06-24 18:22:55 +02:00
quick-start.go Switch to hosting on source.gleipnir.technology 2026-05-14 16:26:47 +00:00
README.md Add support for additional array types. 2025-10-16 15:09:07 +02:00

Quick start example

This package contains sample usage for Jet framework.

Jet generated files of interest are in ./gen folder.

quick-start.go - contains code explained at main README.md, with a difference of redirecting json output to files(dest.json and dest2.json) rather then to a standard output.

./gen, dest.json and dest2.json - added into git for presentation purposes.