https://github.com/solidiquis/wf_email_microservice_public
Go micro-service for rapid email sending via SendWithUs and web-hook management.
https://github.com/solidiquis/wf_email_microservice_public
Last synced: about 1 month ago
JSON representation
Go micro-service for rapid email sending via SendWithUs and web-hook management.
- Host: GitHub
- URL: https://github.com/solidiquis/wf_email_microservice_public
- Owner: solidiquis
- Created: 2020-03-30T01:05:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T01:07:11.000Z (about 6 years ago)
- Last Synced: 2025-01-14T06:29:17.585Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wf Email Microservice
**Starting up the server**:
```
$ ./wf.sh server
# Alternatives
$ ./wf.sh s
$ ./wf.sh -p 3333
```
**Go protobuf compilation**:
Place your *.proto files in `api/proto/v1` and run the following:
```
./wf.sh cproto file_name # don't include the .proto extension
```
This will create `pkg/api/v1/file_name.pb.go`.
**Ruby protobuf compilation**:
`protoc --proto_path=app/shared/protobuf/ --ruby_out=app/shared/protobuf/modules app/shared/protobuf/email_microservice.proto`