transport

package
v0.6.2 Latest Latest
Warning

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

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

Documentation

Overview

Package transport implements different transport services required by the api-gateway 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 https implements functions to expose api-gateway service endpoint using HTTPS/GraphQL protocol.
Package https implements functions to expose api-gateway service endpoint using HTTPS/GraphQL 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