Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.8.2"
Version バージョン
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateLevel ¶
type UpdateLevel int
UpdateLevel Update時にどのレベルの変更が必要か
const ( // UpdateLevelNone 変更なし UpdateLevelNone UpdateLevel = iota // UpdateLevelSimple 単純な更新のみ(再起動不要) UpdateLevelSimple // UpdateLevelNeedShutdown シャットダウンが必要な変更 UpdateLevelNeedShutdown )
Click to show internal directories.
Click to hide internal directories.