routes

package
v0.0.0-...-7f22e17 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

User Routes that will be used to manage basic user management utils

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

Send Mail in Golang via SMTP

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

User Routes that will be used to Create, Read, and Update user

validate.go

Index

Constants

This section is empty.

Variables

View Source
var AuthMux = http.NewServeMux()

Routes with /users/ prefix

View Source
var GroupMux = http.NewServeMux()

Routes with /group/ prefix

View Source
var ThreadMux = http.NewServeMux()

Routes with /api/ prefix

View Source
var UserMux = http.NewServeMux()

Routes with /users/ prefix

Functions

This section is empty.

Types

type TemplateData

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

Struct to handle template

Jump to

Keyboard shortcuts

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