mirror

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MirrorResult

type MirrorResult int

MirrorResult represents the outcome of a mirror operation.

const (
	MirrorCreated MirrorResult = iota
	MirrorSkipped
	MirrorError
)

type Target

type Target interface {
	// EnsureNamespace creates the namespace (org/group) on the target if it
	// doesn't already exist. Returns true if created, false if it already existed.
	EnsureNamespace(name string) (bool, error)

	// CreateMirror creates a mirror of the given repo on the target.
	CreateMirror(repo manifest.Repo) (MirrorResult, error)
}

Target is the interface that mirror destinations must implement.

Jump to

Keyboard shortcuts

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