Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Commit ¶
type Commit struct { SHA string Authored UserAction Committed UserAction Message string }
type CommitsSeen ¶
func (CommitsSeen) MarshalJSON ¶
func (s CommitsSeen) MarshalJSON() ([]byte, error)
func (*CommitsSeen) UnmarshalJSON ¶
func (s *CommitsSeen) UnmarshalJSON(b []byte) error
type State ¶
type State struct {
CommitsSeen CommitsSeen
}
Click to show internal directories.
Click to hide internal directories.