meetup

package
v0.0.0-...-ed9e183 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	GroupURLName string
}

func (*Client) FetchEvents

func (c *Client) FetchEvents() ([]Event, error)

type Event

type Event struct {
	Name            string `json:"name"`
	Timestamp       int64  `json:"time"`
	TimestampOffset int    `json:"utc_offset"`
	Venue           *Venue `json:"venue"`
	URL             string `json:"event_url"`
}

func (*Event) Time

func (e *Event) Time() time.Time

type Venue

type Venue struct {
	Name         string `json:"name"`
	AddressLine1 string `json:"address_1"`
	City         string `json:"city"`
	State        string `json:"state"`
	ZipCode      string `json:"zip"`
}

Jump to

Keyboard shortcuts

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