urls

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Index = "/"

	Auth             = "/auth"
	AuthSignIn       = Auth + "/signin"
	AuthRegister     = Auth + "/register"
	AuthOIDC         = Auth + "/oidc"
	AuthOIDCOutbound = AuthOIDC + "/outbound"
	AuthOIDCCallback = AuthOIDC + "/callback"

	Edit               = "/edit"
	EditEnabledState   = Edit + "/enabled"
	EditTimings        = Edit + "/timings"
	EditFeedItem       = Edit + "/feed/:id"
	CancelEditFeedItem = Edit + "/feed/:id/cancel"

	Export       = "/export"
	ExportAsOPML = Export + "/opml"

	Import         = "/import"
	ImportFromOPML = Import + "/opml"

	New         = "/new"
	NewFeedItem = New + "/feed"

	SendTestEmail   = "/send/test"
	TestEmailStatus = "/send/test/status"

	Statics = "/statics"
)

Variables

This section is empty.

Functions

func Expand

func Expand(template string, replacements ...interface{}) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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