Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + type Lens struct + func (lens Lens) Body(artifacts []api.Artifact, resourceDir string, data string, ...) string + func (lens Lens) Callback(artifacts []api.Artifact, resourceDir string, data string, ...) string + func (lens Lens) Config() lenses.LensConfig + func (lens Lens) Header(artifacts []api.Artifact, resourceDir string, config json.RawMessage, ...) string + type LineGroup struct + ArtifactName *string + ByteLength int64 + ByteOffset int64 + End int + LogLines []LogLine + Skip bool + Start int + func (g LineGroup) Expand() bool + func (g LineGroup) LinesSkipped() int + type LogArtifactView struct + ArtifactLink string + ArtifactName string + CanAnalyze bool + CanSave bool + LineGroups []LineGroup + ShowRawLog bool + ViewAll bool + type LogLine struct + ArtifactName *string + Clip bool + Focused bool + Highlighted bool + Length int + Number int + Skip bool + SubLines []SubLine + type SubLine struct + Highlighted bool + Text string