package
0.0.0-20240816032626-971883f4c164
Repository: https://github.com/lpxxn/mygotest.git
Documentation: pkg.go.dev
# README
API
This directory showcases API services which sit behind the micro api and serve a public facing API
Services
- api.go - runs an RPC api with api.Request and api.Response
- gin.go - using gin server. set micro api with --handler=proxy
- rest.go - using go-restful. set micro api with --handler=proxy
- rpc.go - using RPC. set micro api with --handler=rpc