Documentation ¶
Overview ¶
routes lists all available HTTP routes.
Index ¶
- type EnvelopeTab
- type Route
- func AttachmentFile(fileName string) Route
- func AttachmentList() Route
- func AttachmentTrim() Route
- func Endpoint(id any) Route
- func EndpointCreate() Route
- func EndpointFormConfigComponent() Route
- func EndpointList() Route
- func EndpointTest(id any) Route
- func Envelope(id any) Route
- func EnvelopeCreate() Route
- func EnvelopeEndpointSend(id any) Route
- func EnvelopeHTML(id any) Route
- func EnvelopeList() Route
- func EnvelopeTabComponent(id any, tab EnvelopeTab) Route
- func Index() Route
- func Login() Route
- func Logout() Route
- func NullComponent() Route
- func RecentEnvelopeListComponent() Route
- func RetentionPolicyRun() Route
- func Rule(id any) Route
- func RuleCreate() Route
- func RuleExpressionCheck() Route
- func RuleList() Route
- func RuleToggle(id any) Route
- func StorageStatsComponent() Route
- func TraceList() Route
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvelopeTab ¶
type EnvelopeTab string
const ( EnvelopeTabText EnvelopeTab = "" EnvelopeTabHTML EnvelopeTab = "html" EnvelopeTabAttachments EnvelopeTab = "attachments" )
func (EnvelopeTab) String ¶
func (t EnvelopeTab) String() string
type Route ¶
type Route string
func AttachmentFile ¶
func AttachmentList ¶
func AttachmentList() Route
func AttachmentTrim ¶
func AttachmentTrim() Route
func EndpointCreate ¶ added in v0.14.0
func EndpointCreate() Route
func EndpointFormConfigComponent ¶ added in v0.14.0
func EndpointFormConfigComponent() Route
func EndpointList ¶
func EndpointList() Route
func EndpointTest ¶
func EnvelopeCreate ¶
func EnvelopeCreate() Route
func EnvelopeEndpointSend ¶
func EnvelopeHTML ¶
func EnvelopeList ¶
func EnvelopeList() Route
func EnvelopeTabComponent ¶
func EnvelopeTabComponent(id any, tab EnvelopeTab) Route
func NullComponent ¶
func NullComponent() Route
func RecentEnvelopeListComponent ¶
func RecentEnvelopeListComponent() Route
func RetentionPolicyRun ¶
func RetentionPolicyRun() Route
func RuleCreate ¶
func RuleCreate() Route
func RuleExpressionCheck ¶
func RuleExpressionCheck() Route
func RuleToggle ¶
func StorageStatsComponent ¶
func StorageStatsComponent() Route
func (Route) ChildOf ¶
ChildOf checks if the current route is child of given route. Only works for root level routes (e.g. "/", "/profile", ...)
func (Route) URLQueryString ¶
URLQueryString generates a template safe URL with a query.
Click to show internal directories.
Click to hide internal directories.