website

package
v0.0.0-...-07d62d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

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

type Subscription struct {
	Email  string `json:"email"`
	Source string `json:"source"`
}

Question asked by a user using a frontend

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL