https://github.com/jochumdev/microwire-examples
Examples for microwire
https://github.com/jochumdev/microwire-examples
Last synced: 5 months ago
JSON representation
Examples for microwire
- Host: GitHub
- URL: https://github.com/jochumdev/microwire-examples
- Owner: jochumdev
- License: mit
- Created: 2022-09-27T05:28:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T17:09:53.000Z (over 3 years ago)
- Last Synced: 2025-06-28T00:02:07.306Z (12 months ago)
- Language: Go
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microwire-examples
## WIP - This is work in Progress - DO NOT USE\*\*
microwire intends to replace go-micro.dev/v4/util/cmd with wire generated code.
## The examples
- [configfile](configfile/)
Nats with config from file and NO builtin flags.
- [customlogger](customlogger/)
Show's how you can set custom loggers.
- [dumpconfig](dumpconfig/)
Just dumps the config.
- [livecyclehooks](livecyclehooks/)
Simply provides all livecycle hooks available, one errors out.
- [nocli](nocli/)
An advanced demo, which shows howto remove Cli all together with wire generated code.
- [simple](simple/)
The simplest way of creating a service with microwire.
- [slim](slim/)
Includes only the json codec.
## Authors
- René Jochum - rene@jochum.dev
## License
These examples are MIT licensed.