MM-43918: freemium limit for storage (#20225)

Summary
Adds an API end point to return storage usage

Ticket Link
https://mattermost.atlassian.net/browse/MM-43918
Этот коммит содержится в:
Ashish Bhate
2022-06-03 11:48:29 +05:30
коммит произвёл GitHub
родитель 1f6e2fe846
Коммит 8f912b697e
16 изменённых файлов: 261 добавлений и 5 удалений

Просмотреть файл

@@ -7,6 +7,10 @@ type PostsUsage struct {
Count int64 `json:"count"`
}
type StorageUsage struct {
Bytes int64 `json:"bytes"`
}
type TeamsUsage struct {
Active int64 `json:"active"`
CloudArchived int64 `json:"cloud_archived"`