routes

package
v0.0.0-...-4a54f58 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2015 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

API Routes that will be used by the source of the application. Creates a ServeMux from the default http package

Helper Structs for handling POST requests to /users/ && /api/ Routes

User Routes that will be used to Create, Read, and Update users. Creates a ServeMux from the default http package

Index

Constants

This section is empty.

Variables

View Source
var ApiMux = http.NewServeMux()

Routes with /api/ prefix

View Source
var UsersMux = http.NewServeMux()

Routes with /users/ prefix

Functions

This section is empty.

Types

type SmtpTemplateData

type SmtpTemplateData struct {
	From    string
	To      string
	Subject string
	Body    string
	Link    string
}

Jump to

Keyboard shortcuts

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