linstrom/storage-new/models/Collection.go
mStar af6ff2dd30
All checks were successful
/ docker (push) Successful in 4m34s
Add follower and following collections
2025-05-11 18:28:51 +02:00

7 lines
159 B
Go

package models
type Collection struct {
Id string `gorm:"primarykey"`
TargetId string
TargetType string // `orm:"type:collection_target_type"`
}