MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / Continent

Struct Continent

perfops/geotypes.go:5–9  ·  view source on GitHub ↗

Continent contains information about a continent.

Source from the content-addressed store, hash-verified

3type (
4 // Continent contains information about a continent.
5 Continent struct {
6 ID int `json:"id"`
7 Name string `json:"name"`
8 ISO string `json:"iso"`
9 }
10
11 // Country contains information about a country.
12 Country struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected