Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangfeixiong/gpay
An open source micro-service of China online payments, e.g. Alipay, UnionPay & WeChatPay
https://github.com/tangfeixiong/gpay
dockerfile go grpc grpc-gateway kubernetes-manifests microservices
Last synced: 29 days ago
JSON representation
An open source micro-service of China online payments, e.g. Alipay, UnionPay & WeChatPay
- Host: GitHub
- URL: https://github.com/tangfeixiong/gpay
- Owner: tangfeixiong
- License: apache-2.0
- Created: 2018-04-06T17:19:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T21:16:13.000Z (over 6 years ago)
- Last Synced: 2024-08-03T23:24:44.245Z (4 months ago)
- Topics: dockerfile, go, grpc, grpc-gateway, kubernetes-manifests, microservices
- Language: Go
- Homepage:
- Size: 8.55 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - gpay - service of China online payments, e.g. Alipay, UnionPay & WeChatPay (Repositories)
README
# gpay
An open source micro-service of China online payment, e.g. Alipay, Unionpay & WeChatPay## How to contribute
### Development
#### Protocol buffer
For example
```
[vagrant@kubedev-172-17-4-59 gpay]$ GOPATH=/Users/fanhongling/Downloads/workspace:/home/vagrant/go make protoc-grpc
```#### Web
For example
```
[vagrant@kubedev-172-17-4-59 gpay]$ GOPATH=/Users/fanhongling/Downloads/workspace:/home/vagrant/go make go-bindata-web
```### Vendoring
For example
```
[vagrant@kubedev-172-17-4-59 gpay]$ GOPATH=/Users/fanhongling/go GOBIN=/Users/fanhongling/Downloads/99-mirror/linux-bin go get -u github.com/golang/dep/cmd/dep
``````
[vagrant@kubedev-172-17-4-59 gpay]$ dep version
dep:
version : devel
build date :
git hash :
go version : go1.10
go compiler : gc
platform : linux/amd64
features : ImportDuringSolve=false
```