feat: markmap function is ready

This commit is contained in:
RockYang
2024-04-15 17:23:59 +08:00
parent b5f6eaf159
commit 3a8a69ac2e
12 changed files with 418 additions and 142 deletions

View File

@@ -439,7 +439,7 @@ func main() {
fx.Provide(handler.NewMarkMapHandler),
fx.Invoke(func(s *core.AppServer, h *handler.MarkMapHandler) {
group := s.Engine.Group("/api/markMap/")
group.GET("model", h.GetModel)
group.Any("client", h.Client)
}),
fx.Invoke(func(s *core.AppServer, db *gorm.DB) {
go func() {