An open API service indexing awesome lists of open source software.

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

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.