publisher

package
v0.0.0-...-3915d82 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Call

type Call struct {
	Done  chan int
	Error error
}

type Publisher

type Publisher interface {
	Publish(addr string, req *types.Request, resp *types.Response) (r *Call, err error)
	Close() error
}

func New

func New(transport string) (r Publisher)

Jump to

Keyboard shortcuts

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