mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
simplify code generation
This commit is contained in:
parent
84cc41df42
commit
936dd67008
@ -35,10 +35,9 @@ func main() {
|
|||||||
ctx := svc.NewServiceContext(c)
|
ctx := svc.NewServiceContext(c)
|
||||||
{{.srv}}
|
{{.srv}}
|
||||||
|
|
||||||
s, err := zrpc.NewServer(c.RpcServerConf, func(grpcServer *grpc.Server) {
|
s := zrpc.MustNewServer(c.RpcServerConf, func(grpcServer *grpc.Server) {
|
||||||
{{.registers}}
|
{{.registers}}
|
||||||
})
|
})
|
||||||
logx.Must(err)
|
|
||||||
defer s.Stop()
|
defer s.Stop()
|
||||||
|
|
||||||
fmt.Printf("Starting rpc server at %s...\n", c.ListenOn)
|
fmt.Printf("Starting rpc server at %s...\n", c.ListenOn)
|
||||||
|
Loading…
Reference in New Issue
Block a user