chore(server): 清理 stale code_batches 注释
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user