Documentation
¶
Index ¶
Constants ¶
View Source
const BaseTemplateName = "base.gohtml"
Variables ¶
This section is empty.
Functions ¶
func TemplateFS ¶
func TemplatePath ¶
Types ¶
type ListCampaign ¶
func (*ListCampaign) AddReward ¶
func (lc *ListCampaign) AddReward(reward *patreon.Reward)
func (*ListCampaign) RewardsSortedByAmountAscending ¶
func (lc *ListCampaign) RewardsSortedByAmountAscending() []*patreon.Reward
func (*ListCampaign) RewardsSortedByAmountDescending ¶
func (lc *ListCampaign) RewardsSortedByAmountDescending() []*patreon.Reward
type ListTemplateData ¶
type ListTemplateData struct {
Campaigns []*ListCampaign
}
type MissingRewardsData ¶
type MissingRewardsData struct {
Rewards []*patreon.RewardResult
}
Click to show internal directories.
Click to hide internal directories.