Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RegisterInstallSQL = config.RegisterInstallSQL
)
Functions ¶
func OnInstalled ¶
func RegisterUpgradeSQL ¶
Types ¶
type ProgressInfo ¶
type ProgressInfo struct { Finished int64 TotalSize int64 Summary string Timestamp int64 // contains filtered or unexported fields }
func (*ProgressInfo) Add ¶ added in v5.1.2
func (p *ProgressInfo) Add(n int64)
func (*ProgressInfo) Clone ¶ added in v5.1.2
func (p *ProgressInfo) Clone() ProgressInfo
func (*ProgressInfo) Done ¶ added in v5.1.2
func (p *ProgressInfo) Done(n int64)
func (*ProgressInfo) GetTs ¶ added in v5.1.2
func (p *ProgressInfo) GetTs() int64
func (*ProgressInfo) SetTs ¶ added in v5.1.2
func (p *ProgressInfo) SetTs(ts int64)
Click to show internal directories.
Click to hide internal directories.