feat: migrate codes from previous project
This commit is contained in:
7
internal/rss/types.go
Normal file
7
internal/rss/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package rss
|
||||
|
||||
type Message struct {
|
||||
Name string
|
||||
Url string
|
||||
Content string
|
||||
}
|
||||
Reference in New Issue
Block a user