Almost done.

This commit is contained in:
2020-06-14 02:22:41 +02:00
parent da2bc2ef28
commit bdb3261959

View File

@@ -21,6 +21,8 @@ var (
blog Blog blog Blog
) )
// TODO cache files
// TODO fix mentions
type Blog struct { type Blog struct {
client *emvi.Client client *emvi.Client
articles map[string]emvi.Article // id -> article articles map[string]emvi.Article // id -> article