mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
be2c7ef86b
This also moves the stats database logic out of nodeinfo.go and into database.go.
6 lines
83 B
Go
6 lines
83 B
Go
package writefreely
|
|
|
|
type InstanceStats struct {
|
|
NumPosts int64
|
|
NumBlogs int64
|
|
}
|