package
Version:
v1.1.5
Opens a new window with list of versions in this module.
Published: Nov 20, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Options map[string]interface{}
Options is a generic key-value map that can be passed to services
type Request struct {
Body []byte
}
Request represents data to be sent to a service
type Response struct {
Body []byte
Error error
}
Response represents a response from a service
Service represents a service endpoint as returned from a Locator
ServiceRequest represents a call to a service
Signature represents a call to a service within a namespace
Source Files
¶
Click to show internal directories.
Click to hide internal directories.