path

package
v0.0.0-...-41cd4ca Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PartActor     = "actor"
	PartInbox     = "inbox"
	PartNodeInfo  = "nodeinfo"
	PartWebFinger = "webfinger"
	PartWellKnown = ".well-known"
)
View Source
const (
	// APActor is the path to the relay actor.
	APActor = "/" + PartActor
	// APInbox is the path to the relay inbox.
	APInbox = "/" + PartInbox
	// APNodeInfo20 is the path to the node info 2.0 schema.
	APNodeInfo20 = "/" + PartNodeInfo + "/2.0"
	// APWellKnownNodeInfo is the path to the well known node info endpoint.
	APWellKnownNodeInfo = "/" + PartWellKnown + "/" + PartNodeInfo
	// APWellKnownWebFinger is the path to the well known web finger endpoint.
	APWellKnownWebFinger = "/" + PartWellKnown + "/" + PartWebFinger
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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