MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / AnalyticData

Struct AnalyticData

db_controller/db_controller.go:81–89  ·  view source on GitHub ↗

Analytics seems cool, and me liek numbrers.

Source from the content-addressed store, hash-verified

79// Analytics seems cool, and me liek numbrers.
80
81type AnalyticData struct {
82 DataType string `gorm:"type:string;not null"`
83 IPAddress string `gorm:"type:string;"`
84 Language string `gorm:"type:string;"`
85 UserAgent string `gorm:"type:string;"`
86 TwitterClient string `gorm:"type:string"`
87 TwitterClientVersion string `gorm:"type:string"`
88 Timestamp time.Time `gorm:"type:timestamp"`
89}
90
91// ShortLink represents the schema for the short_links table
92type ShortLink struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected