mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
d08f067e9c
A Bunch Tell is now Musing Studio.
16 lines
370 B
Go
16 lines
370 B
Go
/*
|
|
* Copyright © 2018 Musing Studio LLC.
|
|
*
|
|
* This file is part of WriteFreely.
|
|
*
|
|
* WriteFreely is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License, included
|
|
* in the LICENSE file in this source code package.
|
|
*/
|
|
|
|
package writefreely
|
|
|
|
type InstanceStats struct {
|
|
NumPosts int64
|
|
NumBlogs int64
|
|
}
|