diary

package
v0.0.0-...-3a27eef Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Diary

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

Diary struct

func New

func New(db *sql.DB) *Diary

New diary module

func (*Diary) CreateDiary

func (d *Diary) CreateDiary(w http.ResponseWriter, r *http.Request)

CreateDiary - create new diary for current user

func (*Diary) GetDiary

func (d *Diary) GetDiary(w http.ResponseWriter, r *http.Request)

GetDiary user get only his diary by year

func (*Diary) Register

func (d *Diary) Register(r *mux.Router)

Register controller handlers

type ListItem

type ListItem struct {
	ID   int `json:"id"`
	Year int `json:"year"`
}

Jump to

Keyboard shortcuts

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