Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Name string `json:"name" form:"name"` Slug string `json:"slug" form:"slug"` Rank int `json:"rank" form:"rank"` Platform string `json:"platform" form:"platform"` Description string `json:"description" form:"description"` Published bool `json:"published" form:"published"` Selected bool `json:"selected" form:"selected"` Favorite bool `json:"fav" form:"favorite"` Checked map[string]bool `json:"checked"` CreatedAt time.Time UpdatedAt time.Time }
type Media ¶
type Media struct { WebSite []string `json:"web"` Explorer []string `json:"explorer"` Chat []string `json:"chat"` Twitter string `json:"tw"` Facebook string `json:"facebook"` Telegram string `json:"telegram"` Reddit string `json:"reddit"` Github []string `json:"github"` BitcoinTalk string `json:"bitcointalk"` WhitePaper string `json:"whitepaper"` Logo utl.Images `json:"logo" form:"logo"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.