vRp.CD2g_test/server/internal/v2/reactor/ref.go

7 lines
100 B
Go

package reactor
type identifiable struct {
ident string // 标识
n int64 // 消息数量
}