event

package
v0.0.0-...-fb979a2 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package event repository

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	GetAll() ([]models.Event, error)
	Add(start time.Time, end time.Time, excluded bool, off bool) error
	Delete(id int) error
	DeleteAll() error
}

Repository for events

func New

func New(db *gorm.DB) Repository

New constructor

Jump to

Keyboard shortcuts

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