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.
Click to show internal directories.
Click to hide internal directories.