项目文件夹

文件
Asim Aslam 1cd7cfaa6c
Run tests / Test repo (push) Has been cancelled
go-micro.dev/v4 (#2305)
2021-10-12 12:55:53 +01:00
..
2021-10-12 12:55:53 +01:00
2021-10-12 12:55:53 +01:00
2020-12-26 15:17:20 +00:00

Service

This is an example of creating a micro service.

Contents

  • main.go - is the main definition of the service, handler and client
  • proto - contains the protobuf definition of the API

Run the example

Run the service

go run main.go

Run the client

go run main.go --run_client

And that's all there is to it.