www.byjp.me/tools/import/webmentionio/interactions.go
2024-03-29 22:40:38 +00:00

9 lines
173 B
Go

package main
import (
synd "github.com/by-jp/www.byjp.me/tools/syndicate/shared"
)
type InteractionFile struct {
Interactions []synd.Interaction `json:"interactions"`
}