package
0.0.0-20230628221007-3ba3d4600f42
Repository: https://github.com/matrix-org/go-neb.git
Documentation: pkg.go.dev
# Functions
NewConfigureService creates a new ConfigureService handler.
NewWebhook returns a new webhook HTTP handler.
# Structs
ConfigureAuthRealm represents an HTTP handler capable of processing /admin/configureAuthRealm requests.
ConfigureClient represents an HTTP handler capable of processing /admin/configureClient requests.
ConfigureService represents an HTTP handler which can process /admin/configureService requests.
GetService represents an HTTP handler which can process /admin/getService requests.
GetSession represents an HTTP handler capable of processing /admin/getSession requests.
Heartbeat implements the heartbeat API.
RealmRedirect represents an HTTP handler which can process incoming redirects for auth realms.
RemoveAuthSession represents an HTTP handler capable of processing /admin/removeAuthSession requests.
RequestAuthSession represents an HTTP handler capable of processing /admin/requestAuthSession requests.
VerifySAS represents an HTTP handler capable of processing /verifySAS requests.
Webhook represents an HTTP handler capable of accepting webhook requests on behalf of services.