fastpass

package module
v0.0.0-...-d881226 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2016 License: BSD-3-Clause Imports: 12 Imported by: 0

README

fastpass

チケット発券機

API

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	models.Event

	Tickets map[string]*Ticket

	Current int32
	// contains filtered or unexported fields
}

type Fastpass

type Fastpass struct {
	Events map[string]Event
	// contains filtered or unexported fields
}

func NewFastPass

func NewFastPass() *Fastpass

func (*Fastpass) AddEventHandler

func (f *Fastpass) AddEventHandler(params operations.AddEventParams) middleware.Responder

func (*Fastpass) DeleteEventHandler

func (f *Fastpass) DeleteEventHandler(params operations.DeleteEventParams) middleware.Responder

func (*Fastpass) GetTicketHandler

func (f *Fastpass) GetTicketHandler(params operations.GetTicketParams) middleware.Responder

func (*Fastpass) ListEventsHandler

func (f *Fastpass) ListEventsHandler(params operations.ListEventsParams) middleware.Responder

func (*Fastpass) TicketingHandler

func (f *Fastpass) TicketingHandler(params operations.TicketingParams) middleware.Responder

type Ticket

type Ticket struct {
	models.Ticket
}

Directories

Path Synopsis
cmd
fastpass-server
Package main fastpass fastpass発券機 Terms Of Service: https://github.com/masahide/fastpass Schemes: http Host: localhost BasePath: / Version: 1.0.0 License: BSD https://github.com/masahide/fastpass/blob/master/LICENSE Contact: YAMASAKI Masahide<masahide.y@gmail.com> Consumes: - application/json Produces: - application/json swagger:meta
Package main fastpass fastpass発券機 Terms Of Service: https://github.com/masahide/fastpass Schemes: http Host: localhost BasePath: / Version: 1.0.0 License: BSD https://github.com/masahide/fastpass/blob/master/LICENSE Contact: YAMASAKI Masahide<masahide.y@gmail.com> Consumes: - application/json Produces: - application/json swagger:meta
restapi

Jump to

Keyboard shortcuts

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