package
Version:
v0.0.0-...-44b9108
Opens a new window with list of versions in this module.
Published: Mar 1, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ingest will contain details about endpoint authorisation and code version details
SendLogs will be used to send logs to logingest
type Log struct {
Message string `json:"msg"`
Timestamp time.Time `json:"timestamp"`
ResourceID map[string]string `json:"_lm.resourceId"`
}
Log will contain information about logs being sent to logingest
type Response struct {
Success bool `json:"success"`
Message string `json:"message"`
Errors []map[string]interface{} `json:"errors"`
RequestID uuid.UUID `json:"requestId"`
}
Response will contain variable for responses from logingest
Source Files
¶
Click to show internal directories.
Click to hide internal directories.