chore(server): 清理 stale code_batches 注释

This commit is contained in:
wangjia
2026-07-10 15:03:45 +08:00
parent db3428f622
commit 16855a533a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ type AuditFilter struct {
Offset int Offset int
} }
// BatchSummary is a code_batches row with aggregate code counts for the // BatchSummary is a codes_batches row with aggregate code counts for the
// batch list view. // batch list view.
type BatchSummary struct { type BatchSummary struct {
ID int64 ID int64
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"time" "time"
) )
// BatchInfo summarises a code_batches row with aggregate code counts, for the // BatchInfo summarises a codes_batches row with aggregate code counts, for the
// admin batch-list view. It carries no plaintext — only hashes live in `codes`. // admin batch-list view. It carries no plaintext — only hashes live in `codes`.
type BatchInfo struct { type BatchInfo struct {
ID int64 ID int64