Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ActorKeySize is the key size used to generate a new key ActorKeySize = 2048 // ActorSummary is the description of the actor for the relay ActorSummary = "Feditools ActivityPub Relay - https://github.com/feditools/relay" // ContextActivityStreams contains the context document for activity streams ContextActivityStreams = "https://www.w3.org/ns/activitystreams" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CTXVerifier ¶
type ContextKey ¶
type ContextKey int
ContextKey is a key used in http request contexts
const ( // ContextKeyKeyVerifier is a http signature verifier ContextKeyKeyVerifier ContextKey = iota // ContextKeyHTTPSignature is a http signature ContextKeyHTTPSignature )
Click to show internal directories.
Click to hide internal directories.