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.
Click to show internal directories.
Click to hide internal directories.