Documentation ¶
Overview ¶
Package metadata provides a metadata viewer for Spyglass
Index ¶
- type Derived
- type Lens
- func (lens Lens) Body(artifacts []lenses.Artifact, resourceDir string, data string) string
- func (lens Lens) Callback(artifacts []lenses.Artifact, resourceDir string, data string) string
- func (lens Lens) Header(artifacts []lenses.Artifact, resourceDir string) string
- func (lens Lens) Name() string
- func (lens Lens) Priority() int
- func (lens Lens) Title() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Derived ¶
type Derived struct { StartTime time.Time FinishedTime time.Time Elapsed time.Duration Done bool Status string GCSArtifactsLink string }
Derived contains metadata derived from provided metadata for insertion into the template
Click to show internal directories.
Click to hide internal directories.