package
Version:
v0.0.0-...-3dd0aef
Opens a new window with list of versions in this module.
Published: Jul 21, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stat struct {
Realm string `json:"realm"`
Username string `json:"username"`
Allocation string `json:"allocation"`
SentP int64 `json:"sentp"`
SentB int64 `json:"sentb"`
RecvP int64 `json:"recvp"`
RecvB int64 `json:"recvb"`
}
func NewStat(realm, username, allocation string, sentp, sentb, recvp, recvb int64) *Stat
Source Files
¶
Click to show internal directories.
Click to hide internal directories.