servers

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContext

func NewContext(ctx context.Context, sv Servers) context.Context

NewContext returns a new Context that carries value.

Types

type Kind

type Kind string

Kind defines the type of Transport

const (
	KindARPC  Kind = "gRPC"
	KindAHTTP Kind = "HTTP"
)

Defines a set of servers kind

type Server

type Server interface {
	Endpoint() (string, error)
	Start() error
	Stop() error
}

Server is servers server.

type Servers

type Servers struct {
	Kind Kind
}

Servers is servers context value.

func FromContext

func FromContext(ctx context.Context) (sv Servers, ok bool)

FromContext returns the Transport value stored in ctx, if any.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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