transport

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package transport implements different transport services required by the tenant service

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TransportContract

type TransportContract interface {
	// Start the transport service.
	// Returns error if something goes wrong.
	Start() error

	// Stop the transport service.
	// Returns error if something goes wrong.
	Stop() error
}

TransportContract declares the methods to be implemented by the transport service

Directories

Path Synopsis
Package grpc implements functions to expose tenant service endpoint using GRPC protocol.
Package grpc implements functions to expose tenant service endpoint using GRPC protocol.
Package https implements functions to expose tenant service endpoint using HTTPS protocol.
Package https implements functions to expose tenant service endpoint using HTTPS protocol.
Package mock_transport is a generated GoMock package.
Package mock_transport is a generated GoMock package.

Jump to

Keyboard shortcuts

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