controllers

package
v0.0.0-...-16b3552 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SignUpForm

type SignUpForm struct {
	Email    string `schema:"email"`
	Password string `schema:"password"`
}

type Static

type Static struct {
	Home    *views.View
	Contact *views.View
}

func NewStatic

func NewStatic() *Static

type Users

type Users struct {
	NewView *views.View
}

func NewUsers

func NewUsers() *Users

func (*Users) Create

func (u *Users) Create(w http.ResponseWriter, r *http.Request)

func (*Users) New

func (u *Users) New(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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