package grpc_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 }