Versions in this module Expand all Collapse all v0 v0.1.1 Sep 2, 2022 v0.1.0 Aug 28, 2022 Changes in this version + type JSON struct + func NewJSON(w io.Writer) *JSON + func (f *JSON) JobStatus(jobStatus *flex.JobStatus) + func (f *JSON) JobStatuses(jobStatuses []*flex.JobStatus) + func (f *JSON) Package(pkg *flex.Package) + func (f *JSON) Tag(tag *flex.Tag) + func (f *JSON) Tags(tags []*flex.Tag) + type Text struct + func NewText(w io.Writer) *Text + func (f *Text) JobStatus(jobStatus *flex.JobStatus) + func (f *Text) JobStatuses(jobStatuses []*flex.JobStatus) + func (f *Text) Package(pkg *flex.Package) + func (f *Text) Tag(tag *flex.Tag) + func (f *Text) Tags(tags []*flex.Tag)