package
1.68.0
Repository: https://github.com/fortio/fortio.git
Documentation: pkg.go.dev

# Functions

BrowseHandler handles listing and rendering the JSON results.
Handler is the main UI handler creating the web forms and processing them.
LogAndAddCacheControl logs the request and wraps an HTTP handler to add a Cache-Control header for static files.
Report starts the browsing only UI server on the given port.
ResultToJsData converts a result object to chart data arrays and title and creates a chart from the result object.
SelectValues maps the list of values (from DataList) to a list of SelectableValues.
Serve starts the fhttp.Serve() plus the UI server on the given port and paths (empty disables the feature).
Sync is the non-HTTP equivalent of fortio/sync?url=u.
SyncHandler handles syncing/downloading from TSC URL.

# Structs

ChartOptions describes the user-configurable options for a chart.
ListBucketResult is the minimum we need out of S3 XML results.
SelectableValue represents an entry in the <select> of results.