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. |
Click to show internal directories.
Click to hide internal directories.