package
Version:
v0.0.0-...-c0bc5af
Opens a new window with list of versions in this module.
Published: Mar 2, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
ServiceName string `json:"serviceName,omitempty"`
Action string `json:"action"`
Payload Payload `json:"payload"`
Status string `json:"status,omitempty"`
ReturnTime string `json:"returnTime,omitempty"`
}
type Message struct {
Meta Meta `json:"meta"`
Actions []Action `json:"actions"`
}
type Meta struct {
Caller string `json:"caller"`
Callee string `json:"callee"`
CallTime string `json:"callTime"`
ReturnTime string `json:"returnTime,omitempty"`
}
type Payload struct {
ServiceName string `json:"serviceName,omitempty"`
Actions []Action `json:"actions,omitempty"`
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.