1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Implement basic metric tracker

This commit is contained in:
Maksym Pavlenko
2017-11-04 17:27:01 -07:00
parent 4853f57ec4
commit cb00281213
9 changed files with 199 additions and 289 deletions

View File

@@ -45,9 +45,10 @@ const (
)
type Metadata struct {
Provider Provider `json:"provider"`
Format Format `json:"format"`
Quality Quality `json:"quality"`
Provider Provider `json:"provider"`
Format Format `json:"format"`
Quality Quality `json:"quality"`
Downloads int64 `json:"downloads"`
}
const (