web

package
v0.0.0-...-e9bdced Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2017 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package web provides web handler

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetStatus

func GetStatus(c echo.Context) error

GetStatus serves JSON status

func New

func New(name string, repo api.Repository) http.Handler

New creates handler to serve

Types

type Server

type Server struct {
	echo.Context // extend context
	Name         string
	Repository   api.Repository
}

Server context

type Status

type Status struct {
	Name  string `json:"name"`
	Games int    `json:"games"`
}

Status details STO

Jump to

Keyboard shortcuts

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