mirror of
https://github.com/writeas/writefreely
synced 2025-02-01 00:36:53 +01:00
7 lines
83 B
Go
7 lines
83 B
Go
|
package writefreely
|
||
|
|
||
|
type InstanceStats struct {
|
||
|
NumPosts int64
|
||
|
NumBlogs int64
|
||
|
}
|