routes

package
v0.0.0-...-a52efcf Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoints

type Endpoints struct {
	Login        *mux.Route
	EventCreate  *mux.Route
	EventGet     *mux.Route
	EventUpdate  *mux.Route
	EventDelete  *mux.Route
	EventList    *mux.Route
	UnlockDevice *mux.Route
	GenerateQR   *mux.Route
}

Endpoints holds all available HTTP endpoints for our service.

func Initialize

func Initialize(router *mux.Router) Endpoints

Initialize wires the HTTP endpoints to our Go kit service endpoints.

Jump to

Keyboard shortcuts

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