MCPcopy Create free account
hub / github.com/git-bug/git-bug / SetStatusTimelineItem

Struct SetStatusTimelineItem

entities/bug/op_set_status.go:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type SetStatusTimelineItem struct {
61 combinedId entity.CombinedId
62 Author identity.Interface
63 UnixTime timestamp.Timestamp
64 Status common.Status
65}
66
67func (s SetStatusTimelineItem) CombinedId() entity.CombinedId {
68 return s.combinedId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected