Finish the feature of share and bridge.
This commit is contained in:
9
code/core/application.go
Normal file
9
code/core/application.go
Normal file
@ -0,0 +1,9 @@
|
||||
package core
|
||||
|
||||
/**
|
||||
* 从命令行输入的相关信息
|
||||
*/
|
||||
type Application interface {
|
||||
//启动整个应用
|
||||
Start()
|
||||
}
|
Reference in New Issue
Block a user