Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Status int `json:"status"` Code int `json:"code"` Message string `json:"message"` }
Error describes an error for humans and machines
type Update ¶
type Update struct { // did it work or not Success bool `json:"success"` // this is for humand ErrorMessage string `json:"errorMessage"` Stats struct { NumberOfNodes int `json:"numberOfNodes"` NumberOfURIs int `json:"numberOfURIs"` // seconds RepoRuntime float64 `json:"repoRuntime"` // seconds OwnRuntime float64 `json:"ownRuntime"` } `json:"stats"` }
Update - information about an update
Click to show internal directories.
Click to hide internal directories.