mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-29 22:36:21 +02:00
Release prep: 54 engines, self-hosted signatures, i18n, dashboard updates
This commit is contained in:
parent
694e32be26
commit
41cbfd6e0a
178 changed files with 36008 additions and 399 deletions
|
|
@ -49,6 +49,7 @@ const (
|
|||
// Sensor represents a registered sensor in the SOC (§11.3).
|
||||
type Sensor struct {
|
||||
SensorID string `json:"sensor_id"`
|
||||
TenantID string `json:"tenant_id,omitempty"`
|
||||
SensorType SensorType `json:"sensor_type"`
|
||||
Status SensorStatus `json:"status"`
|
||||
FirstSeen time.Time `json:"first_seen"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue