Documentation
¶
Overview ¶
autoupdate
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoUpdate ¶
type AutoUpdate struct {
Url string //下载路径
Softname string //软件名
CurrVer string //当前版本
CurrName string //当前运行路径及文件名
}
func (*AutoUpdate) HaveNewVer ¶
func (au *AutoUpdate) HaveNewVer() bool
func (*AutoUpdate) Update ¶
func (au *AutoUpdate) Update() error
Click to show internal directories.
Click to hide internal directories.