connect

package
v0.0.0-...-84d3ddb Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ITransport

type ITransport interface {
	Subscribe(s string, cb interface{})
	QueueSubscribe(s string, group string, cb interface{})
	Publish(s string, message interface{}) error
	Request(s string, message interface{}, cb interface{}) error
	RequestSync(s string, message interface{}, timout time.Duration) (interface{}, error)
}

func NatsTransport

func NatsTransport(url string) ITransport

Jump to

Keyboard shortcuts

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