chore: Add metric and status package. (#585)

This commit is contained in:
Bo-Yi Wu
2021-07-13 23:58:47 +08:00
committed by GitHub
parent 35e1998cc5
commit 2cd46ad690
14 changed files with 154 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ import (
"sync/atomic"
)
// StatusApp is app status structure
// statApp is app status structure
type statApp struct {
TotalCount int64 `json:"total_count"`
Ios IosStatus `json:"ios"`