Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Complexion ¶
type Complexion string
const ( ComplexionVeryLight Complexion = "VL" ComplexionLight Complexion = "L" ComplexionLightIntermediate Complexion = "LI" ComplexionDarkIntermediate Complexion = "DI" ComplexionDark Complexion = "D" ComplexionVeryDark Complexion = "VD" )
type MissingPersonPoster ¶
type MissingPersonPoster struct {
MpName string
MpHeight int
MpWeight int
MpPhysicalBuild PhysicalBuild
MpComplexion Complexion
MpSex Sex
MpDob time.Time
MpAgeWhenDisappeared int
MpEyesDescription string
MpHairDescription string
MpOutfitDescription string
MpIdentifyingCharacteristics string
CircumstancesBehindDissapearance string
MissingFrom string
MissingDate time.Time
Found bool
AlertType AlertType
PoState State
PoPostUrl *url.URL
PoPostPublicationDate time.Time
PoPosterUrl *url.URL
IsMultiple bool
}
func (MissingPersonPoster) MarshalJSON ¶ added in v0.2.0
func (m MissingPersonPoster) MarshalJSON() ([]byte, error)
type PhysicalBuild ¶
type PhysicalBuild string
const ( PhysicalBuildSlim PhysicalBuild = "S" PhysicalBuildRegular PhysicalBuild = "R" PhysicalBuildHeavy PhysicalBuild = "H" )
type State ¶
type State string
const ( StateCiudadDeMexico State = "MX-CMX" StateAguascalientes State = "MX-AGU" StateBajaCalifornia State = "MX-BCN" StateBajaCaliforniaSur State = "MX-BCS" StateCampeche State = "MX-CAM" StateCoahuilaDeZaragoza State = "MX-COA" StateColima State = "MX-COL" StateChiapas State = "MX-CHP" StateChihuahua State = "MX-CHH" StateDurango State = "MX-DUR" StateGuanajuato State = "MX-GUA" StateGuerrero State = "MX-GRO" StateHidalgo State = "MX-HID" StateJalisco State = "MX-JAL" StateMexico State = "MX-MEX" StateMichoacanDeOcampo State = "MX-MIC" StateMorelos State = "MX-MOR" StateNayarit State = "MX-NAY" StateNuevoLeon State = "MX-NLE" StateOaxaca State = "MX-OAX" StatePuebla State = "MX-PUE" StateQueretaro State = "MX-QUE" StateQuintanaRoo State = "MX-ROO" StateSanLuisPotosi State = "MX-SLP" StateSinaloa State = "MX-SIN" StateSonora State = "MX-SON" StateTabasco State = "MX-TAB" StateTamaulipas State = "MX-TAM" StateTlaxcala State = "MX-TLA" StateVeracruzDeIgnacioDeLaLlave State = "MX-VER" StateYucatan State = "MX-YUC" StateZacatecas State = "MX-ZAC" )
Click to show internal directories.
Click to hide internal directories.