6 lines
161 B
Go
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 {
|
|
}
|