初始化项目

This commit is contained in:
2025-12-06 09:10:24 +08:00
parent d730752f01
commit c9fcfc761e
35 changed files with 4283 additions and 295 deletions

View File

@@ -15,7 +15,11 @@ import (
func main() {
defer jaeger.ShutDown(context.Background())
http.RouteRegister([]interface{}{
controller.Data,
controller.Advertisement,
controller.Advertiser,
controller.AdPosition,
controller.AdStatistics,
controller.Report,
})
select {}
}