birds

package
v0.0.0-...-114b11a Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2023 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBirdList

func GetBirdList() *list.List

func RegenerateBirdList

func RegenerateBirdList()

func SaveBirdList

func SaveBirdList(birdList *list.List)

Types

type Bird

type Bird struct {
	ScientificName       string   `json:"sciName"`
	CommonName           string   `json:"comName"`
	GuideUrl             string   `json:"guideUrl"`
	IllustrationUrl      string   `json:"illustrationUrl"`
	IllustrationImage    string   `json:"illustrationImage"`
	LifeHistoryImageUrls []string `json:"lifeHistoryImageUrls"`
	LifeHistoryImages    []string `json:"lifeHistoryImages"`
	Habitat              string   `json:"habitat"`
	Food                 string   `json:"food"`
	Nesting              string   `json:"nesting"`
	Behavior             string   `json:"behavior"`
	Conservation         string   `json:"conservation"`
}

func GetTaxonomy

func GetTaxonomy() []Bird

Jump to

Keyboard shortcuts

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