server

package
v0.0.0-...-eedcae6 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompositeServer

type CompositeServer struct {
	// contains filtered or unexported fields
}

func NewCompositeServer

func NewCompositeServer(ctx context.Context, servers ...Server) (res *CompositeServer)

func (*CompositeServer) Start

func (s *CompositeServer) Start() (err error)

func (*CompositeServer) Stop

func (s *CompositeServer) Stop() (err error)

type Server

type Server interface {
	Start() (err error)
	Stop() (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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