Documentation
¶
Index ¶
- Constants
- func Bindings() []*apps.Binding
- func NewSendSurveyFormResponse(c *apps.Call) *apps.CallResponse
- func NewSendSurveyPartialFormResponse(c *apps.Call) *apps.CallResponse
- func NewSurveyForm(message string) *apps.Form
- func NewSurveyFormResponse(c *apps.Call) *apps.CallResponse
- func SubmitSurvey(c *apps.Call) *apps.CallResponse
- type HelloApp
- type SurveyFormSubmission
Constants ¶
View Source
const ( PathSendSurvey = "/send" PathSendSurveyModal = "/send-modal" PathSendSurveyCommandToModal = "/send-command-modal" PathSubscribeChannel = "/subscribe" PathSurvey = "/survey" PathUserJoinedChannel = "/user-joined-channel" PathSubmitSurvey = "/survey-submit" )
Variables ¶
This section is empty.
Functions ¶
func NewSendSurveyFormResponse ¶
func NewSendSurveyFormResponse(c *apps.Call) *apps.CallResponse
func NewSendSurveyPartialFormResponse ¶
func NewSendSurveyPartialFormResponse(c *apps.Call) *apps.CallResponse
func NewSurveyForm ¶
func NewSurveyFormResponse ¶
func NewSurveyFormResponse(c *apps.Call) *apps.CallResponse
func SubmitSurvey ¶
func SubmitSurvey(c *apps.Call) *apps.CallResponse
Types ¶
type SurveyFormSubmission ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.