Add Packet statistics

This commit is contained in:
Philipp 2024-11-15 14:04:27 +01:00
parent e699b52c5d
commit 12312e6ac9
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 88 additions and 0 deletions

View file

@ -79,6 +79,8 @@ type PacketCounts struct {
OStatus int64 `json:"stat"`
Feed int64 `json:"feed"`
Mail int64 `json:"mail"`
Bluesky int64 `json:"bsky"`
Thumblr int64 `json:"tmbl"`
}
// Packets contains statistics of inbound and outbound packages