gigcity

package
v0.0.2-0...-77fcf79 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2015 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	// ID is the unique ID (URI) for the event
	ID string
	// Title of the event
	Title string
	// Datetime of the event, sent from the browser in YYYY-MM-DDTHH:MM
	// format
	Datetime string
	// LocID is the location the event is being held
	LocID string
	// GooglePlus is the URL to the Google+ event page
	GooglePlus string
	// The details about the event
	Details string
	// HoA is the Hangouts on Air link
	HoA string
}

Event contains details about GDG events, used when preforming read/write ops to the datastore

type LearnEvent

type LearnEvent struct {
	// ID is the unique ID (URI) for the study group event
	ID string
	// Title of the Study Group
	Title string
	// Datetime of the study group event
	Datetime string
	// LocID is the location of that the study group meets at
	LocID string
	// Details holds information regarding the event
	Details string
}

LearnEvent contains details about GDG study groups, used when preforming read/write ops to the datastore

type Location

type Location struct {
	// ID is the unique ID for each location
	ID string
	// Name is the name of the location
	Name string
	// Address is the street address
	Address string
	// Details is any additonal details for the location, like how to find
	// the group
	Details string
}

Location contains details on locations for GDG Events

Jump to

Keyboard shortcuts

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