config

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrMissingRanges is an error when a song name has no related time ranges
	// or the time format is wrong.
	ErrMissingRanges = errors.New("missing ranges for song, or bad time format")
	// ErrOrphanRange is an error when time ranges are found but without any previous
	// song name.
	ErrOrphanRange = errors.New("orphan ranges, missing song")
)
View Source
var (
	Version   = "undefined"
	GitRev    = "undefined"
	GitBranch = "undefined"
	BuildDate = "undefined"
)

Populated during build, don't touch!

Functions

func ParseBookmarkFile

func ParseBookmarkFile(r io.Reader) (types.BookmarkSet, error)

ParseBookmarkFile reads a bookmarks file and loads all bookmark entries.

Types

This section is empty.

Jump to

Keyboard shortcuts

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