endpoint

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetListener

func GetListener(endpoint string) (lis net.Listener, err error)

GetListener Helper Functions

Types

type Target

type Target struct {
	Scheme string
	Host   string
	Port   string
	Path   string
}

func ParseTarget

func ParseTarget(target string) (ret Target, err error)

ParseTarget splits target into a Target struct containing scheme, host, port and path. If target is not a valid scheme://host:port/path, it returns error.

Jump to

Keyboard shortcuts

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