parser

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package parser provides a simple interface for parsing markdown changelogs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser interface {
	Parse() (changelog.Changelog, error)
}

Parser is an interface for parsing markdown changelogs.

func NewParser

func NewParser(path, repoOwner, repoName string) Parser

NewParser returns a new parser for the given changelog..

Jump to

Keyboard shortcuts

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