refactor: rename visitor counter to hit counter

This commit is contained in:
trafficlunar 2025-03-20 22:31:39 +00:00
parent 38b93391a1
commit 32aea2cbd5
4 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
package model
type VisitCounter struct {
type HitCounter struct {
Counter uint32 `json:"counter"`
}