MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / RssClientView

Struct RssClientView

plugin/rsshub/domain/model.go:23–26  ·  view source on GitHub ↗

RssClientView 频道视图

Source from the content-addressed store, hash-verified

21
22// RssClientView 频道视图
23type RssClientView struct {
24 Source *RssSource
25 Contents []*RssContent
26}
27
28// ======== RSS ========[END]
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected