Discover Packages
github.com/foomo/contentserver
responses
package
Version:
v1.11.2
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: LGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Error struct {
Status int `json:"status"`
Code int `json:"code"`
Message string `json:"message"`
}
Error describes an error for humans and machines
NewError - a brand new error
type Stats struct {
NumberOfNodes int `json:"numberOfNodes"`
NumberOfURIs int `json:"numberOfURIs"`
RepoRuntime float64 `json:"repoRuntime"`
OwnRuntime float64 `json:"ownRuntime"`
}
type Update struct {
Success bool `json:"success"`
ErrorMessage string `json:"errorMessage"`
Stats Stats `json:"stats"`
}
Update - information about an update
Source Files
¶
Click to show internal directories.
Click to hide internal directories.