structs

package
v0.0.0-...-d4e0532 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flags

type Flags struct {
	Tester bool `cli:"tester" cliAlt:"t" usage:"Run sender test"`
	Worker bool `cli:"worker" cliAlt:"w" usage:"Run worker instance"`
}

type Request

type Request struct {
	Id int `json:"id"`
}

type SWPeople

type SWPeople struct {
	Name      string        `json:"name,omitempty"`
	Height    string        `json:"height,omitempty"`
	Mass      string        `json:"mass,omitempty"`
	HairColor string        `json:"hair_color,omitempty"`
	SkinColor string        `json:"skin_color,omitempty"`
	EyeColor  string        `json:"eye_color,omitempty"`
	BirthYear string        `json:"birth_year,omitempty"`
	Gender    string        `json:"gender,omitempty"`
	Homeworld string        `json:"homeworld,omitempty"`
	Films     []string      `json:"films,omitempty"`
	Species   []string      `json:"species,omitempty"`
	Vehicles  []interface{} `json:"vehicles,omitempty"`
	Starships []interface{} `json:"starships,omitempty"`
	Created   string        `json:"created,omitempty"`
	Edited    string        `json:"edited,omitempty"`
	URL       string        `json:"url,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL