完善服务器
This commit is contained in:
12
Server/Gateway/grpc_server/server/server.go
Normal file
12
Server/Gateway/grpc_server/server/server.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"common/log"
|
||||
"common/proto/gen/common"
|
||||
"context"
|
||||
)
|
||||
|
||||
func (s *Server) SendMessage(ctx context.Context, req *common.Empty) (*common.Empty, error) {
|
||||
log.Infof("未实现函数")
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user