Documentation ¶
Index ¶
Constants ¶
View Source
const ( SourceLanding = "landing" SourceFaucet = "faucet" )
Sources that the user went through to submit a question to our database!
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Question ¶
type Question struct { Name string `json:"name"` Email string `json:"email"` Question string `json:"question"` Source string `json:"source"` }
Question asked by a user using a frontend
type Subscription ¶
Question asked by a user using a frontend
Click to show internal directories.
Click to hide internal directories.