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

Struct ShortLink

db_controller/db_controller.go:92–95  ·  view source on GitHub ↗

ShortLink represents the schema for the short_links table

Source from the content-addressed store, hash-verified

90
91// ShortLink represents the schema for the short_links table
92type ShortLink struct {
93 ShortCode string `gorm:"type:string;primaryKey;not null"`
94 OriginalURL string `gorm:"type:string;not null"`
95}
96
97var (
98 db *gorm.DB

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected