changelog

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package changelog provides the datastructure that is responsible for holding the changelog data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Changelog

type Changelog interface {
	GetRepoName() string
	GetRepoOwner() string
	GetUnreleased() []string
	AddUnreleased([]string)
	Insert(entry.Entry)
	GetEntries() []*entry.Entry
	Head() *entry.Entry
	Tail() *entry.Entry
}

Changelog is an interface for a changelog datastructure.

func NewChangelog

func NewChangelog(repoName string, repoOwner string) Changelog

NewChangelog creates a new changelog datastructure.

Jump to

Keyboard shortcuts

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