This commit is contained in:
2026-08-10 11:16:02 +08:00
parent f994b2de9c
commit 007a7ba38a
26 changed files with 469 additions and 142 deletions

View File

@@ -0,0 +1,10 @@
package service
import (
"bsm/full/all/internal/server"
moduleService "bsm/full/module/base/logs/service"
)
func exposeLogs(srv *server.Server) error {
return moduleService.Expose(srv.HTTP)
}