Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NodeInfoWellKnownPath is the base path for serving responses // to nodeinfo lookup requests, minus the '.well-known' prefix. NodeInfoWellKnownPath = "/nodeinfo" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) NodeInfoWellKnownGETHandler ¶
NodeInfoWellKnownGETHandler swagger:operation GET /.well-known/nodeinfo nodeInfoWellKnownGet
Returns a well-known response which redirects callers to `/nodeinfo/2.0`.
eg. `{"links":[{"rel":"http://nodeinfo.diaspora.software/ns/schema/2.0","href":"http://example.org/nodeinfo/2.0"}]}` See: https://nodeinfo.diaspora.software/protocol.html
--- tags: - .well-known produces: - application/json responses: '200': schema: "$ref": "#/definitions/wellKnownResponse"
Click to show internal directories.
Click to hide internal directories.