parser

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DailyNoteEntry

type DailyNoteEntry struct {
	Ticket          string
	Comment         string
	DurationSeconds int
}

func GetTickets

func GetTickets(p Parser, filePath string) ([]DailyNoteEntry, error)

type MarkdownParser

type MarkdownParser struct{}

type Parser

type Parser interface {
	// contains filtered or unexported methods
}

Parser implements an interface that has to be satisfied in order to implement the note-parsing-capabilities that this program needs

Jump to

Keyboard shortcuts

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