Skip to content

dymyw/service-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Application Project Layout

Touch go.mod file

go mod init github.com/dymyw/service-layout

Get dependent

go get -u xxx/xxx

Compile *.proto file

make proto

Build command

make build

TODO list

  • api error transfer
    • grpc、metadata
  • update some fields
    • FieldMask
  • config design
    • yaml
  • source init
  • package management
    • wire
  • docker test
    • docker compose
  • handle http request
    • kratos

About

服务工程化实践

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published