Documentation
¶
Index ¶
- Constants
- func Authorization(clientId, accessToken, certificate string, http *http.Request) string
- func AuthorizationDelegate(clientId, accessToken, certificate string, scopes []string, http *http.Request) (string, error)
- func Bewit(clientId, accessToken, certificate, uri string) (string, error)
- func GetTask(taskId string) (*queueTask, error)
- type Services
Constants ¶
View Source
const BEWIT_EXPIRES = time.Hour
Variables ¶
This section is empty.
Functions ¶
func Authorization ¶
func AuthorizationDelegate ¶
Types ¶
type Services ¶
func NewServices ¶
func NewServices() Services
func (*Services) ConvertPath ¶
Convert a url for the proxy server into a url for the proper taskcluster service.
Examples:
"/queue/v1/stuff" -> "http://queue.taskcluster.net/v1/stuff"
Click to show internal directories.
Click to hide internal directories.