content

package
v0.0.0-...-88ef5cf Latest Latest
Warning

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

Go to latest
Published: May 26, 2017 License: BSD-3-Clause Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	item.Item

	Name             string `json:"name"`
	EventSlug        string `json:"event_slug"`
	ShortDescription string `json:"short_description"`
	LongDescription  string `json:"long_description"`
	Date             int64  `json:"date"`
	StartTime        int64  `json:"start_time"`
	EndTime          int64  `json:"end_time"`
	MapURL           string `json:"map_u_r_l"`
	Address          string `json:"address"`
	City             string `json:"city"`
	State            string `json:"state"`
	Zip              string `json:"zip"`
	Phone            string `json:"phone"`
	Email            string `json:"email"`
	PhotoURL         string `json:"photo_url"`
}

func (*Event) ItemSlug

func (e *Event) ItemSlug() string

func (*Event) MarshalEditor

func (e *Event) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Event within the CMS and implements editor.Editable

func (*Event) String

func (e *Event) String() string

type EventListResult

type EventListResult struct {
	Data []Event `json:"data"`
}

type Hotel

type Hotel struct {
	item.Item

	Name        string `json:"name"`
	Description string `json:"description"`
	BlockCode   string `json:"block_code"`
	RoomRate    int    `json:"room_rate"`
	Phone       string `json:"phone"`
	PhotoURL    string `json:"photo_u_r_l"`
	Onsale      bool   `json:"onsale"`
	Address     string `json:"address"`
	City        string `json:"city"`
	State       string `json:"state"`
	Zip         string `json:"zip"`
}

func (*Hotel) MarshalEditor

func (h *Hotel) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Hotel within the CMS and implements editor.Editable

func (*Hotel) String

func (h *Hotel) String() string

type HotelListResult

type HotelListResult struct {
	Data []Hotel `json:"data"`
}

type Page

type Page struct {
	item.Item
	Address  string `json:"address"`
	Title    string `json:"title"`
	Subtitle string `json:"subtitle"`
	Content  string `json:"content"`
}

func (*Page) ItemSlug

func (p *Page) ItemSlug() string

func (*Page) MarshalEditor

func (p *Page) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Page within the CMS and implements editor.Editable

func (*Page) String

func (p *Page) String() string

type PageListResult

type PageListResult struct {
	Data []Page `json:"data"`
}

type Presentation

type Presentation struct {
	item.Item

	Title            string   `json:"title"`
	ShortDescription string   `json:"short_description"`
	LongDescription  string   `json:"long_description"`
	Speakers         []string `json:"speakers"`
	DisplayOrder     int      `json:"display_order"`
	Day              int      `json:"day"`
	Slot             string   `json:"slot"`
	Track            string   `json:"track"`
}

func (*Presentation) MarshalEditor

func (p *Presentation) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Presentation within the CMS and implements editor.Editable

func (*Presentation) String

func (p *Presentation) String() string

type PresentationListResult

type PresentationListResult struct {
	Data []Presentation `json:"data"`
}

type Slot

type Slot struct {
	item.Item

	Number      int    `json:"number"`
	Description string `json:"description"`
}

func (*Slot) MarshalEditor

func (p *Slot) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Slot within the CMS and implements editor.Editable

func (*Slot) String

func (p *Slot) String() string

type SlotListResult

type SlotListResult struct {
	Data []Slot `json:"data"`
}

type Speaker

type Speaker struct {
	item.Item

	FirstName     string `json:"first_name"`
	LastName      string `json:"last_name"`
	Title         string `json:"title"`
	Company       string `json:"company"`
	Bio           string `json:"bio"`
	Website       string `json:"website"`
	PhotoURL      string `json:"photo_u_r_l"`
	Twitter       string `json:"twitter"`
	Linkedin      string `json:"linkedin"`
	Facebook      string `json:"facebook"`
	Googleplus    string `json:"googleplus"`
	Github        string `json:"github"`
	ContactPhone  string `json:"contact_phone"`
	ContactEmail  string `json:"contact_email"`
	Address       string `json:"address"`
	City          string `json:"city"`
	State         string `json:"state"`
	Zip           string `json:"zip"`
	Country       string `json:"country"`
	TalkType      string `json:"talk_type"`
	Presentations []int  `json:"presentations"`
}

func (*Speaker) MarshalEditor

func (s *Speaker) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Speaker within the CMS and implements editor.Editable

func (*Speaker) String

func (s *Speaker) String() string

type SpeakerListResult

type SpeakerListResult struct {
	Data []Speaker `json:"data"`
}
type Sponsor struct {
	item.Item

	Name         string `json:"name"`
	Description  string `json:"description"`
	Website      string `json:"website"`
	LogoURL      string `json:"logo_u_r_l"`
	ContactName  string `json:"contact_name"`
	ContactEmail string `json:"contact_email"`
	ContactPhone string `json:"contact_phone"`
	Level        string `json:"level"`
}

func (*Sponsor) MarshalEditor

func (s *Sponsor) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Sponsor within the CMS and implements editor.Editable

func (*Sponsor) String

func (s *Sponsor) String() string

type SponsorListResult

type SponsorListResult struct {
	Data []Sponsor `json:"data"`
}

type Workshop

type Workshop struct {
	item.Item

	Title            string   `json:"title"`
	ShortDescription string   `json:"short_description"`
	LongDescription  string   `json:"long_description"`
	Speakers         []string `json:"speakers"`
	TicketLink       string   `json:"ticket_link"`
}

func (*Workshop) MarshalEditor

func (p *Workshop) MarshalEditor() ([]byte, error)

MarshalEditor writes a buffer of html to edit a Workshop within the CMS and implements editor.Editable

func (*Workshop) String

func (p *Workshop) String() string

type WorkshopListResult

type WorkshopListResult struct {
	Data []Workshop `json:"data"`
}

Jump to

Keyboard shortcuts

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