servers

package module
v0.0.0-...-1193fc5 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2020 License: MIT Imports: 1 Imported by: 0

README

servers

Package servers represents the interface (and its implementations) of interaction with the server.

See GoDoc for documentation and examples.

Documentation

Overview

Package servers represents the interface (and its implementations) of interaction with the server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Launcher

type Launcher interface {
	// Serve serving the server.
	Serve() error
	// Stop stops the server.
	Stop(ctx context.Context) error
}

Launcher delivers an interface to the server.

Directories

Path Synopsis
http
std
Package server provides an implementation of interfaces servers.
Package server provides an implementation of interfaces servers.

Jump to

Keyboard shortcuts

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