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: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Context to use when logging
	Context = "POSTGRES/WEBSITE"

	// TableQuestions to write to when writing questions asked by the users on
	// a public-facing website
	TableQuestions = "website_questions"

	// TableSubscriptions to use to handle subscriptions to the email list
	TableSubscriptions = "website_subscriptions"

	SourceLanding = website.SourceLanding
	SourceFaucet  = website.SourceFaucet
)

Variables

This section is empty.

Functions

func InsertQuestion

func InsertQuestion(question Question)

func InsertSubscription

func InsertSubscription(subscription Subscription)

Types

type Question

type Question = website.Question

type Subscription

type Subscription = website.Subscription

Jump to

Keyboard shortcuts

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