ssm-browse: added structed log view
This commit is contained in:
parent
9752bb41bc
commit
b3d0fbfe29
11 changed files with 546 additions and 0 deletions
10
internal/slog-view/models/logfile.go
Normal file
10
internal/slog-view/models/logfile.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package models
|
||||
|
||||
type LogFile struct {
|
||||
Filename string
|
||||
Lines []LogLine
|
||||
}
|
||||
|
||||
type LogLine struct {
|
||||
JSON interface{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue