server

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2016 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	Handler() http.Handler
}

type Context

type Context interface {
	service.Context

	DataFactory() data.Factory
	DataStoreSession() store.Session
	DataDeduplicatorFactory() deduplicator.Factory
	UserServicesClient() client.Client

	RequestUserID() string
	SetRequestUserID(requestUserID string)
}

type HandlerFunc

type HandlerFunc func(context Context)

type Server

type Server interface {
	Serve() error
}

Directories

Path Synopsis
api
v1

Jump to

Keyboard shortcuts

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