Skip to content

tpl-x/hertz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

herz

install tool

gonew

 go install golang.org/x/tools/cmd/gonew@latest

ent

go install entgo.io/ent/cmd/ent@latest

hz

go install github.com/cloudwego/hertz/cmd/hz@latest

openapi plugin

go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest

init project

 hz new \       
  -I proto \
  -idl proto/api/v1/hello.proto \
  -mod github.com/tpl-x/hertz \
  -model_dir biz/model \
  -handler_dir biz/handler
  --protoc-plugins=openapi::./docs 

update idl

hz update -I proto \
  -idl proto/api/v1/hello.proto \
  --protoc-plugins=openapi::./docs 

About

herz project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published