Documentation
¶
Overview ¶
Package recordstore contains utilities to store/retrieve recordings to/from disk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSegmentsFound = errors.New("no recording segments found")
ErrNoSegmentsFound is returned when no recording segments have been found.
Functions ¶
func CommonPath ¶
CommonPath returns the common path between all segments with given recording path.
func FindAllPathsWithSegments ¶
FindAllPathsWithSegments returns all paths that have at least one segment.
func PathAddExtension ¶
func PathAddExtension(path string, format conf.RecordFormat) string
PathAddExtension adds the file extension to the path.
Types ¶
Click to show internal directories.
Click to hide internal directories.