writefreely/instance.go

7 lines
83 B
Go
Raw Normal View History

package writefreely
type InstanceStats struct {
NumPosts int64
NumBlogs int64
}