handlers

package
v0.0.0-...-cafe735 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

================================================================ * FileName : login_handler.go * Author : mavinyeh * Date : 2019-05-12 * Description : ================================================================

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoginHandler

func LoginHandler(c echo.Context) error

Types

type Todo

type Todo struct {
	Title string
	Done  bool
}

type TodoPageData

type TodoPageData struct {
	PageTitle string
	Todos     []Todo
}

Jump to

Keyboard shortcuts

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