writefreely/instance.go
Matt Baer be2c7ef86b Show instance stats on About page
This also moves the stats database logic out of nodeinfo.go and into
database.go.
2018-11-21 14:08:47 -05:00

6 lines
83 B
Go

package writefreely
type InstanceStats struct {
NumPosts int64
NumBlogs int64
}