1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-11 08:18:13 -04:00
nezha/model/transfer.go

9 lines
99 B
Go

package model
type Transfer struct {
Common
ServerID uint64
In uint64
Out uint64
}