service

package
v1.23.0-verio.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2018 License: BSD-3-Clause Imports: 9 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context interface {
	service.Context

	AuthClient() auth.Client
	MetricClient() metric.Client
	UserClient() user.Client

	DataFactory() data.Factory
	DataDeduplicatorFactory() deduplicator.Factory

	DataSession() dataStoreDEPRECATED.DataSession
	SyncTaskSession() syncTaskStore.SyncTaskSession

	DataClient() dataClient.Client
}

type HandlerFunc

type HandlerFunc func(context Context)

type Route

type Route struct {
	Method  string
	Path    string
	Handler HandlerFunc
}

func MakeRoute

func MakeRoute(method string, path string, handler HandlerFunc) Route

Directories

Path Synopsis
api
v1

Jump to

Keyboard shortcuts

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