парсер
This commit is contained in:
14
tg_parser/internal/domain/views_snapshot.go
Normal file
14
tg_parser/internal/domain/views_snapshot.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package domain
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type ViewsSnapshot struct {
|
||||
ViewsCount int
|
||||
FetchedAt time.Time
|
||||
|
||||
PostID uuid.UUID
|
||||
}
|
||||
Reference in New Issue
Block a user