Documentation
¶
Overview ¶
Package devpost fetches the hackathon projects from devpost.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Project ¶
type Project struct {
ID string `json:"id"`
ShortName string `json:"short_name"`
Title string `json:"title"`
URL string `json:"url"`
Tagline string `json:"tagline"`
Image string `json:"image"`
Winner bool `json:"winner"`
Team []Person `json:"team"`
Likes int `json:"likes"`
// These are loaded by fetchProject:
Description string `json:"description"`
DescriptionMD string `json:"description_md"`
Tags []string `json:"tags"`
LastRefresh time.Time `json:"last_refresh,omitzero"`
}
Click to show internal directories.
Click to hide internal directories.