# Functions
AssetHandler returns a http.Handler that serves static assets from the provided fs.FS.
GetBaseHref formats the baseHref for the application given the configured route prefix.
IndexHTMLHandler ensures that index.html always gets served.
InjectHTMLBaseTag injects a <base href> tag into the provided html.
NewHandlers creates and returns a new server configured to serve the core application.
WithClientGetter allows for setting a ClientGetter.
WithCRDFetcher allows for setting a CRDFetcher.
WithRoutePrefix wraps the provided mux with a new mux that handles the provided route prefix.
# Variables
No description provided by the author
# Structs
ApplicationsOptions includes all the options that can be set for an ApplicationsServer.
No description provided by the author
# Type aliases
ApplicationsOption defines the signature of a function that can be used to set an option for an ApplicationsServer.