Versions in this module Expand all Collapse all v0 v0.0.4 Jun 23, 2021 v0.0.3 Jun 23, 2021 Changes in this version + type Sys struct + Driver database.Driver + ExecutablePath string + func New(db database.Driver) *Sys + func (s *Sys) HasUpdate() bool + func (s *Sys) LatestVersion() string + func (s *Sys) Restart() error + func (s *Sys) Update() (string, error) + type System interface + HasUpdate func() bool + LatestVersion func() string + Restart func() error + Update func() (string, error)