connector

package
v0.0.0-...-64eb5ed Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector interface {
	// FetchChangelog gathers the changelog from a specific software name with a specific
	// version.
	// It returns the content of the changelog and the source URL.
	FetchChangelog(string, string) (string, string, error)
}

Connector is the interface to implement to fetch the changelog from a provider.

type GH

type GH struct{}

func (*GH) FetchChangelog

func (g *GH) FetchChangelog(name, version string) (string, string, error)

Jump to

Keyboard shortcuts

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