package
1.0.2
Repository: https://github.com/onepanelio/core.git
Documentation: pkg.go.dev

# Functions

NewAPIRouter creates a new api router used to generate urls for the api.
NewRelativeAPIRouter creates an api router that does relative routes, with no protocol or fqdn.
NewRelativeWebRouter creates a web router that does relative routes, with no protocol or fqdn.
NewWebRouter creates a new web router used to generate urls for the web client.

# Interfaces

API provides methods to generate urls for the API.
Web provides methods to generate urls for the web client this can be used to generate urls for workspaces or workflows when they are ready.