Implement platform management features

This commit is contained in:
npc0-hue
2026-08-17 08:48:45 +08:00
parent 65353cf269
commit 302f1f64b7
38 changed files with 2185 additions and 110 deletions
+2
View File
@@ -18,6 +18,8 @@ type LogBatchIngest struct {
ServerInstanceID string
StreamKey string
Source LogStreamSource
LogSessionID string
SessionStartedAt time.Time
FirstSeq uint64
LastSeq uint64
Compression string
+2
View File
@@ -1507,6 +1507,8 @@ type LogStream struct {
ServerInstanceID string
Source LogStreamSource
StreamKey string
LogSessionID string
SessionStartedAt time.Time
LatestSeq uint64
StorageBackend LogStorageBackend
RetentionPolicy string