7 lines
100 B
Go
7 lines
100 B
Go
package reactor
|
|
|
|
type identifiable struct {
|
|
ident string // 标识
|
|
n int64 // 消息数量
|
|
}
|