linstrom/storage-new/models/ActivitystreamsObject.go
mStar cfa0566c6d
All checks were successful
/ docker (push) Successful in 4m15s
Work on AS activities and objects
2025-04-29 21:35:58 +02:00

6 lines
161 B
Go

package models
// Not sure an extra table is even needed for AS objects
// since endpoints get the ID from the url anyway
type ActivitystreamsObject struct {
}