api

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2019 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	// Run starts the API server and blocks the calling goroutine
	Run() error

	// Shutdown instructs the server to shut down gracefully and blocks until
	// the server is shut down
	Shutdown(context.Context) error

	// Addr returns the server's host address
	Addr() string

	// Store returns the server's store interface
	Store() store.Store
}

Server interfaces an API server implementation

func NewServer

func NewServer(conf *config.Config) (Server, error)

NewServer creates a new API server instance

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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