update

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package update implements explicit user-triggered repolens upgrades.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

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

Types

type InstallSource

type InstallSource string
const (
	InstallSourceDirect   InstallSource = "direct"
	InstallSourceHomebrew InstallSource = "homebrew"
	InstallSourceScoop    InstallSource = "scoop"
)

func DetectInstallSource

func DetectInstallSource(exePath string) InstallSource

type Options

type Options struct {
	CurrentVersion string
	ExecutablePath string
	APIBaseURL     string
	HTTPClient     *http.Client
	CheckOnly      bool
	Out            io.Writer
}

Jump to

Keyboard shortcuts

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