mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-16 09:24:47 +08:00
提交origin2.0版本
This commit is contained in:
6
network/agent.go
Normal file
6
network/agent.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package network
|
||||
|
||||
type Agent interface {
|
||||
Run()
|
||||
OnClose()
|
||||
}
|
||||
Reference in New Issue
Block a user