jet/examples/quick-start
Samir Faci f7082eda68 Adding gosec and lint, fixing null_type overflow
ChangeLog:
  - Adding gosec linting
  - Adding static type to enum
  - fixing nulltype overflow
  - Trying out gotestsum as an alternative to go-junit-report.xml
2024-10-14 11:06:59 -04:00
..
.gen/jetdb/dvds add table prefix and suffix for multi-tenant environment support 2022-03-16 22:47:34 +08:00
dest.json Update Readme. 2022-02-11 12:49:54 +01:00
dest2.json dest.json and dest2.json - added to git for presentation purposes. 2019-07-20 20:00:09 +02:00
diagram.png Readme quick start example. 2019-06-24 18:22:55 +02:00
quick-start.go Adding gosec and lint, fixing null_type overflow 2024-10-14 11:06:59 -04:00
README.md Add go mod support. 2020-06-27 18:48:19 +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.