mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-21 06:29:30 +08:00
7 lines
87 B
Go
7 lines
87 B
Go
package encoder
|
|
|
|
type Stats struct {
|
|
BytesCountRead uint64
|
|
BytesCountWrote uint64
|
|
}
|