MetaTube / model /time.go
henry99a's picture
Clean commit for Hugging Face Spaces without binary files
ca7217f
package model
import (
"time"
)
type TimeTracker struct {
CreatedAt time.Time
UpdatedAt time.Time
}