Documentation ¶
Index ¶
- type Direct
- type GitHubDirect
- type GitHubZsync
- type OCSAppImageHubDirect
- type OCSAppImageHubZSync
- type ZSync
- func (inst *ZSync) Download() (output string, err error)
- func (inst *ZSync) DownloadTo(targetPath string) (err error)
- func (inst *ZSync) GetOutputPath() (output string)
- func (inst *ZSync) Lookup() (updateAvailable bool, err error)
- func (inst *ZSync) Method() string
- func (inst *ZSync) RenameSeedIfRequired(output string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubDirect ¶
type GitHubDirect struct {
// contains filtered or unexported fields
}
func NewGitHubDirectUpdater ¶
func NewGitHubDirectUpdater(updateInfoString *string, target string) (*GitHubDirect, error)
func (*GitHubDirect) Download ¶
func (g *GitHubDirect) Download() (output string, err error)
func (*GitHubDirect) Lookup ¶
func (g *GitHubDirect) Lookup() (updateAvailable bool, err error)
func (*GitHubDirect) Method ¶
func (g *GitHubDirect) Method() string
type GitHubZsync ¶
type GitHubZsync struct {
// contains filtered or unexported fields
}
func NewGitHubZsyncUpdater ¶
func NewGitHubZsyncUpdater(updateInfoString *string, target string) (*GitHubZsync, error)
func (*GitHubZsync) Download ¶
func (g *GitHubZsync) Download() (output string, err error)
func (*GitHubZsync) Lookup ¶
func (g *GitHubZsync) Lookup() (updateAvailable bool, err error)
func (*GitHubZsync) Method ¶
func (g *GitHubZsync) Method() string
type OCSAppImageHubDirect ¶
type OCSAppImageHubDirect struct {
// contains filtered or unexported fields
}
func NewOCSAppImageHubDirect ¶
func NewOCSAppImageHubDirect(updateInfoString *string, target string) (*OCSAppImageHubDirect, error)
func (*OCSAppImageHubDirect) Download ¶
func (O *OCSAppImageHubDirect) Download() (output string, err error)
func (*OCSAppImageHubDirect) Lookup ¶
func (O *OCSAppImageHubDirect) Lookup() (updateAvailable bool, err error)
func (*OCSAppImageHubDirect) Method ¶
func (O *OCSAppImageHubDirect) Method() string
type OCSAppImageHubZSync ¶
type OCSAppImageHubZSync struct {
// contains filtered or unexported fields
}
func NewOCSAppImageHubZSync ¶
func NewOCSAppImageHubZSync(updateInfoString *string, appImagePath string) (*OCSAppImageHubZSync, error)
func (*OCSAppImageHubZSync) Download ¶
func (O *OCSAppImageHubZSync) Download() (output string, err error)
func (*OCSAppImageHubZSync) Lookup ¶
func (O *OCSAppImageHubZSync) Lookup() (updateAvailable bool, err error)
func (*OCSAppImageHubZSync) Method ¶
func (O *OCSAppImageHubZSync) Method() string
type ZSync ¶
type ZSync struct {
// contains filtered or unexported fields
}
func NewZSyncUpdater ¶
func (*ZSync) DownloadTo ¶
func (*ZSync) GetOutputPath ¶
func (*ZSync) RenameSeedIfRequired ¶
Click to show internal directories.
Click to hide internal directories.