service

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// URLPrefix returns the prefix for all routes of this service.
	URLPrefix() string

	// RegisterHandlers wires the http handlers for this Service with the given router.
	RegisterHandlers(router *mux.Router) error

	// Close closes the service.
	Close()
}

Service defines routes and handlers for a given entity.

Directories

Path Synopsis
r2
store
Package store is a generated GoMock package.
Package store is a generated GoMock package.

Jump to

Keyboard shortcuts

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