@@ -68,12 +68,12 @@ type TimelineItem struct { } type ( // ClosedEvent is when a change is closed. ClosedEvent struct { CommitID string // CommitID is SHA of commit that closed the change, or empty string if there's no associated commit. CommitHTMLURL string // Optional. Closer interface{} // Change (with State, Title), Commit (with SHA, Message, Author.AvatarURL), nil. CloserHTMLURL string // If Closer is not nil. } // ReopenedEvent is when a change is reopened. ReopenedEvent struct{}