Files
rss-to-feishu-next/internal/rss/types.go
2026-01-19 02:10:24 -06:00

8 lines
85 B
Go

package rss
type Message struct {
Name string
Url string
Content string
}