mirror of
https://github.com/writeas/writefreely
synced 2025-01-24 03:00:40 +01:00
be2c7ef86b
This also moves the stats database logic out of nodeinfo.go and into database.go.
7 lines
83 B
Go
7 lines
83 B
Go
package writefreely
|
|
|
|
type InstanceStats struct {
|
|
NumPosts int64
|
|
NumBlogs int64
|
|
}
|