Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
Version int `json:"version"`
ClientID string `json:"client_id"`
RepoHash string `json:"repo_hash"`
CommitSHA string `json:"commit_sha"`
Timestamp string `json:"timestamp"`
TZOffsetMin int `json:"tz_offset_min"`
LinesAdded int `json:"lines_added"`
LinesDeleted int `json:"lines_deleted"`
FilesChanged int `json:"files_changed"`
}
Click to show internal directories.
Click to hide internal directories.