lib

package
v0.0.0-...-afd9403 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: CC0-1.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SEGMENT_NUM = 1
)

Segment Number refers to how one wishes to break down cards

Variables

This section is empty.

Functions

func Recognition

func Recognition(w http.ResponseWriter, tpl *template.Template)

Handles the Recognition Tab and Writes to Website

func Speaker

func Speaker(w http.ResponseWriter, tpl *template.Template)

Handles Speaker Tab and writes to website

Types

type Faq

type Faq struct {
	Question string
	Answer   string
}

func GetFaq

func GetFaq() []Faq

type Instit

type Instit struct {
	Name   string
	People []string
}

func GetRecognizedPeople

func GetRecognizedPeople() []Instit

type Resource

type Resource struct {
	Year     string
	Writeups string
	Playlist string
}

func GetResources

func GetResources() []Resource

Returns an Array of Writeups for usage throughout program

type SpeakerStruct

type SpeakerStruct struct {
	Pic      string
	Name     string
	Position string
	Talk     string
	Time     string
}

func GetSpeakers

func GetSpeakers() []SpeakerStruct
type Sponsor struct {
	HREF   string
	Source string
	ALT    string
	Width  string
}

type Sponsors

type Sponsors struct {
	AllTiers []Tier
}

func GetSponsors

func GetSponsors() Sponsors

type Tier

type Tier struct {
	Spons    []Sponsor
	TierName string
	CSSName  string
}

Jump to

Keyboard shortcuts

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