hongda3141 / plugins_design_in_go

Implementing Plugin Architecture Design in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

docker-compose build

RUN

docker-compose up app

Sample Request

curl -d '{"author": "valu", "sum" : "emu", "product":{"name": "sanders", "type": "food"} } 
-H "Content-Type: application/json" 
-X POST http://localhost:5000/payment

About

Implementing Plugin Architecture Design in Go


Languages

Language:Go 96.8%Language:Dockerfile 3.2%