8 lines
70 B
Go
8 lines
70 B
Go
|
package util
|
||
|
|
||
|
const (
|
||
|
NewSession = iota
|
||
|
NewConnection
|
||
|
AgentReady
|
||
|
)
|