mirror of
https://github.com/eyebluecn/tank.git
synced 2026-09-20 03:18:32 +00:00
7 lines
79 B
Go
7 lines
79 B
Go
package core
|
|
|
|
type Application interface {
|
|
//start the application
|
|
Start()
|
|
}
|