Versions in this module Expand all Collapse all v0 v0.8.0 Nov 20, 2022 Changes in this version + func NewRootCommand() *cobra.Command + type Env struct + type JSONBugExcerpt struct + Actors []JSONIdentity + Author JSONIdentity + Comments int + CreateTime JSONTime + EditTime JSONTime + HumanId string + Id string + Labels []bug.Label + Metadata map[string]string + Participants []JSONIdentity + Status string + Title string + type JSONBugSnapshot struct + Actors []JSONIdentity + Author JSONIdentity + Comments []JSONComment + CreateTime JSONTime + EditTime JSONTime + HumanId string + Id string + Labels []bug.Label + Participants []JSONIdentity + Status string + Title string + type JSONComment struct + Author JSONIdentity + HumanId string + Id string + Message string + func NewJSONComment(comment bug.Comment) JSONComment + type JSONIdentity struct + HumanId string + Id string + Login string + Name string + func NewJSONIdentity(i identity.Interface) JSONIdentity + func NewJSONIdentityFromExcerpt(excerpt *cache.IdentityExcerpt) JSONIdentity + func NewJSONIdentityFromLegacyExcerpt(excerpt *cache.LegacyAuthorExcerpt) JSONIdentity + type JSONTime struct + Lamport lamport.Time + Time time.Time + Timestamp int64 + func NewJSONTime(t time.Time, l lamport.Time) JSONTime v0.7.2 Mar 21, 2021 Changes in this version + var GitCommit string + var GitExactTag string + var GitLastTag string + var RootCmd = &cobra.Command + func Execute()