Implement platform management features
This commit is contained in:
@@ -18,6 +18,8 @@ type LogBatchIngest struct {
|
||||
ServerInstanceID string
|
||||
StreamKey string
|
||||
Source LogStreamSource
|
||||
LogSessionID string
|
||||
SessionStartedAt time.Time
|
||||
FirstSeq uint64
|
||||
LastSeq uint64
|
||||
Compression string
|
||||
|
||||
@@ -1507,6 +1507,8 @@ type LogStream struct {
|
||||
ServerInstanceID string
|
||||
Source LogStreamSource
|
||||
StreamKey string
|
||||
LogSessionID string
|
||||
SessionStartedAt time.Time
|
||||
LatestSeq uint64
|
||||
StorageBackend LogStorageBackend
|
||||
RetentionPolicy string
|
||||
|
||||
Reference in New Issue
Block a user