package
Version:
v0.77.5
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Data map[string]interface{}
ServiceRequest interface{}
}
Request represents service request.
type Response struct {
Status string
Error string
Response interface{}
Data map[string]interface{}
}
Response service response
Server represents a server
New createss a new server for provided port.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.