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