calendar

package
v0.0.0-...-2fe0e47 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICalendarRepo

type ICalendarRepo interface {
	GetCalendar() ([]models.DayItem, error)
}

type RepoPostgre

type RepoPostgre struct {
	// contains filtered or unexported fields
}

func GetCalendarRepo

func GetCalendarRepo(config *configs.DbDsnCfg, lg *slog.Logger) (*RepoPostgre, error)

func (*RepoPostgre) GetCalendar

func (repo *RepoPostgre) GetCalendar() ([]models.DayItem, error)

Jump to

Keyboard shortcuts

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