memory

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package memory provides an implementation of meta that uses files.

Index

Constants

View Source
const (
	TimeSliceStartZero       string = "time slice start is zero"
	TimeSliceFinishLessStart string = "time slice finish less than or equal to start"
	UnfinishedTimeSlice      string = "timer id has unfnished time slice"
	TimeSliceOverlap         string = "time slice overlaps with another time slice"
	TimeSliceNoTimerID       string = "time slice has no timer id"
)

Variables

View Source
var (
	ErrTimeSliceStartZero       = errors.New(TimeSliceStartZero)
	ErrTimeSliceFinishLessStart = errors.New(TimeSliceFinishLessStart)
	ErrUnfinishedTimeSlice      = errors.New(UnfinishedTimeSlice)
	ErrTimeSliceOverlap         = errors.New(TimeSliceOverlap)
	ErrTimeSliceNoTimerID       = errors.New(TimeSliceNoTimerID)
)

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

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