Discover Packages
github.com/omeid/echo
package
module
Version:
v0.0.0-...-92fecd5
Opens a new window with list of versions in this module.
Published: Dec 15, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
README
¶
Echo
Echo is a collection of simple echo servers used as a testing tool for service mangement solutions.
LICENSE
MIT .
Expand ▾
Collapse ▴
Documentation
¶
Package echo describes a simple echo server.
Reverse the input string.
type Count struct {
Value int64
}
Count represents the count response.
Echo is a simple service used for testing conex
it will connect to an Echo Container and does what
an echo server does, say it back.
You can also run any executable and get the result
for more comperhensive testing.
type Message struct {
Value string `json:"value"`
}
Message represents a message send for echo.
Source Files
¶
Directories
¶
Package echo is a simple http json-http implemention of Echo service.
Package echo is a simple http json-http implemention of Echo service.
Click to show internal directories.
Click to hide internal directories.