Discover Packages
github.com/bellinghamcodes/website
internal
meetup
package
Version:
v0.0.0-...-ed9e183
Opens a new window with list of versions in this module.
Published: Aug 16, 2018
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Client struct {
GroupURLName string
}
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"`
}
type Venue struct {
Name string `json:"name"`
AddressLine1 string `json:"address_1"`
City string `json:"city"`
State string `json:"state"`
ZipCode string `json:"zip"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.