otter-space-sdk/pkg/models/api.go
SoXX 34c001473b
Some checks failed
Gitea Build Check / Build (push) Failing after 11m27s
migration from old git (no git history)
2024-07-19 10:03:35 +02:00

6 lines
84 B
Go

package models
type FavoriteList struct {
Posts []Post `json:"posts,omitempty"`
}