重新整理物联网服务,分离业务逻辑。
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package platform
|
||||
|
||||
type UpdaterLauncher interface {
|
||||
Start(args []string) error
|
||||
}
|
||||
|
||||
type MainProgramStarter interface {
|
||||
Start(targetExe string) error
|
||||
|
||||
GetMainName() string
|
||||
}
|
||||
Reference in New Issue
Block a user