package
Version:
v0.0.0-...-25459cf
Opens a new window with list of versions in this module.
Published: Apr 6, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MapControllers(app *fiber.App, baseURL string)
type WebFingerResponse struct {
Subject string `json:"subject"`
Aliases []string `json:"aliases"`
Links []struct {
Rel string `json:"rel"`
Type string `json:"type,omitempty"`
Href string `json:"href"`
} `json:"links"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.