index
:
blog
dev
trunk
Source for the blog component of this website.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
models
/
feed.go
blob: 9c68adbb4da427dc9ff2620f497250427fa8edd6 (
plain
)
1
2
3
4
5
6
7
8
package
models
type
Feed
struct
{
Id
int
Name
string
User
string
Url
string
}