gateway.LogEntry
type LogEntry
LogEntry
gateway.LogEntry
gateway.LogEntry
Field | Type | Description |
---|---|---|
verifier | string | Public Key |
note | string | Specific action being recorded. |
timestamp | string | RFC3339 timestamp of the log entry. |
origin | string | Origin |
connection_id | string | UUID representing a unique client connection |
{
"verifier": "VerifierLengthVariesByAlgo",
"note": "NOTE",
"timestamp": "2006-01-02T15:04:05Z",
"origin": "ORIGIN",
"connection_id": "CONNECTION_ID_UUID"
}