add generate server and swagger

This commit is contained in:
2024-05-18 05:34:55 +07:00
parent 5bba5821ab
commit 286048d068
11 changed files with 1220 additions and 15 deletions
+14 -1
View File
@@ -2,4 +2,17 @@ module cake_crm
go 1.22
require github.com/go-pkgz/routegroup v1.1.1 // indirect
require (
github.com/go-pkgz/routegroup v1.1.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
)
require (
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
)