mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
9 lines
173 B
Go
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"`
|
|
}
|