Documentation ¶
Index ¶
- func AddSupporter() web.HandlerFunc
- func CheckAvailability() web.HandlerFunc
- func CreateTenant() web.HandlerFunc
- func IdeaDetails() web.HandlerFunc
- func Index() web.HandlerFunc
- func LetterAvatar() web.HandlerFunc
- func Login(provider string) web.HandlerFunc
- func Logout() web.HandlerFunc
- func OAuthCallback(provider string) web.HandlerFunc
- func PostComment() web.HandlerFunc
- func PostIdea() web.HandlerFunc
- func RemoveSupporter() web.HandlerFunc
- func SetResponse() web.HandlerFunc
- func SignUp() web.HandlerFunc
- func Status(settings *models.AppSettings) web.HandlerFunc
- func UpdateIdea() web.HandlerFunc
- func UpdateSettings() web.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSupporter ¶
func AddSupporter() web.HandlerFunc
AddSupporter adds current user to given idea list of supporters
func CheckAvailability ¶
func CheckAvailability() web.HandlerFunc
CheckAvailability checks if given domain is available to be used
func LetterAvatar ¶ added in v0.5.0
func LetterAvatar() web.HandlerFunc
LetterAvatar returns a letter avatar based on name
func OAuthCallback ¶
func OAuthCallback(provider string) web.HandlerFunc
OAuthCallback handles OAuth callbacks
func PostComment ¶
func PostComment() web.HandlerFunc
PostComment creates a new comment on given idea
func RemoveSupporter ¶
func RemoveSupporter() web.HandlerFunc
RemoveSupporter removes current user from given idea list of supporters
func SetResponse ¶
func SetResponse() web.HandlerFunc
SetResponse changes current idea staff response
func Status ¶
func Status(settings *models.AppSettings) web.HandlerFunc
Status returns some useful information
func UpdateIdea ¶ added in v0.4.0
func UpdateIdea() web.HandlerFunc
UpdateIdea updates an existing ideaof current tenant
func UpdateSettings ¶ added in v0.4.0
func UpdateSettings() web.HandlerFunc
UpdateSettings update current tenant' settings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.