feeds

package
v0.0.0-...-86a22be Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: Apache-2.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 Feed

type Feed struct {
	NeighborhoodId int `json:"neighborhood_id,omitempty"`
	VolunteerData  int `json:"volunteer_data,omitempty"`
}

type FeedDetail

type FeedDetail struct {
	BuildingName string `json:"buildingName"`
	BallotBoxNos []int  `json:"ballotBoxNos"`
}

type FeedDetailResponse

type FeedDetailResponse struct {
	NeighborhoodId int          `json:"neighborhoodId"`
	LastUpdateTime string       `json:"lastUpdateTime,omitempty"`
	Intensity      int          `json:"intensity"`
	Details        []FeedDetail `json:"details"`
}

type Response

type Response struct {
	Count   int    `json:"count"`
	Results []Feed `json:"results"`
}

Jump to

Keyboard shortcuts

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