package
Version:
v0.0.0-...-e97ee80
Opens a new window with list of versions in this module.
Published: Aug 13, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultURL = `https://en.wikipedia.org/wiki/Segal%E2%80%93Cover_score`
)
type Justice struct {
Name string `json:"name"`
Chief bool `json:"as_chief"`
Ideology float64 `json:"ideology"`
YearNominated int `json:"year_nominated"`
NominatedBy *President `json:"nominated_by"`
}
type President struct {
Name string `json:"name"`
Party Party `json:"party"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.