schedstore

package
v2.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2016 License: Apache-2.0 Imports: 3 Imported by: 30

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyExists = errors.New("schedule already exists")

ErrAlreadyExists is returned when calling Publish if a schedule already exists

Functions

This section is empty.

Types

type SchedStore

type SchedStore interface {
	// Retrieve retrieves the schedule for the given date
	// The date must be in the local time zone
	Retrieve(date time.Time) (*schedule.Schedule, error)

	// Publish publishes the schedule for the given date
	// The date must be in the local time zone
	Publish(date time.Time, sched *schedule.Schedule) error
}

SchedStore stores schedule of terminations

Jump to

Keyboard shortcuts

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