feat: implement core backend architecture and project management services for the History API
Build and Release / release (push) Successful in 1m33s

This commit is contained in:
2026-06-05 14:18:55 +07:00
parent 420a9ad43a
commit fdcd44cc00
70 changed files with 944 additions and 734 deletions
+1 -1
View File
@@ -2,7 +2,6 @@ package main
import (
"context"
"encoding/json"
"math"
"strconv"
"sync"
@@ -15,6 +14,7 @@ import (
"history-api/pkg/config"
"history-api/pkg/constants"
"history-api/pkg/database"
json "history-api/pkg/jsonx"
_ "history-api/pkg/log"
"github.com/redis/go-redis/v9"