dojo

package
v0.0.0-...-376d9ad Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dojo

type Dojo struct {
	Id    int
	Title string
	Done  bool
}

type DojoHandler

type DojoHandler struct {
	Db *mgo.Collection
}

func (*DojoHandler) FindAll

func (h *DojoHandler) FindAll(w http.ResponseWriter, r *http.Request)

func (*DojoHandler) NewDojo

func (h *DojoHandler) NewDojo(w http.ResponseWriter, r *http.Request)

func (*DojoHandler) ShowDetail

func (h *DojoHandler) ShowDetail(w http.ResponseWriter, r *http.Request)

type DojoPageData

type DojoPageData struct {
	PageTitle string
	Dojos     []Dojo
}

Jump to

Keyboard shortcuts

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