endpoint

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package endpoint has common tools for parsing http API endpoints.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	Host     string
	Insecure bool
	// contains filtered or unexported fields
}

Endpoint defines all params parsed from the API endpoint.

func Parse

func Parse(sideroLinkParam string) (Endpoint, error)

Parse parses the endpoint from string.

func (*Endpoint) GetParam

func (e *Endpoint) GetParam(name string) string

GetParam reads param from the query.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL