selfupdate

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2026 License: GPL-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package selfupdate updates a running galaxio binary from GitHub Releases.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Repo           string
	TargetVersion  string
	CurrentVersion string
	Executable     string
	GOOS           string
	GOARCH         string
	APIBase        string
	DryRun         bool
}

Options configures a self-update run.

type Result

type Result struct {
	CurrentVersion string
	TargetVersion  string
	Updated        bool
	DryRun         bool
	AssetName      string
}

Result describes the outcome of a self-update run.

type Updater

type Updater struct {
	HTTPClient *http.Client
}

Updater updates galaxio from GitHub Releases.

func (Updater) Run

func (u Updater) Run(ctx context.Context, opts Options) (Result, error)

Run checks for a release and installs it when an update is available.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL