startupchecker

package
v0.0.0-...-b6cfc2e Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker struct {
	// contains filtered or unexported fields
}

func NewChecker

func NewChecker(brokerURL *url.URL, tr TokenRetriever, httpDoer HTTPDoer) Checker

func (*Checker) Perform

func (s *Checker) Perform() error

1. Once the proxy is setup can we just call ourselves?

type HTTPDoer

type HTTPDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

type TokenRetriever

type TokenRetriever interface {
	GetToken() (*oauth2.Token, error)
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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