mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 01:34:02 +03:00
Add comments for exported functions
This commit is contained in:
@@ -68,6 +68,7 @@ func EgressTraffic(traffic int) {
|
||||
}
|
||||
}
|
||||
|
||||
// GetStats returns a snapshot of Stats instance.
|
||||
func GetStats() Stats {
|
||||
rpcChan := make(chan Stats)
|
||||
statsChan <- rpcChan
|
||||
|
||||
Reference in New Issue
Block a user