protoserver

package
v0.0.0-...-e415e18 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Contact Server Reader DSN
	ReaderListen = ":9998"
	// Contact Server Writer DSN
	WriterListen = ":9999"

	// Contact Server Reader DSN
	DatabaseListen = ":8888"

	// Local connection DSN for Reader
	LocalConnectReader = "localhost" + ReaderListen

	// Local connection DSN for Writer
	LocalConnectWriter = "localhost" + WriterListen

	// Local connection DSN for Writer
	LocalConnectDatabase = "localhost" + DatabaseListen
)

Variables

View Source
var DialOptions = grpc.WithInsecure()

Dial Options for an client. Defaults to Insecure

Functions

func MakeQueueWriter

func MakeQueueWriter(queue queueManager.QueueManager, databaseWriter protocol.ContactWriterClient) *queueWriter

Types

This section is empty.

Jump to

Keyboard shortcuts

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