taskcluster

package
v44.23.4 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Services

type Services struct {
	RootURL string
}

Services can convert urls to proxied urls

func NewServices

func NewServices(rootURL string) Services

NewServices create a Service with default domain

func (*Services) ConvertPath

func (s *Services) ConvertPath(u *url.URL) (*url.URL, error)

ConvertPath converts a url for the proxy server into a url for the proper taskcluster service on the given rootURL

Examples:

"/queue/v1/stuff" -> "http://tc.example.com/api/queue/v1/stuff" "/myserver.com/v1/stuff" -> "http://myserver.com/v1/stuff" "/api/queue/v1/stuff" => "http://tc.example.com/api/queue/v1/stuff"

Jump to

Keyboard shortcuts

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