Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
ID core.InstanceID `json:"_id"`
Timestamp time.Time `json:"timestamp"` // Creation Time
Type string `json:"type"` // Log Type - INFO, WARN, ERROR
Data string `json:"data"` // Log Data
Hash string `json:"hash"` // SHA256 Hash of Log’s Data
}
Log Struct to define a schema for the Logs Generated
Click to show internal directories.
Click to hide internal directories.