writefreely/instance.go

7 lines
83 B
Go

package writefreely
type InstanceStats struct {
NumPosts int64
NumBlogs int64
}